Searched defs:texconst0 (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_texture.h | 52 uint32_t texconst0, texconst1, texconst2, texconst3; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_texture.h | 52 uint32_t texconst0, texconst1, texconst2, texconst3, texconst4; member
|
D | fd4_emit.c | 269 unsigned texconst0 = view->texconst0 & ~(0xfff << 4); in emit_textures() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_texture.h | 52 uint32_t texconst0, texconst1, texconst2, texconst3, texconst5; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_gmem.c | 275 uint32_t texconst0 = A6XX_TEX_CONST_0_FMT(fd6_texture_format(format, rsc->layout.tile_mode)) | in patch_fb_read_gmem() local
|