Home
last modified time | relevance | path

Searched refs:fd5_pipe2tex (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_screen.c79 (fd5_pipe2tex(format) != TFMT5_NONE) && in fd5_screen_is_format_supported()
91 (fd5_pipe2tex(format) != TFMT5_NONE)) { in fd5_screen_is_format_supported()
106 (fd5_pipe2tex(format) != TFMT5_NONE)) { in fd5_screen_is_format_supported()
Dfd5_format.h35 enum a5xx_tex_fmt fd5_pipe2tex(enum pipe_format format);
Dfd5_image.c72 img->fmt = fd5_pipe2tex(format); in translate_image()
Dfd5_texture.c228 A5XX_TEX_CONST_0_FMT(fd5_pipe2tex(format)) | in fd5_sampler_view_create()
Dfd5_format.c351 fd5_pipe2tex(enum pipe_format format) in fd5_pipe2tex() function