Searched refs:texconst9 (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_texture.h | 54 uint32_t texconst6, texconst7, texconst8, texconst9, texconst10, texconst11; member
|
D | fd5_emit.c | 411 OUT_RING(ring, view->texconst9); in emit_textures()
|
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_texture.h | 56 uint32_t texconst6, texconst7, texconst8, texconst9, texconst10, texconst11; member
|
D | fd6_texture.c | 353 so->texconst9 |= A6XX_TEX_CONST_9_FLAG_BUFFER_ARRAY_PITCH(rsc->layout.ubwc_layer_size >> 2); in fd6_sampler_view_create()
|
D | fd6_emit.c | 417 OUT_RING(state, view->texconst9); in fd6_emit_textures()
|