Home
last modified time | relevance | path

Searched refs:kDebugFunctionOperandFunctionIndex (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddebug_info_manager.cpp27 static const uint32_t kDebugFunctionOperandFunctionIndex = 13; variable
108 auto fn_id = inst->GetSingleWordOperand(kDebugFunctionOperandFunctionIndex); in RegisterDbgFunction()
848 instr->GetSingleWordOperand(kDebugFunctionOperandFunctionIndex); in ClearDebugInfo()
H A Dir_context.cpp35 static const uint32_t kDebugFunctionOperandFunctionIndex = 13; member
433 auto& operand = it->GetOperand(kDebugFunctionOperandFunctionIndex); in KillOperandFromDebugInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddebug_info_manager.cpp27 static const uint32_t kDebugFunctionOperandFunctionIndex = 13; variable
108 auto fn_id = inst->GetSingleWordOperand(kDebugFunctionOperandFunctionIndex); in RegisterDbgFunction()
848 instr->GetSingleWordOperand(kDebugFunctionOperandFunctionIndex); in ClearDebugInfo()
H A Dir_context.cpp35 static const uint32_t kDebugFunctionOperandFunctionIndex = 13; member
433 auto& operand = it->GetOperand(kDebugFunctionOperandFunctionIndex); in KillOperandFromDebugInstructions()
/third_party/spirv-tools/source/opt/
H A Ddebug_info_manager.cpp33 constexpr uint32_t kDebugFunctionOperandFunctionIndex = 13; member
109 auto fn_id = inst->GetSingleWordOperand(kDebugFunctionOperandFunctionIndex); in RegisterDbgFunction()
856 instr->GetSingleWordOperand(kDebugFunctionOperandFunctionIndex); in ClearDebugInfo()
H A Dir_context.cpp36 constexpr uint32_t kDebugFunctionOperandFunctionIndex = 13; member
488 auto& operand = it->GetOperand(kDebugFunctionOperandFunctionIndex); in KillOperandFromDebugInstructions()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dir_context_test.cpp422 const uint32_t kDebugFunctionOperandFunctionIndex = 13; in TEST_F() local
428 EXPECT_EQ(it->GetOperand(kDebugFunctionOperandFunctionIndex).words[0], in TEST_F()
H A Ddebug_info_manager_test.cpp30 static const uint32_t kDebugFunctionOperandFunctionIndex = 13; variable
472 EXPECT_EQ(dbg_fn->GetSingleWordOperand(kDebugFunctionOperandFunctionIndex),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dir_context_test.cpp422 const uint32_t kDebugFunctionOperandFunctionIndex = 13; in TEST_F() local
428 EXPECT_EQ(it->GetOperand(kDebugFunctionOperandFunctionIndex).words[0], in TEST_F()
H A Ddebug_info_manager_test.cpp30 static const uint32_t kDebugFunctionOperandFunctionIndex = 13; variable
472 EXPECT_EQ(dbg_fn->GetSingleWordOperand(kDebugFunctionOperandFunctionIndex),
/third_party/spirv-tools/test/opt/
H A Ddebug_info_manager_test.cpp27 static const uint32_t kDebugFunctionOperandFunctionIndex = 13; variable
469 EXPECT_EQ(dbg_fn->GetSingleWordOperand(kDebugFunctionOperandFunctionIndex),
H A Dir_context_test.cpp436 const uint32_t kDebugFunctionOperandFunctionIndex = 13; in TEST_F() local
442 EXPECT_EQ(it->GetOperand(kDebugFunctionOperandFunctionIndex).words[0], in TEST_F()

Completed in 40 milliseconds