Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
DOpenCLDebugInfo100.h62 OpenCLDebugInfo100DebugFunction = 20, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
DOpenCLDebugInfo100.h62 OpenCLDebugInfo100DebugFunction = 20, enumerator
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/unified1/
DOpenCLDebugInfo100.h62 OpenCLDebugInfo100DebugFunction = 20, enumerator
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddebug_info_manager.cpp107 if (inst->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in RegisterDbgFunction()
711 if (inst->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction || in AnalyzeDebugInst()
846 if (instr->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in ClearDebugInfo()
Dir_context.cpp431 if (it->GetOpenCL100DebugOpcode() != OpenCLDebugInfo100DebugFunction) in KillOperandFromDebugInstructions()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Ddebug_info_manager.cpp107 if (inst->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in RegisterDbgFunction()
711 if (inst->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction || in AnalyzeDebugInst()
846 if (instr->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in ClearDebugInfo()
Dir_context.cpp433 if (it->GetOpenCL100DebugOpcode() != OpenCLDebugInfo100DebugFunction) in KillOperandFromDebugInstructions()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddebug_info_manager.cpp107 if (inst->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in RegisterDbgFunction()
711 if (inst->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction || in AnalyzeDebugInst()
846 if (instr->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in ClearDebugInfo()
Dir_context.cpp433 if (it->GetOpenCL100DebugOpcode() != OpenCLDebugInfo100DebugFunction) in KillOperandFromDebugInstructions()
/external/deqp-deps/SPIRV-Tools/source/
Doperand.cpp593 case OpenCLDebugInfo100DebugFunction: in spvDbgInfoExtOperandCanBeForwardDeclaredFunction()
/external/swiftshader/third_party/SPIRV-Tools/source/
Doperand.cpp597 case OpenCLDebugInfo100DebugFunction: in spvDbgInfoExtOperandCanBeForwardDeclaredFunction()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Doperand.cpp597 case OpenCLDebugInfo100DebugFunction: in spvDbgInfoExtOperandCanBeForwardDeclaredFunction()
/external/swiftshader/third_party/SPIRV-Tools/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/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dext_inst.cldebug100_test.cpp60 EXPECT_EQ(20, OpenCLDebugInfo100DebugFunction); in TEST()
864 OpenCLDebugInfo100DebugFunction, ExtInstCLDebugInfo100RoundTripTest,
/external/deqp-deps/SPIRV-Tools/test/opt/
Dir_context_test.cpp426 if (it->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dir_context_test.cpp441 if (it->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in TEST_F()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dir_context_test.cpp441 if (it->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in TEST_F()
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1702 case OpenCLDebugInfo100DebugFunction: in process()