Searched refs:tex4 (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_texture.h | 40 uint32_t tex0, tex3, tex4; member in struct:fd2_sampler_stateobj 51 uint32_t tex0, tex1, tex2, tex3, tex4, tex5; member in struct:fd2_pipe_sampler_view
|
| H A D | fd2_texture.c | 116 so->tex4 = 0; 118 so->tex4 = A2XX_SQ_TEX_4_LOD_BIAS(cso->lod_bias); 195 so->tex4 = A2XX_SQ_TEX_4_MIP_MIN_LEVEL(fd_sampler_first_level(cso)) |
|
| H A D | fd2_emit.c | 145 OUT_RING(ring, sampler->tex4 | view->tex4);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_texture.h | 40 uint32_t tex0, tex3, tex4; member in struct:fd2_sampler_stateobj 51 uint32_t tex0, tex1, tex2, tex3, tex4, tex5; member in struct:fd2_pipe_sampler_view
|
| H A D | fd2_texture.c | 118 so->tex4 = 0; 120 so->tex4 = A2XX_SQ_TEX_4_LOD_BIAS(cso->lod_bias); 193 so->tex4 =
|
| H A D | fd2_emit.c | 146 OUT_RING(ring, sampler->tex4 | view->tex4);
|
Completed in 9 milliseconds