Home
last modified time | relevance | path

Searched refs:get_format (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_formats.c111 get_format(enum pipe_format f) in get_format() function
123 const struct vc4_format *vf = get_format(f); in vc4_rt_format_supported()
134 const struct vc4_format *vf = get_format(f); in vc4_rt_format_is_565()
145 const struct vc4_format *vf = get_format(f); in vc4_tex_format_supported()
153 const struct vc4_format *vf = get_format(f); in vc4_get_tex_format()
164 const struct vc4_format *vf = get_format(f); in vc4_get_format_swizzle()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c126 static int get_format(int format) in get_format() function
729 format = get_format(buf->format); in droid_create_image_from_name()