| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_texture.h | 53 uint32_t texconst0, texconst1, texconst2, texconst3; member in struct:fd3_pipe_sampler_view
|
| H A D | fd3_texture.c | 259 so->texconst2 =
|
| H A D | fd3_emit.c | 188 OUT_RING(ring, view->texconst2 |
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_texture.h | 52 uint32_t texconst0, texconst1, texconst2, texconst3; member in struct:fd3_pipe_sampler_view
|
| H A D | fd3_texture.c | 195 so->texconst2 = A3XX_TEX_CONST_2_PITCH(fd_resource_pitch(rsc, lvl));
|
| H A D | fd3_emit.c | 210 view->texconst2 | A3XX_TEX_CONST_2_INDX(BASETABLE_SZ * i));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_texture.h | 53 uint32_t texconst0, texconst1, texconst2, texconst3, texconst4; member in struct:fd4_pipe_sampler_view
|
| H A D | fd4_texture.c | 262 so->texconst2 = 277 so->texconst2 = 295 so->texconst2 |= A4XX_TEX_CONST_2_SWAP(XYZW);
|
| H A D | fd4_emit.c | 187 OUT_RING(ring, view->texconst2); 215 OUT_RING(ring, view->texconst2);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_texture.h | 52 uint32_t texconst0, texconst1, texconst2, texconst3, texconst4; member in struct:fd4_pipe_sampler_view
|
| H A D | fd4_texture.c | 190 so->texconst2 = A4XX_TEX_CONST_2_PITCH(elements * rsc->layout.cpp); 202 so->texconst2 = A4XX_TEX_CONST_2_PITCHALIGN(rsc->layout.pitchalign - 5) | 217 so->texconst2 |= A4XX_TEX_CONST_2_SWAP(XYZW);
|
| H A D | fd4_emit.c | 204 OUT_RING(ring, view->texconst2); 231 OUT_RING(ring, view->texconst2);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_texture.h | 53 uint32_t texconst0, texconst1, texconst2, texconst3, texconst5; member in struct:fd5_pipe_sampler_view
|
| H A D | fd5_texture.c | 250 so->texconst2 = 265 so->texconst2 = 273 so->texconst2 |= A5XX_TEX_CONST_2_TYPE(fd5_tex_type(cso->target));
|
| H A D | fd5_emit.c | 373 OUT_RING(ring, view->texconst2);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_texture.h | 52 uint32_t texconst0, texconst1, texconst2, texconst3, texconst5; member in struct:fd5_pipe_sampler_view
|
| H A D | fd5_texture.c | 187 so->texconst2 = A5XX_TEX_CONST_2_UNK4 | A5XX_TEX_CONST_2_UNK31; 199 so->texconst2 = A5XX_TEX_CONST_2_PITCHALIGN(rsc->layout.pitchalign - 6) | 204 so->texconst2 |= A5XX_TEX_CONST_2_TYPE(fd5_tex_type(cso->target));
|
| H A D | fd5_emit.c | 401 OUT_RING(ring, view->texconst2);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_texture.h | 55 uint32_t texconst0, texconst1, texconst2, texconst3, texconst5; member in struct:fd6_pipe_sampler_view
|
| H A D | fd6_texture.c | 247 so->texconst2 = 262 so->texconst2 = 281 so->texconst2 |= A6XX_TEX_CONST_2_TYPE(fd6_tex_type(cso->target));
|
| H A D | fd6_emit.c | 480 OUT_RING(state, view->texconst2);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_texture.h | 54 uint32_t texconst0, texconst1, texconst2, texconst3, texconst5; member in struct:fd6_pipe_sampler_view
|
| H A D | fd6_texture.c | 235 so->texconst2 = A6XX_TEX_CONST_2_UNK4 | A6XX_TEX_CONST_2_UNK31; 247 so->texconst2 = A6XX_TEX_CONST_2_PITCHALIGN(rsc->layout.pitchalign - 6) | 288 so->texconst2 |= A6XX_TEX_CONST_2_TYPE(fd6_tex_type(cso->target));
|
| H A D | fd6_emit.c | 256 OUT_RING(state, 0); /* texconst2, patched in gmem emit */ 398 OUT_RING(state, view->texconst2);
|