Home
last modified time | relevance | path

Searched refs:rt_formats (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_assemble.c93 memcpy(inputs.rt_formats, state->key.fs.rt_formats, sizeof(inputs.rt_formats)); in panfrost_shader_compile()
Dpan_context.h267 enum pipe_format rt_formats[8]; member
Dpan_context.c421 key->fs.rt_formats[i] = fmt; in panfrost_build_key()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvacaps.c284 guint32 value, rt_formats = 0; in gst_va_create_coded_caps() local
313 rt_formats = value; in gst_va_create_coded_caps()
321 *rt_formats_ptr = rt_formats; in gst_va_create_coded_caps()
387 guint32 rt_formats; in gst_va_caps_from_profiles() local
402 &rt_formats); in gst_va_caps_from_profiles()
406 for (j = 0; rt_formats && j < G_N_ELEMENTS (va_rt_format_list); j++) { in gst_va_caps_from_profiles()
407 if (rt_formats & va_rt_format_list[j]) { in gst_va_caps_from_profiles()
Dgstvafilter.c202 guint i, value, rt_formats = 0, max_width = 0, max_height = 0; in gst_va_filter_ensure_config_attributes() local
227 rt_formats = value; in gst_va_filter_ensure_config_attributes()
234 if (rt_formats_ptr && rt_formats != 0) in gst_va_filter_ensure_config_attributes()
235 *rt_formats_ptr = rt_formats; in gst_va_filter_ensure_config_attributes()
/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.c200 for (unsigned i = 0; i < ARRAY_SIZE(inputs->rt_formats); i++) { in GENX()
201 enum pipe_format fmt = inputs->rt_formats[i]; in GENX()
Dpan_blend.c827 .rt_formats = { key.format }, in GENX()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.h138 enum pipe_format rt_formats[PIPE_MAX_COLOR_BUFS]; member
Dagx_state.c936 .format = { key->rt_formats[0] }, in agx_update_shader()
1027 key.rt_formats[i] = fmt; in agx_update_fs()
1030 key.rt_formats[i] = PIPE_FORMAT_NONE; in agx_update_fs()
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h194 enum pipe_format rt_formats[8]; member
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c3149 util_format_description(inputs->rt_formats[inputs->blend.rt]); in midgard_compile_shader_nir()
3183 inputs->rt_formats, inputs->raw_fmt_mask, in midgard_compile_shader_nir()