Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_screen.c78 (fd5_pipe2tex(format) != TFMT5_NONE) && in fd5_screen_is_format_supported()
87 (fd5_pipe2tex(format) != TFMT5_NONE)) { in fd5_screen_is_format_supported()
105 (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_texture.c151 so->texconst0 = A5XX_TEX_CONST_0_FMT(fd5_pipe2tex(format)) | in fd5_sampler_view_create()
Dfd5_image.c73 img->fmt = fd5_pipe2tex(format); in translate_image()
Dfd5_format.c359 fd5_pipe2tex(enum pipe_format format) in fd5_pipe2tex() function