Home
last modified time | relevance | path

Searched refs:OpenCLDebugInfo100DebugFunction (Results 1 – 13 of 13) sorted by relevance

/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
DOpenCLDebugInfo100.h62 OpenCLDebugInfo100DebugFunction = 20, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
DOpenCLDebugInfo100.h62 OpenCLDebugInfo100DebugFunction = 20, enumerator
/external/deqp-deps/SPIRV-Tools/source/
Doperand.cpp540 case OpenCLDebugInfo100DebugFunction: in spvDbgInfoExtOperandCanBeForwardDeclaredFunction()
/external/swiftshader/third_party/SPIRV-Tools/source/
Doperand.cpp526 case OpenCLDebugInfo100DebugFunction: in spvDbgInfoExtOperandCanBeForwardDeclaredFunction()
/external/angle/third_party/spirv-tools/src/source/
Doperand.cpp540 case OpenCLDebugInfo100DebugFunction: in spvDbgInfoExtOperandCanBeForwardDeclaredFunction()
/external/angle/third_party/spirv-tools/src/test/
Dext_inst.cldebug100_test.cpp60 EXPECT_EQ(20, OpenCLDebugInfo100DebugFunction); in TEST()
864 OpenCLDebugInfo100DebugFunction, ExtInstCLDebugInfo100RoundTripTest,
/external/deqp-deps/SPIRV-Tools/test/
Dext_inst.cldebug100_test.cpp60 EXPECT_EQ(20, OpenCLDebugInfo100DebugFunction); in TEST()
864 OpenCLDebugInfo100DebugFunction, ExtInstCLDebugInfo100RoundTripTest,
/external/swiftshader/third_party/SPIRV-Tools/test/
Dext_inst.cldebug100_test.cpp60 EXPECT_EQ(20, OpenCLDebugInfo100DebugFunction); in TEST()
864 OpenCLDebugInfo100DebugFunction, ExtInstCLDebugInfo100RoundTripTest,
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_extensions.cpp149 dbg_inst == OpenCLDebugInfo100DebugFunction || in ValidateOperandLexicalScope()
2309 dbg_inst == OpenCLDebugInfo100DebugFunction || in ValidateExtInst()
2360 case OpenCLDebugInfo100DebugFunction: { in ValidateExtInst()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp149 dbg_inst == OpenCLDebugInfo100DebugFunction || in ValidateOperandLexicalScope()
2309 dbg_inst == OpenCLDebugInfo100DebugFunction || in ValidateExtInst()
2360 case OpenCLDebugInfo100DebugFunction: { in ValidateExtInst()
/external/angle/third_party/spirv-tools/src/test/opt/
Dir_context_test.cpp423 if (it->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in TEST_F()
/external/angle/third_party/spirv-tools/src/source/opt/
Dir_context.cpp404 if (it->GetOpenCL100DebugOpcode() != OpenCLDebugInfo100DebugFunction) in KillOperandFromDebugInstructions()
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp862 case OpenCLDebugInfo100DebugFunction: in process()