Home
last modified time | relevance | path

Searched refs:texsamp1 (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.c103 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 Dfd5_texture.h40 uint32_t texsamp0, texsamp1, texsamp2, texsamp3; member
H A Dfd5_emit.c367 OUT_RING(ring, sampler->texsamp1);
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c104 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 Dfd4_texture.h40 uint32_t texsamp0, texsamp1; member
H A Dfd4_emit.c191 OUT_RING(ring, sampler->texsamp1); in emit_textures()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.c109 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 Dfd3_texture.h40 uint32_t texsamp0, texsamp1; member
H A Dfd3_emit.c187 OUT_RING(ring, sampler->texsamp1); in emit_textures()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c116 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 Dfd6_texture.h41 uint32_t texsamp0, texsamp1, texsamp2, texsamp3; member
H A Dfd6_emit.c340 OUT_RING(state, sampler->texsamp1); in fd6_emit_textures()

Completed in 9 milliseconds