Home
last modified time | relevance | path

Searched defs:texconst0 (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.h52 uint32_t texconst0, texconst1, texconst2, texconst3; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.h52 uint32_t texconst0, texconst1, texconst2, texconst3, texconst4; member
Dfd4_emit.c269 unsigned texconst0 = view->texconst0 & ~(0xfff << 4); in emit_textures() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.h52 uint32_t texconst0, texconst1, texconst2, texconst3, texconst5; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c275 uint32_t texconst0 = A6XX_TEX_CONST_0_FMT(fd6_texture_format(format, rsc->layout.tile_mode)) | in patch_fb_read_gmem() local