Searched refs:texsamp1 (Results 1 - 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_texture.c | 103 so->texsamp1 = in fd5_sampler_state_create() 110 so->texsamp1 |= A5XX_TEX_SAMP_1_MIN_LOD(cso->min_lod) | in fd5_sampler_state_create() 117 so->texsamp1 |= A5XX_TEX_SAMP_1_MIN_LOD(MIN2(cso->min_lod, 0.125f)) | in fd5_sampler_state_create() 122 so->texsamp1 |= in fd5_sampler_state_create()
|
H A D | fd5_texture.h | 40 uint32_t texsamp0, texsamp1, texsamp2, texsamp3; member
|
H A D | fd5_emit.c | 367 OUT_RING(ring, sampler->texsamp1);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_texture.c | 104 so->texsamp1 = in fd4_sampler_state_create() 110 so->texsamp1 |= A4XX_TEX_SAMP_1_MIN_LOD(cso->min_lod) | in fd4_sampler_state_create() 117 so->texsamp1 |= A4XX_TEX_SAMP_1_MIN_LOD(MIN2(cso->min_lod, 0.125f)) | in fd4_sampler_state_create() 122 so->texsamp1 |= in fd4_sampler_state_create()
|
H A D | fd4_texture.h | 40 uint32_t texsamp0, texsamp1; member
|
H A D | fd4_emit.c | 191 OUT_RING(ring, sampler->texsamp1); in emit_textures()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_texture.c | 109 so->texsamp1 = A3XX_TEX_SAMP_1_LOD_BIAS(cso->lod_bias); in fd3_sampler_state_create() 112 so->texsamp1 |= A3XX_TEX_SAMP_1_MIN_LOD(cso->min_lod) | in fd3_sampler_state_create() 119 so->texsamp1 |= A3XX_TEX_SAMP_1_MIN_LOD(MIN2(cso->min_lod, 0.125f)) | in fd3_sampler_state_create()
|
H A D | fd3_texture.h | 40 uint32_t texsamp0, texsamp1; member
|
H A D | fd3_emit.c | 187 OUT_RING(ring, sampler->texsamp1); in emit_textures()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_texture.c | 116 so->texsamp1 = in fd6_sampler_state_create() 123 so->texsamp1 |= A6XX_TEX_SAMP_1_MIN_LOD(cso->min_lod) | in fd6_sampler_state_create() 127 so->texsamp1 |= in fd6_sampler_state_create()
|
H A D | fd6_texture.h | 41 uint32_t texsamp0, texsamp1, texsamp2, texsamp3; member
|
H A D | fd6_emit.c | 340 OUT_RING(state, sampler->texsamp1); in fd6_emit_textures()
|
Completed in 9 milliseconds