Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c290 #define DEBUG_FLAGS(prefix, s, limit, under_name_type) \ macro
618 DEBUG_FLAGS ("limit", limits, framebufferColorSampleCounts, sample_count); in dump_limits()
619 DEBUG_FLAGS ("limit", limits, framebufferDepthSampleCounts, sample_count); in dump_limits()
620 DEBUG_FLAGS ("limit", limits, framebufferStencilSampleCounts, sample_count); in dump_limits()
621 DEBUG_FLAGS ("limit", limits, framebufferNoAttachmentsSampleCounts, sample_count); in dump_limits()
623 DEBUG_FLAGS ("limit", limits, sampledImageColorSampleCounts, sample_count); in dump_limits()
624 DEBUG_FLAGS ("limit", limits, sampledImageIntegerSampleCounts, sample_count); in dump_limits()
625 DEBUG_FLAGS ("limit", limits, sampledImageDepthSampleCounts, sample_count); in dump_limits()
626 DEBUG_FLAGS ("limit", limits, sampledImageStencilSampleCounts, sample_count); in dump_limits()
627 DEBUG_FLAGS ("limit", limits, storageImageSampleCounts, sample_count); in dump_limits()
[all …]
/third_party/node/deps/v8/tools/testrunner/
Dbase_runner.py122 DEBUG_FLAGS = ["--nohard-abort", "--enable-slow-asserts", "--verify-heap"] variable
127 flags=DEBUG_FLAGS,