Home
last modified time | relevance | path

Searched refs:face (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v5.4/drivers/gpu/drm/radeon/
Dr200.c155 int face; in r200_packet0_check() local
265 face = (reg - ((i * 24) + R200_PP_TXOFFSET_0)) / 4; in r200_packet0_check()
273 track->textures[i].cube_info[face - 1].offset = idx_value; in r200_packet0_check()
275 track->textures[i].cube_info[face - 1].robj = reloc->robj; in r200_packet0_check()
533 for (face = 0; face < 4; face++) { in r200_packet0_check()
534 track->textures[i].cube_info[face].width = 1 << ((tmp >> (face * 8)) & 0xf); in r200_packet0_check()
535 track->textures[i].cube_info[face].height = 1 << ((tmp >> ((face * 8) + 4)) & 0xf); in r200_packet0_check()
Dr100.c1560 int i, face; in r100_packet0_check() local
1879 for (face = 0; face < 4; face++) { in r100_packet0_check()
1880 track->textures[i].cube_info[face].width = 1 << ((tmp >> (face * 8)) & 0xf); in r100_packet0_check()
1881 track->textures[i].cube_info[face].height = 1 << ((tmp >> ((face * 8) + 4)) & 0xf); in r100_packet0_check()
2127 unsigned face, w, h; in r100_cs_track_cube() local
2132 for (face = 0; face < 5; face++) { in r100_cs_track_cube()
2133 cube_robj = track->textures[idx].cube_info[face].robj; in r100_cs_track_cube()
2134 w = track->textures[idx].cube_info[face].width; in r100_cs_track_cube()
2135 h = track->textures[idx].cube_info[face].height; in r100_cs_track_cube()
2143 size += track->textures[idx].cube_info[face].offset; in r100_cs_track_cube()
[all …]
/Linux-v5.4/samples/bpf/
Dtc_l2_redirect.sh39 $IP -n ns2 addr add 2401:face::66/64 dev lo nodad
135 $IP route add 2401:face::/64 via 2401:db02::66 dev ve2
146 $IP netns exec ns1 ping -6 -c1 2401:face::66 >& /dev/null
152 ping -6 -c1 2401:face::66 >& /dev/null
/Linux-v5.4/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_cmd.h343 SVGA3dSurfaceFace face[SVGA3D_MAX_SURFACE_FACES]; member
369 SVGA3dSurfaceFace face[SVGA3D_MAX_SURFACE_FACES]; member
957 SVGA3dFace face; member
1478 SVGA3dFace face; member
Dsvga3d_surfacedefs.h1288 u32 face, in svga3dsurface_get_image_offset() argument
1312 offset = mipChainBytes * face + mipChainBytesToLevel; in svga3dsurface_get_image_offset()
Dsvga3d_types.h837 uint16 face; /* SVGA3dFace */ member
1624 uint32 face; member
/Linux-v5.4/drivers/media/platform/exynos4-is/
Dfimc-is-param.h536 u32 face; member
886 struct is_fd_rect face; member
907 struct is_face_marker face[MAX_FACE_COUNT]; member
Dfimc-is-param.c299 isp->aa.face = 0; in __is_set_init_isp_aa()
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_surface.c66 uint32_t face; member
252 cmd->body.face[i].numMipLevels = srf->mip_levels[i]; in vmw_surface_define_encode()
300 body->host.face = cur_offset->face; in vmw_surface_dma_encode()
811 cur_offset->face = i; in vmw_surface_define_ioctl()
Dvmwgfx_stdu.c511 cmd->body.host.face = 0; in vmw_stdu_bo_fifo_commit()
1216 cmd_dma->body.host.face = 0; in vmw_stdu_bo_populate_dma()
1329 cmd_img->body.image.face = 0; in vmw_stdu_bo_populate_update_cpu()
1458 cmd_update->body.image.face = 0; in vmw_stdu_surface_update_proxy()
Dvmwgfx_binding.c543 cmd->body.target.face = 0; in vmw_binding_scrub_render_target()
Dvmwgfx_kms.c168 if (cmd->dma.host.face != 0 || cmd->dma.host.mipmap != 0) { in vmw_kms_cursor_snoop()
2622 cmd->body.image.face = 0; in vmw_kms_update_proxy()
/Linux-v5.4/Documentation/process/
Dmanagement-style.rst164 And the more convinced you are that you are right (and let's face it,
188 knowledge that we're better than the average person (let's face it,
209 specific directions, but let's face it, they might be good at what they
233 face it, it sure ain't you.
Dembargoed-hardware-issues.rst113 face-to-face meetings are almost impossible to address hardware security
/Linux-v5.4/drivers/net/ethernet/realtek/
DKconfig93 reset sequence, in the face of severe receive errors. This "new"
/Linux-v5.4/Documentation/dev-tools/
Dcoccinelle.rst503 …* TODO [[view:/home/user/linux/crypto/ctr.c::face=ovl-face1::linb=188::colb=9::cole=16][ERR_CAST c…
504 …* TODO [[view:/home/user/linux/crypto/authenc.c::face=ovl-face1::linb=619::colb=9::cole=16][ERR_CA…
505 …* TODO [[view:/home/user/linux/crypto/xts.c::face=ovl-face1::linb=227::colb=9::cole=16][ERR_CAST c…
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Dcache-policies.rst51 improved performance and increased adaptability in the face of changing
/Linux-v5.4/Documentation/devicetree/bindings/iio/
Dmount-matrix.txt34 toward the face of the user.
/Linux-v5.4/Documentation/admin-guide/
Dbinfmt-misc.rst86 this doesn``t work very well in the face of mount namespaces and
Dext4.rst77 * extent format more robust in face of on-disk corruption due to magics,
/Linux-v5.4/Documentation/input/devices/
Dxpad.rst12 have only digital face buttons.
/Linux-v5.4/Documentation/RCU/
DwhatisRCU.txt208 be delayed. This property results in system resilience in face
948 d. Do you need RCU grace periods to complete even in the face
/Linux-v5.4/drivers/md/
DKconfig326 adaptability in the face of changing workloads.
/Linux-v5.4/Documentation/scsi/
DChangeLog.sym53c8xx531 patched too much and needed to be face-lifted a bit.
/Linux-v5.4/Documentation/admin-guide/laptops/
Dthinkpad-acpi.rst1459 This sysfs attribute controls the keyboard "face" that will be shown on the

12