Searched refs:get_format (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_formats.c41 get_format(const struct v3d_device_info *devinfo, enum pipe_format f) function in typeref:typename:const struct v3d_format *
53 const struct v3d_format *vf = get_format(devinfo, f);
64 const struct v3d_format *vf = get_format(devinfo, f);
76 const struct v3d_format *vf = get_format(devinfo, f);
84 const struct v3d_format *vf = get_format(devinfo, f);
96 const struct v3d_format *vf = get_format(devinfo, f);
111 const struct v3d_format *vf = get_format(devinfo, f);
122 const struct v3d_format *vf = get_format(devinfo, f);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_formats.c45 get_format(const struct v3d_device_info *devinfo, enum pipe_format f) function in typeref:typename:const struct v3d_format *
57 const struct v3d_format *vf = get_format(devinfo, f);
68 const struct v3d_format *vf = get_format(devinfo, f);
80 const struct v3d_format *vf = get_format(devinfo, f);
88 const struct v3d_format *vf = get_format(devinfo, f);
100 const struct v3d_format *vf = get_format(devinfo, f);
121 const struct v3d_format *vf = get_format(devinfo, f);
132 const struct v3d_format *vf = get_format(devinfo, f);
175 const struct v3d_format *vf = get_format(devinfo, f);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_formats.c110 get_format(enum pipe_format f) function in typeref:typename:const struct vc4_format *
122 const struct vc4_format *vf = get_format(f);
133 const struct vc4_format *vf = get_format(f);
144 const struct vc4_format *vf = get_format(f);
152 const struct vc4_format *vf = get_format(f);
163 const struct vc4_format *vf = get_format(f);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_formats.c110 get_format(enum pipe_format f) function in typeref:typename:const struct vc4_format *
122 const struct vc4_format *vf = get_format(f);
133 const struct vc4_format *vf = get_format(f);
144 const struct vc4_format *vf = get_format(f);
152 const struct vc4_format *vf = get_format(f);
163 const struct vc4_format *vf = get_format(f);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_formats.c35 const struct v3dv_format *vf = v3dv_X(device, get_format)(f);
84 const struct v3dv_format *format = v3dv_X(device, get_format)(vk_format);
221 const struct v3dv_format *v3dv_format = v3dv_X(device, get_format)(vk_format);
233 const struct v3dv_format *v3dv_format = v3dv_X(pdevice, get_format)(format);
292 const struct v3dv_format *v3dv_format = v3dv_X(physical_device, get_format)(info->format);
H A Dv3dv_image.c301 v3dv_X(device, get_format)(pCreateInfo->format);
529 iview->format = v3dv_X(device, get_format)(format);
597 view->format = v3dv_X(device, get_format)(view->vk_format);
H A Dv3dv_pass.c39 const struct v3dv_format *format = v3dv_X(device, get_format)(att->desc.format);
307 const struct v3dv_format *format = v3dv_X(device, get_format)(desc->format);
H A Dv3dvx_formats.c200 v3dX(get_format)(VkFormat format)
461 const struct v3dv_format *format = v3dX(get_format)(vk_format);
H A Dv3dvx_private.h151 v3dX(get_format)(VkFormat);
H A Dv3dvx_device.c60 const struct v3dv_format *format = v3dX(get_format)(bc_info->format);
H A Dv3dvx_pipeline.c113 const struct v3dv_format *format = v3dX(get_format)(desc->format);
H A Dv3dvx_meta_common.c1352 fb->format = v3dX(get_format)(vk_format);
H A Dv3dv_cmd_buffer.c1216 v3dv_X(cmd_buffer->device, get_format)(attachment->desc.format);
H A Dv3dv_meta_copy.c1069 const struct v3dv_format *f = v3dv_X(cmd_buffer->device, get_format)(format);
/xsrc/external/mit/pixman/dist/test/
H A Dscaling-test.c25 get_format (int bpp) function in typeref:typename:pixman_format_code_t
147 src_fmt = get_format (src_bpp);
149 dst_fmt = get_format (dst_bpp);
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_android.c152 static int get_format(int format) function in typeref:typename:int
953 format = get_format(buf->format);
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_android.c1021 static int get_format(int format) function in typeref:typename:int
1056 format = get_format(buf->format);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst2990 - egl/android: Move get_format under HAVE_DRM_GRALLOC guard where it's used

Completed in 36 milliseconds