Searched refs:OpenCLDebugInfo100DebugFunction (Results 1 – 19 of 19) sorted by relevance
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
D | OpenCLDebugInfo100.h | 62 OpenCLDebugInfo100DebugFunction = 20, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/ |
D | OpenCLDebugInfo100.h | 62 OpenCLDebugInfo100DebugFunction = 20, enumerator
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/unified1/ |
D | OpenCLDebugInfo100.h | 62 OpenCLDebugInfo100DebugFunction = 20, enumerator
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | debug_info_manager.cpp | 107 if (inst->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in RegisterDbgFunction() 711 if (inst->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction || in AnalyzeDebugInst() 846 if (instr->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in ClearDebugInfo()
|
D | ir_context.cpp | 431 if (it->GetOpenCL100DebugOpcode() != OpenCLDebugInfo100DebugFunction) in KillOperandFromDebugInstructions()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | debug_info_manager.cpp | 107 if (inst->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in RegisterDbgFunction() 711 if (inst->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction || in AnalyzeDebugInst() 846 if (instr->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in ClearDebugInfo()
|
D | ir_context.cpp | 433 if (it->GetOpenCL100DebugOpcode() != OpenCLDebugInfo100DebugFunction) in KillOperandFromDebugInstructions()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | debug_info_manager.cpp | 107 if (inst->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in RegisterDbgFunction() 711 if (inst->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction || in AnalyzeDebugInst() 846 if (instr->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in ClearDebugInfo()
|
D | ir_context.cpp | 433 if (it->GetOpenCL100DebugOpcode() != OpenCLDebugInfo100DebugFunction) in KillOperandFromDebugInstructions()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | operand.cpp | 593 case OpenCLDebugInfo100DebugFunction: in spvDbgInfoExtOperandCanBeForwardDeclaredFunction()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | operand.cpp | 597 case OpenCLDebugInfo100DebugFunction: in spvDbgInfoExtOperandCanBeForwardDeclaredFunction()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
D | operand.cpp | 597 case OpenCLDebugInfo100DebugFunction: in spvDbgInfoExtOperandCanBeForwardDeclaredFunction()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | ext_inst.cldebug100_test.cpp | 60 EXPECT_EQ(20, OpenCLDebugInfo100DebugFunction); in TEST() 864 OpenCLDebugInfo100DebugFunction, ExtInstCLDebugInfo100RoundTripTest,
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | ext_inst.cldebug100_test.cpp | 60 EXPECT_EQ(20, OpenCLDebugInfo100DebugFunction); in TEST() 864 OpenCLDebugInfo100DebugFunction, ExtInstCLDebugInfo100RoundTripTest,
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/ |
D | ext_inst.cldebug100_test.cpp | 60 EXPECT_EQ(20, OpenCLDebugInfo100DebugFunction); in TEST() 864 OpenCLDebugInfo100DebugFunction, ExtInstCLDebugInfo100RoundTripTest,
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | ir_context_test.cpp | 426 if (it->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | ir_context_test.cpp | 441 if (it->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in TEST_F()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | ir_context_test.cpp | 441 if (it->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in TEST_F()
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderDebugger.cpp | 1702 case OpenCLDebugInfo100DebugFunction: in process()
|