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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.h40 uint32_t texsamp0, texsamp1; member in struct:fd3_sampler_stateobj
H A Dfd3_texture.c131 so->texsamp1 =
136 so->texsamp1 = 0x00000000;
H A Dfd3_emit.c166 OUT_RING(ring, sampler->texsamp1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.h40 uint32_t texsamp0, texsamp1; member in struct:fd3_sampler_stateobj
H A Dfd3_texture.c109 so->texsamp1 = A3XX_TEX_SAMP_1_LOD_BIAS(cso->lod_bias);
112 so->texsamp1 |= A3XX_TEX_SAMP_1_MIN_LOD(cso->min_lod) |
119 so->texsamp1 |= A3XX_TEX_SAMP_1_MIN_LOD(MIN2(cso->min_lod, 0.125)) |
H A Dfd3_emit.c187 OUT_RING(ring, sampler->texsamp1);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.h40 uint32_t texsamp0, texsamp1; member in struct:fd4_sampler_stateobj
H A Dfd4_texture.c125 so->texsamp1 =
132 so->texsamp1 |=
138 so->texsamp1 |= A4XX_TEX_SAMP_1_COMPARE_FUNC(cso->compare_func); /* maps 1:1 */
H A Dfd4_emit.c157 OUT_RING(ring, sampler->texsamp1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.h40 uint32_t texsamp0, texsamp1; member in struct:fd4_sampler_stateobj
H A Dfd4_texture.c103 so->texsamp1 =
110 so->texsamp1 |= A4XX_TEX_SAMP_1_MIN_LOD(cso->min_lod) |
115 so->texsamp1 |=
H A Dfd4_emit.c174 OUT_RING(ring, sampler->texsamp1);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.h40 uint32_t texsamp0, texsamp1, texsamp2, texsamp3; member in struct:fd5_sampler_stateobj
H A Dfd5_texture.c125 so->texsamp1 =
131 so->texsamp1 |=
137 so->texsamp1 |= A5XX_TEX_SAMP_1_COMPARE_FUNC(cso->compare_func); /* maps 1:1 */
H A Dfd5_emit.c339 OUT_RING(ring, sampler->texsamp1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.h40 uint32_t texsamp0, texsamp1, texsamp2, texsamp3; member in struct:fd5_sampler_stateobj
H A Dfd5_texture.c103 so->texsamp1 =
110 so->texsamp1 |= A5XX_TEX_SAMP_1_MIN_LOD(cso->min_lod) |
117 so->texsamp1 |= A5XX_TEX_SAMP_1_MIN_LOD(MIN2(cso->min_lod, 0.125)) |
122 so->texsamp1 |=
H A Dfd5_emit.c367 OUT_RING(ring, sampler->texsamp1);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.h41 uint32_t texsamp0, texsamp1, texsamp2, texsamp3; member in struct:fd6_sampler_stateobj
H A Dfd6_texture.c131 so->texsamp1 =
137 so->texsamp1 |=
143 so->texsamp1 |= A6XX_TEX_SAMP_1_COMPARE_FUNC(cso->compare_func); /* maps 1:1 */
H A Dfd6_emit.c427 OUT_RING(state, sampler->texsamp1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.h41 uint32_t texsamp0, texsamp1, texsamp2, texsamp3; member in struct:fd6_sampler_stateobj
H A Dfd6_texture.c116 so->texsamp1 =
123 so->texsamp1 |= A6XX_TEX_SAMP_1_MIN_LOD(cso->min_lod) |
127 so->texsamp1 |=
H A Dfd6_emit.c339 OUT_RING(state, sampler->texsamp1);

Completed in 21 milliseconds