/external/mesa3d/src/compiler/spirv/ |
D | gl_spirv.c | 45 case SpvOpMemberName: in vtn_validate_preamble_instruction() 133 case SpvOpMemberName: in vtn_validate_handle_constant_instruction()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | reflect.h | 32 return opcode == SpvOpName || opcode == SpvOpMemberName; in IsDebug2Inst()
|
D | scalar_replacement_pass.cpp | 107 case SpvOpMemberName: in ReplaceVariable() 745 case SpvOpMemberName: in CheckUses() 838 case SpvOpMemberName: in GetUsedComponents()
|
D | eliminate_dead_members_pass.cpp | 268 case SpvOpMemberName: in RemoveDeadMembers() 329 assert(inst->opcode() == SpvOpMemberName || in UpdateOpMemberNameOrDecorate()
|
D | ir_context.cpp | 344 (inst->opcode() == SpvOpName || inst->opcode() == SpvOpMemberName)) { in AnalyzeUses() 636 (inst->opcode() == SpvOpName || inst->opcode() == SpvOpMemberName)) { in RemoveFromIdToName()
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | reflect.h | 32 return opcode == SpvOpName || opcode == SpvOpMemberName; in IsDebug2Inst()
|
D | scalar_replacement_pass.cpp | 107 case SpvOpMemberName: in ReplaceVariable() 745 case SpvOpMemberName: in CheckUses() 838 case SpvOpMemberName: in GetUsedComponents()
|
D | eliminate_dead_members_pass.cpp | 288 case SpvOpMemberName: in RemoveDeadMembers() 361 assert(inst->opcode() == SpvOpMemberName || in UpdateOpMemberNameOrDecorate()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | reflect.h | 32 return opcode == SpvOpName || opcode == SpvOpMemberName; in IsDebug2Inst()
|
D | scalar_replacement_pass.cpp | 107 case SpvOpMemberName: in ReplaceVariable() 745 case SpvOpMemberName: in CheckUses() 838 case SpvOpMemberName: in GetUsedComponents()
|
D | eliminate_dead_members_pass.cpp | 288 case SpvOpMemberName: in RemoveDeadMembers() 361 assert(inst->opcode() == SpvOpMemberName || in UpdateOpMemberNameOrDecorate()
|
D | ir_context.cpp | 344 (inst->opcode() == SpvOpName || inst->opcode() == SpvOpMemberName)) { in AnalyzeUses() 638 (inst->opcode() == SpvOpName || inst->opcode() == SpvOpMemberName)) { in RemoveFromIdToName()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_debug.cpp | 60 case SpvOpMemberName: in DebugPass()
|
D | validation_state.cpp | 60 case SpvOpMemberName: in IsInstructionInLayoutSection() 124 case SpvOpMemberName: in IsInstructionInLayoutSection() 534 case SpvOpMemberName: { in RegisterDebugInstruction()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_debug.cpp | 60 case SpvOpMemberName: in DebugPass()
|
D | validation_state.cpp | 60 case SpvOpMemberName: in IsInstructionInLayoutSection() 124 case SpvOpMemberName: in IsInstructionInLayoutSection() 534 case SpvOpMemberName: { in RegisterDebugInstruction()
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_debug.cpp | 60 case SpvOpMemberName: in DebugPass()
|
D | validation_state.cpp | 60 case SpvOpMemberName: in IsInstructionInLayoutSection() 124 case SpvOpMemberName: in IsInstructionInLayoutSection() 534 case SpvOpMemberName: { in RegisterDebugInstruction()
|
/external/angle/third_party/spirv-tools/src/test/ |
D | text_to_binary.debug_test.cpp | 190 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/deqp-deps/SPIRV-Tools/test/ |
D | text_to_binary.debug_test.cpp | 190 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 | 190 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/deqp-deps/SPIRV-Tools/source/ |
D | operand.cpp | 475 case SpvOpMemberName: in spvOperandCanBeForwardDeclaredFunction()
|