Searched refs:texconst4 (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_image.c | 60 uint32_t texconst4; member 80 img->texconst4 = 0; in translate_image() 143 img->texconst4 = A4XX_TEX_CONST_4_LAYERSZ(img->array_pitch); in translate_image() 178 OUT_RELOC(ring, img->bo, img->offset, img->texconst4, 0); in emit_image_tex()
|
H A D | fd4_texture.h | 52 uint32_t texconst0, texconst1, texconst2, texconst3, texconst4; member
|
H A D | fd4_texture.c | 222 so->texconst4 = A4XX_TEX_CONST_4_LAYERSZ( in fd4_sampler_view_create()
|
H A D | fd4_emit.c | 227 OUT_RELOC(ring, rsc->bo, view->offset, view->texconst4, 0); in emit_textures() 252 OUT_RELOC(ring, rsc->bo, view->offset, view->texconst4, 0); in emit_textures() 333 OUT_RELOC(ring, rsc->bo, view->offset, view->texconst4, 0); in emit_textures()
|
Completed in 4 milliseconds