Searched refs:get_format (Results 1 – 8 of 8) sorted by relevance
41 get_format(const struct v3d_device_info *devinfo, enum pipe_format f) in get_format() function53 const struct v3d_format *vf = get_format(devinfo, f); in v3d_rt_format_supported()64 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_rt_format()76 const struct v3d_format *vf = get_format(devinfo, f); in v3d_tex_format_supported()84 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_tex_format()96 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_tex_return_size()111 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_tex_return_channels()122 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_format_swizzle()
110 get_format(enum pipe_format f) in get_format() function122 const struct vc4_format *vf = get_format(f); in vc4_rt_format_supported()133 const struct vc4_format *vf = get_format(f); in vc4_rt_format_is_565()144 const struct vc4_format *vf = get_format(f); in vc4_tex_format_supported()152 const struct vc4_format *vf = get_format(f); in vc4_get_tex_format()163 const struct vc4_format *vf = get_format(f); in vc4_get_format_swizzle()
230 DateTimeShortcuts.clockInputs[num].value = d.strftime(get_format('TIME_INPUT_FORMATS')[0]);324 var format = get_format('DATE_INPUT_FORMATS')[0];362 var format = get_format('DATE_INPUT_FORMATS')[0];382 … DateTimeShortcuts.calendarInputs[num].value = d.strftime(get_format('DATE_INPUT_FORMATS')[0]);
356 decoder_context->get_format = [](struct AVCodecContext* s, in SetAdditionalDecoderParameters()
955 static int get_format(int format) in get_format() function989 format = get_format(buf->format); in droid_create_image_from_name()
698 unsigned get_format (Iterator glyph_val_iter_pairs) in get_format() function720 if (glyph_val_iter_pairs) format = get_format (glyph_val_iter_pairs); in serialize()
801 get_format(PyObject *format) in get_format() function840 base->format = get_format(format); in init_simple()
2990 - egl/android: Move get_format under HAVE_DRM_GRALLOC guard where it's used