Home
last modified time | relevance | path

Searched refs:validate_format (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_blitter.c143 if (ctx->validate_format) { in fd_blitter_blit()
144 ctx->validate_format(ctx, fd_resource(dst), info->dst.format); in fd_blitter_blit()
145 ctx->validate_format(ctx, fd_resource(src), info->src.format); in fd_blitter_blit()
Dfreedreno_context.h496 void (*validate_format)(struct fd_context *ctx, struct fd_resource *rsc, member
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.c1091 validate_format (const gchar * format) in validate_format() function
1133 g_return_val_if_fail (validate_format (format), NULL); in promote_format_to_uint64()
1474 if (!validate_format (format)) in gst_mpdparser_build_URL_from_template()
1483 if (!validate_format (format)) in gst_mpdparser_build_URL_from_template()
1494 if (!validate_format (format)) in gst_mpdparser_build_URL_from_template()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c1204 ctx->validate_format = fd6_validate_format; in fd6_blitter_init()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst4599 - freedreno/a6xx: Handle R8G8 sharp edges in validate_format()