Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
H A DOpenCLDebugInfo100.h62 OpenCLDebugInfo100DebugFunction = 20, enumerator
/aosp_15_r20/out/soong/.intermediates/external/angle/third_party_spirv_tools_src_spvtools_language_header_cldebuginfo100/android_arm64_armv8-2a_cortex-a55/gen/
DOpenCLDebugInfo100.h56 OpenCLDebugInfo100DebugFunction = 20, enumerator
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A DOpenCLDebugInfo100.h62 OpenCLDebugInfo100DebugFunction = 20, enumerator
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
DOpenCLDebugInfo100.h62 OpenCLDebugInfo100DebugFunction = 20, enumerator
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Ddebug_info_manager.cpp108 if (inst->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in RegisterDbgFunction()
719 if (inst->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction || in AnalyzeDebugInst()
854 if (instr->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in ClearDebugInfo()
Dir_context.cpp486 if (it->GetOpenCL100DebugOpcode() != OpenCLDebugInfo100DebugFunction) in KillOperandFromDebugInstructions()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Ddebug_info_manager.cpp108 if (inst->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in RegisterDbgFunction()
719 if (inst->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction || in AnalyzeDebugInst()
868 if (instr->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in ClearDebugInfo()
H A Dir_context.cpp489 if (it->GetOpenCL100DebugOpcode() != OpenCLDebugInfo100DebugFunction) in KillOperandFromDebugInstructions()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddebug_info_manager.cpp108 if (inst->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in RegisterDbgFunction()
719 if (inst->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction || in AnalyzeDebugInst()
854 if (instr->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in ClearDebugInfo()
H A Dir_context.cpp489 if (it->GetOpenCL100DebugOpcode() != OpenCLDebugInfo100DebugFunction) in KillOperandFromDebugInstructions()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dext_inst.cldebug100_test.cpp59 EXPECT_EQ(20, OpenCLDebugInfo100DebugFunction); in TEST()
864 OpenCLDebugInfo100DebugFunction, ExtInstCLDebugInfo100RoundTripTest,
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dext_inst.cldebug100_test.cpp59 EXPECT_EQ(20, OpenCLDebugInfo100DebugFunction); in TEST()
864 OpenCLDebugInfo100DebugFunction, ExtInstCLDebugInfo100RoundTripTest,
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dext_inst.cldebug100_test.cpp59 EXPECT_EQ(20, OpenCLDebugInfo100DebugFunction); in TEST()
864 OpenCLDebugInfo100DebugFunction, ExtInstCLDebugInfo100RoundTripTest,
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Doperand.cpp590 case OpenCLDebugInfo100DebugFunction: in spvDbgInfoExtOperandCanBeForwardDeclaredFunction()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Doperand.cpp598 case OpenCLDebugInfo100DebugFunction: in spvDbgInfoExtOperandCanBeForwardDeclaredFunction()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Doperand.cpp643 case OpenCLDebugInfo100DebugFunction: in spvDbgInfoExtOperandCanBeForwardDeclaredFunction()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/
H A Dir_context_test.cpp440 if (it->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in TEST_F()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/
Dir_context_test.cpp440 if (it->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in TEST_F()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dir_context_test.cpp440 if (it->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugFunction) { in TEST_F()
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp1702 case OpenCLDebugInfo100DebugFunction: in process()