Home
last modified time | relevance | path

Searched refs:SpvOpMemberName (Results 1 – 25 of 41) sorted by relevance

12

/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dremove_opname_instruction_reduction_pass.cpp31 if (inst.opcode() == SpvOpName || inst.opcode() == SpvOpMemberName) { in GetAvailableOpportunities()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dremove_opname_instruction_reduction_pass.cpp31 if (inst.opcode() == SpvOpName || inst.opcode() == SpvOpMemberName) { in GetAvailableOpportunities()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dreflect.h32 return opcode == SpvOpName || opcode == SpvOpMemberName; in IsDebug2Inst()
Dir_context.cpp288 (inst->opcode() == SpvOpName || inst->opcode() == SpvOpMemberName)) { in AnalyzeUses()
579 (inst->opcode() == SpvOpName || inst->opcode() == SpvOpMemberName)) { in RemoveFromIdToName()
Dir_context.h900 if (d->opcode() == SpvOpName || d->opcode() == SpvOpMemberName) { in AddDebug2Inst()
954 if (debug_inst.opcode() == SpvOpMemberName || in BuildIdToNameMap()
Dscalar_replacement_pass.cpp97 case SpvOpMemberName: in ReplaceVariable()
663 case SpvOpMemberName: in CheckUses()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dreflect.h32 return opcode == SpvOpName || opcode == SpvOpMemberName; in IsDebug2Inst()
Dscalar_replacement_pass.cpp97 case SpvOpMemberName: in ReplaceVariable()
663 case SpvOpMemberName: in CheckUses()
755 case SpvOpMemberName: in GetUsedComponents()
Dir_context.cpp303 (inst->opcode() == SpvOpName || inst->opcode() == SpvOpMemberName)) { in AnalyzeUses()
595 (inst->opcode() == SpvOpName || inst->opcode() == SpvOpMemberName)) { in RemoveFromIdToName()
Dir_context.h918 if (d->opcode() == SpvOpName || d->opcode() == SpvOpMemberName) { in AddDebug2Inst()
972 if (debug_inst.opcode() == SpvOpMemberName || in BuildIdToNameMap()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_debug.cpp67 case SpvOpMemberName: in DebugPass()
Dvalidation_state.cpp59 case SpvOpMemberName: in IsInstructionInLayoutSection()
120 case SpvOpMemberName: in IsInstructionInLayoutSection()
495 case SpvOpMemberName: { in RegisterDebugInstruction()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_debug.cpp67 case SpvOpMemberName: in DebugPass()
Dvalidation_state.cpp59 case SpvOpMemberName: in IsInstructionInLayoutSection()
120 case SpvOpMemberName: in IsInstructionInLayoutSection()
512 case SpvOpMemberName: { in RegisterDebugInstruction()
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.debug_test.cpp189 Eq(MakeInstruction(SpvOpMemberName, {1, 42}, MakeVector(GetParam())))); in TEST_P()
Dimmediate_int_test.cpp177 const uint32_t firstWord = spvOpcodeMake(wordCount, SpvOpMemberName); in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.debug_test.cpp189 Eq(MakeInstruction(SpvOpMemberName, {1, 42}, MakeVector(GetParam())))); in TEST_P()
Dimmediate_int_test.cpp177 const uint32_t firstWord = spvOpcodeMake(wordCount, SpvOpMemberName); in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/source/
Doperand.cpp437 case SpvOpMemberName: in spvOperandCanBeForwardDeclaredFunction()
Dopcode.cpp594 case SpvOpMemberName: in spvOpcodeIsDebug()
/external/deqp-deps/SPIRV-Tools/source/
Doperand.cpp437 case SpvOpMemberName: in spvOperandCanBeForwardDeclaredFunction()
Dopcode.cpp594 case SpvOpMemberName: in spvOpcodeIsDebug()
/external/mesa3d/prebuilt-intermediates/spirv/
Dspirv_info.c194 case SpvOpMemberName: return "SpvOpMemberName"; in spirv_op_to_string()
/external/skia/src/sksl/
Dspirv.h580 SpvOpMemberName = 6, enumerator
/external/skqp/src/sksl/
Dspirv.h580 SpvOpMemberName = 6, enumerator

12