Searched refs:texconst5 (Results 1 - 12 of 12) sorted by relevance
| /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 | 281 so->texconst5 = 288 so->texconst5 = 295 so->texconst5 = 301 so->texconst5 =
|
| H A D | fd5_emit.c | 380 (uint64_t)view->texconst5 << 32, 0); 383 OUT_RING(ring, view->texconst5);
|
| /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 | 211 so->texconst5 = A5XX_TEX_CONST_5_DEPTH(1); 216 so->texconst5 = A5XX_TEX_CONST_5_DEPTH(layers); 221 so->texconst5 = A5XX_TEX_CONST_5_DEPTH(layers / 6); 228 so->texconst5 = A5XX_TEX_CONST_5_DEPTH(u_minify(prsc->depth0, lvl));
|
| H A D | fd5_emit.c | 408 (uint64_t)view->texconst5 << 32, 0); 411 OUT_RING(ring, view->texconst5);
|
| /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 | 289 so->texconst5 = 296 so->texconst5 = 303 so->texconst5 = 310 so->texconst5 =
|
| H A D | fd6_emit.c | 487 (uint64_t)view->texconst5 << 32, 0); 490 OUT_RING(state, view->texconst5);
|
| /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 | 295 so->texconst5 = A6XX_TEX_CONST_5_DEPTH(1); 300 so->texconst5 = A6XX_TEX_CONST_5_DEPTH(layers); 305 so->texconst5 = A6XX_TEX_CONST_5_DEPTH(layers / 6); 312 so->texconst5 = A6XX_TEX_CONST_5_DEPTH(u_minify(prsc->depth0, lvl));
|
| H A D | fd6_emit.c | 403 (uint64_t)view->texconst5 << 32, 0); 406 OUT_RING(state, view->texconst5);
|
Completed in 12 milliseconds