Searched refs:texsamp0 (Results 1 - 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_texture.h | 40 uint32_t texsamp0, texsamp1; member
|
H A D | fd3_texture.c | 94 so->texsamp0 = in fd3_sampler_state_create() 106 so->texsamp0 |= in fd3_sampler_state_create()
|
H A D | fd3_emit.c | 186 OUT_RING(ring, sampler->texsamp0); in emit_textures()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_texture.h | 40 uint32_t texsamp0, texsamp1; member
|
H A D | fd4_texture.c | 94 so->texsamp0 = in fd4_sampler_state_create()
|
H A D | fd4_emit.c | 190 OUT_RING(ring, sampler->texsamp0); in emit_textures()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_texture.h | 40 uint32_t texsamp0, texsamp1, texsamp2, texsamp3; member
|
H A D | fd5_texture.c | 94 so->texsamp0 = in fd5_sampler_state_create() 107 so->texsamp0 |= A5XX_TEX_SAMP_0_LOD_BIAS(cso->lod_bias); in fd5_sampler_state_create()
|
H A D | fd5_emit.c | 366 OUT_RING(ring, sampler->texsamp0);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_texture.h | 41 uint32_t texsamp0, texsamp1, texsamp2, texsamp3; member
|
H A D | fd6_texture.c | 107 so->texsamp0 = in fd6_sampler_state_create() 122 so->texsamp0 |= A6XX_TEX_SAMP_0_LOD_BIAS(cso->lod_bias); in fd6_sampler_state_create()
|
H A D | fd6_emit.c | 339 OUT_RING(state, sampler->texsamp0); in fd6_emit_textures()
|
Completed in 9 milliseconds