/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | remove_opname_instruction_reduction_pass.cpp | 31 if (inst.opcode() == SpvOpName || inst.opcode() == SpvOpMemberName) { in GetAvailableOpportunities()
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | remove_opname_instruction_reduction_pass.cpp | 31 if (inst.opcode() == SpvOpName || inst.opcode() == SpvOpMemberName) { in GetAvailableOpportunities()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | reflect.h | 32 return opcode == SpvOpName || opcode == SpvOpMemberName; in IsDebug2Inst()
|
D | ir_context.cpp | 288 (inst->opcode() == SpvOpName || inst->opcode() == SpvOpMemberName)) { in AnalyzeUses() 579 (inst->opcode() == SpvOpName || inst->opcode() == SpvOpMemberName)) { in RemoveFromIdToName()
|
D | ir_context.h | 900 if (d->opcode() == SpvOpName || d->opcode() == SpvOpMemberName) { in AddDebug2Inst() 954 if (debug_inst.opcode() == SpvOpMemberName || in BuildIdToNameMap()
|
D | scalar_replacement_pass.cpp | 97 case SpvOpMemberName: in ReplaceVariable() 663 case SpvOpMemberName: in CheckUses()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | reflect.h | 32 return opcode == SpvOpName || opcode == SpvOpMemberName; in IsDebug2Inst()
|
D | scalar_replacement_pass.cpp | 97 case SpvOpMemberName: in ReplaceVariable() 663 case SpvOpMemberName: in CheckUses() 755 case SpvOpMemberName: in GetUsedComponents()
|
D | ir_context.cpp | 303 (inst->opcode() == SpvOpName || inst->opcode() == SpvOpMemberName)) { in AnalyzeUses() 595 (inst->opcode() == SpvOpName || inst->opcode() == SpvOpMemberName)) { in RemoveFromIdToName()
|
D | ir_context.h | 918 if (d->opcode() == SpvOpName || d->opcode() == SpvOpMemberName) { in AddDebug2Inst() 972 if (debug_inst.opcode() == SpvOpMemberName || in BuildIdToNameMap()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_debug.cpp | 67 case SpvOpMemberName: in DebugPass()
|
D | validation_state.cpp | 59 case SpvOpMemberName: in IsInstructionInLayoutSection() 120 case SpvOpMemberName: in IsInstructionInLayoutSection() 495 case SpvOpMemberName: { in RegisterDebugInstruction()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_debug.cpp | 67 case SpvOpMemberName: in DebugPass()
|
D | validation_state.cpp | 59 case SpvOpMemberName: in IsInstructionInLayoutSection() 120 case SpvOpMemberName: in IsInstructionInLayoutSection() 512 case SpvOpMemberName: { in RegisterDebugInstruction()
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | text_to_binary.debug_test.cpp | 189 Eq(MakeInstruction(SpvOpMemberName, {1, 42}, MakeVector(GetParam())))); in TEST_P()
|
D | immediate_int_test.cpp | 177 const uint32_t firstWord = spvOpcodeMake(wordCount, SpvOpMemberName); in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.debug_test.cpp | 189 Eq(MakeInstruction(SpvOpMemberName, {1, 42}, MakeVector(GetParam())))); in TEST_P()
|
D | immediate_int_test.cpp | 177 const uint32_t firstWord = spvOpcodeMake(wordCount, SpvOpMemberName); in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | operand.cpp | 437 case SpvOpMemberName: in spvOperandCanBeForwardDeclaredFunction()
|
D | opcode.cpp | 594 case SpvOpMemberName: in spvOpcodeIsDebug()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | operand.cpp | 437 case SpvOpMemberName: in spvOperandCanBeForwardDeclaredFunction()
|
D | opcode.cpp | 594 case SpvOpMemberName: in spvOpcodeIsDebug()
|
/external/mesa3d/prebuilt-intermediates/spirv/ |
D | spirv_info.c | 194 case SpvOpMemberName: return "SpvOpMemberName"; in spirv_op_to_string()
|
/external/skia/src/sksl/ |
D | spirv.h | 580 SpvOpMemberName = 6, enumerator
|
/external/skqp/src/sksl/ |
D | spirv.h | 580 SpvOpMemberName = 6, enumerator
|