Searched refs:fd6_texture_format (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/
H A Dfd6_format_table.h42 enum a6xx_format fd6_texture_format(enum pipe_format format,
H A Dfd6_format_table.c387 fd6_texture_format(enum pipe_format format, enum a6xx_tile_mode tile_mode) function in typeref:enum:a6xx_format
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_format.c96 return A6XX_TEX_CONST_0_FMT(fd6_texture_format(format, rsc->layout.tile_mode)) |
H A Dfd6_screen.c84 bool has_tex = fd6_texture_format(format, TILE6_LINEAR) != FMT6_NONE;
H A Dfd6_image.c271 OUT_RING(ring, A6XX_IBO_0_FMT(fd6_texture_format(img->pfmt, rsc->layout.tile_mode)) |
H A Dfd6_blitter.c575 enum a6xx_format sfmt = fd6_texture_format(info->src.format, src->layout.tile_mode);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_formats.c121 .fmt = fd6_texture_format(format, tile_mode),

Completed in 7 milliseconds