Searched refs:PITCH (Results 1 - 17 of 17) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv04_state_fb.c | 91 BEGIN_NV04(push, NV04_SF3D(PITCH), 1);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv04_state_fb.c | 91 BEGIN_NV04(push, NV04_SF3D(PITCH), 1);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/ |
| H A D | texturator-to-unit-test.lua | 74 blit.pitch = r.RB_MRT[0].PITCH 77 blit.ubwc_pitch = r.RB_MRT_FLAG_BUFFER[0].PITCH.PITCH
|
| H A D | tex3d-layout.lua | 52 blit.pitch = r.RB_2D_DST_SIZE.PITCH
|
| H A D | texturator-to-unit-test-5xx.lua | 87 blit.pitch = r.RB_2D_DST_SIZE.PITCH
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_io.c | 38 #define PITCH(x, y) ALIGN((x)*(y), 4) macro 449 offset += PITCH(width, cpp) * height; 508 int pitch = PITCH(width, cpp); 569 int pitch = PITCH(width, cpp); 620 int pitch = PITCH(width, cpp); 1085 offset += PITCH(width, dst->drawable.bitsPerPixel >> 3) * height; 1099 int pitch = PITCH(width, dst->drawable.bitsPerPixel >> 3); 1180 offset += PITCH(width, dst->drawable.bitsPerPixel >> 3) * height; 1198 int pitch = PITCH(width, dst->drawable.bitsPerPixel >> 3); 1591 offset += PITCH(widt [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_io.c | 38 #define PITCH(x, y) ALIGN((x)*(y), 4) macro 444 offset += PITCH(width, cpp) * height; 502 int pitch = PITCH(width, cpp); 562 int pitch = PITCH(width, cpp); 612 int pitch = PITCH(width, cpp); 1063 offset += PITCH(width, dst->drawable.bitsPerPixel >> 3) * height; 1077 int pitch = PITCH(width, dst->drawable.bitsPerPixel >> 3); 1157 offset += PITCH(width, dst->drawable.bitsPerPixel >> 3) * height; 1175 int pitch = PITCH(width, dst->drawable.bitsPerPixel >> 3); 1566 offset += PITCH(widt [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_image.c | 173 tu_cs_emit(cs, iview->PITCH); 191 tu_cs_emit(cs, iview->PITCH << (src ? 9 : 0)); 370 /* note: these have same encoding for MRT and 2D (except 2D PITCH src) */ 371 iview->PITCH = A6XX_RB_DEPTH_BUFFER_PITCH(pitch).value;
|
| H A D | tu_private.h | 1465 uint32_t PITCH; member in struct:tu_image_view
|
| /xsrc/external/mit/MesaLib/dist/src/amd/registers/ |
| H A D | gfx10-rsrc.json | 404 {"bits": [0, 13], "comment": "only for 1D, 2D, and 2D_MSAA if pitch > width", "name": "PITCH"},
|
| H A D | gfx7.json | 11214 {"bits": [13, 26], "name": "PITCH"}
|
| H A D | gfx6.json | 9974 {"bits": [13, 26], "name": "PITCH"}
|
| H A D | gfx8.json | 11566 {"bits": [13, 26], "name": "PITCH"}
|
| H A D | gfx81.json | 11678 {"bits": [13, 26], "name": "PITCH"}
|
| H A D | gfx9.json | 12886 {"bits": [13, 28], "name": "PITCH"},
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_video.c | 605 BEGIN_NV04(push, NV31_MPEG(PITCH), 2);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_video.c | 605 BEGIN_NV04(push, NV31_MPEG(PITCH), 2);
|
Completed in 400 milliseconds