Home
last modified time | relevance | path

Searched refs:A3XX_TEX_CONST_1_FETCHSIZE (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c245 A3XX_TEX_CONST_1_FETCHSIZE(fd3_pipe2fetchsize(cso->format)) | in fd3_sampler_view_create()
256 A3XX_TEX_CONST_1_FETCHSIZE(fd3_pipe2fetchsize(cso->format)) | in fd3_sampler_view_create()
Dfd3_emit.c324 OUT_RING(ring, A3XX_TEX_CONST_1_FETCHSIZE(TFETCH_DISABLE) | in fd3_emit_gmem_restore_tex()
Da3xx.xml.h3189 static inline uint32_t A3XX_TEX_CONST_1_FETCHSIZE(enum a3xx_tex_fetchsize val) in A3XX_TEX_CONST_1_FETCHSIZE() function