Home
last modified time | relevance | path

Searched refs:OpenCLDebugInfo100DebugSource (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
DOpenCLDebugInfo100.h77 OpenCLDebugInfo100DebugSource = 35, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
DOpenCLDebugInfo100.h77 OpenCLDebugInfo100DebugSource = 35, enumerator
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp2668 CHECK_DEBUG_OPERAND("Source", OpenCLDebugInfo100DebugSource, 7); in ValidateExtInst()
2671 case OpenCLDebugInfo100DebugSource: { in ValidateExtInst()
2759 CHECK_DEBUG_OPERAND("Source", OpenCLDebugInfo100DebugSource, 7); in ValidateExtInst()
2794 CHECK_DEBUG_OPERAND("Source", OpenCLDebugInfo100DebugSource, 7); in ValidateExtInst()
2814 CHECK_DEBUG_OPERAND("Source", OpenCLDebugInfo100DebugSource, 7); in ValidateExtInst()
2852 CHECK_DEBUG_OPERAND("Source", OpenCLDebugInfo100DebugSource, 7); in ValidateExtInst()
2890 CHECK_DEBUG_OPERAND("Source", OpenCLDebugInfo100DebugSource, 7); in ValidateExtInst()
2914 CHECK_DEBUG_OPERAND("Source", OpenCLDebugInfo100DebugSource, 7); in ValidateExtInst()
2922 CHECK_DEBUG_OPERAND("Source", OpenCLDebugInfo100DebugSource, 5); in ValidateExtInst()
2946 CHECK_DEBUG_OPERAND("Source", OpenCLDebugInfo100DebugSource, 7); in ValidateExtInst()
[all …]
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp2683 CHECK_DEBUG_OPERAND("Source", OpenCLDebugInfo100DebugSource, 7); in ValidateExtInst()
2686 case OpenCLDebugInfo100DebugSource: { in ValidateExtInst()
2774 CHECK_DEBUG_OPERAND("Source", OpenCLDebugInfo100DebugSource, 7); in ValidateExtInst()
2809 CHECK_DEBUG_OPERAND("Source", OpenCLDebugInfo100DebugSource, 7); in ValidateExtInst()
2829 CHECK_DEBUG_OPERAND("Source", OpenCLDebugInfo100DebugSource, 7); in ValidateExtInst()
2867 CHECK_DEBUG_OPERAND("Source", OpenCLDebugInfo100DebugSource, 7); in ValidateExtInst()
2905 CHECK_DEBUG_OPERAND("Source", OpenCLDebugInfo100DebugSource, 7); in ValidateExtInst()
2929 CHECK_DEBUG_OPERAND("Source", OpenCLDebugInfo100DebugSource, 7); in ValidateExtInst()
2937 CHECK_DEBUG_OPERAND("Source", OpenCLDebugInfo100DebugSource, 5); in ValidateExtInst()
2961 CHECK_DEBUG_OPERAND("Source", OpenCLDebugInfo100DebugSource, 7); in ValidateExtInst()
[all …]
/external/deqp-deps/SPIRV-Tools/test/
Dext_inst.cldebug100_test.cpp75 EXPECT_EQ(35, OpenCLDebugInfo100DebugSource); in TEST()
581 OpenCLDebugInfo100DebugSource, ExtInstCLDebugInfo100RoundTripTest,
/external/swiftshader/third_party/SPIRV-Tools/test/
Dext_inst.cldebug100_test.cpp75 EXPECT_EQ(35, OpenCLDebugInfo100DebugSource); in TEST()
581 OpenCLDebugInfo100DebugSource, ExtInstCLDebugInfo100RoundTripTest,
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1847 case OpenCLDebugInfo100DebugSource: in process()