Home
last modified time | relevance | path

Searched refs:fd2_pipe2surface (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_util.h43 struct surface_format fd2_pipe2surface(enum pipe_format format);
Dfd2_screen.c64 fd2_pipe2surface(format).format != FMT_INVALID) { in fd2_screen_is_format_supported()
Dfd2_util.c123 fd2_pipe2surface(enum pipe_format format) in fd2_pipe2surface() function
Dfd2_texture.c173 struct surface_format fmt = fd2_pipe2surface(cso->format); in fd2_sampler_view_create()
Dfd2_program.c171 struct surface_format fmt = fd2_pipe2surface(elem->src_format); in patch_vtx_fetch()
Dfd2_gmem.c250 A2XX_SQ_TEX_1_FORMAT(fd2_pipe2surface(format).format) | in emit_mem2gmem_surf()