Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_resource.c92 ok_format(enum pipe_format pfmt) in ok_format() function
114 if (ok_format(tmpl->format)) in fd3_tile_mode()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blitter.c53 ok_format(enum pipe_format fmt) in ok_format() function
90 if (!ok_format(info->dst.format)) in can_do_blit()
93 if (!ok_format(info->src.format)) in can_do_blit()
482 if (ok_format(tmpl->format)) in fd5_tile_mode()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c127 ok_format(enum pipe_format pfmt) in ok_format() function
197 fail_if(!ok_format(info->src.format)); in can_do_blit()
198 fail_if(!ok_format(info->dst.format)); in can_do_blit()
1205 if (ok_format(tmpl->format)) in fd6_tile_mode()