| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_texture.h | 40 uint32_t texsamp0, texsamp1; member in struct:fd3_sampler_stateobj
|
| H A D | fd3_texture.c | 131 so->texsamp1 = 136 so->texsamp1 = 0x00000000;
|
| H A D | fd3_emit.c | 166 OUT_RING(ring, sampler->texsamp1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_texture.h | 40 uint32_t texsamp0, texsamp1; member in struct:fd3_sampler_stateobj
|
| H A D | fd3_texture.c | 109 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 D | fd3_emit.c | 187 OUT_RING(ring, sampler->texsamp1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_texture.h | 40 uint32_t texsamp0, texsamp1; member in struct:fd4_sampler_stateobj
|
| H A D | fd4_texture.c | 125 so->texsamp1 = 132 so->texsamp1 |= 138 so->texsamp1 |= A4XX_TEX_SAMP_1_COMPARE_FUNC(cso->compare_func); /* maps 1:1 */
|
| H A D | fd4_emit.c | 157 OUT_RING(ring, sampler->texsamp1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_texture.h | 40 uint32_t texsamp0, texsamp1; member in struct:fd4_sampler_stateobj
|
| H A D | fd4_texture.c | 103 so->texsamp1 = 110 so->texsamp1 |= A4XX_TEX_SAMP_1_MIN_LOD(cso->min_lod) | 115 so->texsamp1 |=
|
| H A D | fd4_emit.c | 174 OUT_RING(ring, sampler->texsamp1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_texture.h | 40 uint32_t texsamp0, texsamp1, texsamp2, texsamp3; member in struct:fd5_sampler_stateobj
|
| H A D | fd5_texture.c | 125 so->texsamp1 = 131 so->texsamp1 |= 137 so->texsamp1 |= A5XX_TEX_SAMP_1_COMPARE_FUNC(cso->compare_func); /* maps 1:1 */
|
| H A D | fd5_emit.c | 339 OUT_RING(ring, sampler->texsamp1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_texture.h | 40 uint32_t texsamp0, texsamp1, texsamp2, texsamp3; member in struct:fd5_sampler_stateobj
|
| H A D | fd5_texture.c | 103 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 D | fd5_emit.c | 367 OUT_RING(ring, sampler->texsamp1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_texture.h | 41 uint32_t texsamp0, texsamp1, texsamp2, texsamp3; member in struct:fd6_sampler_stateobj
|
| H A D | fd6_texture.c | 131 so->texsamp1 = 137 so->texsamp1 |= 143 so->texsamp1 |= A6XX_TEX_SAMP_1_COMPARE_FUNC(cso->compare_func); /* maps 1:1 */
|
| H A D | fd6_emit.c | 427 OUT_RING(state, sampler->texsamp1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_texture.h | 41 uint32_t texsamp0, texsamp1, texsamp2, texsamp3; member in struct:fd6_sampler_stateobj
|
| H A D | fd6_texture.c | 116 so->texsamp1 = 123 so->texsamp1 |= A6XX_TEX_SAMP_1_MIN_LOD(cso->min_lod) | 127 so->texsamp1 |=
|
| H A D | fd6_emit.c | 339 OUT_RING(state, sampler->texsamp1);
|