Home
last modified time | relevance | path

Searched refs:SpvOpName (Results 1 – 25 of 125) sorted by relevance

12345

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dstrip_debug_info_pass.cpp85 if (lhs->opcode() == SpvOpName && rhs->opcode() != SpvOpName) in Process()
Dstrip_reflect_info_pass.cpp114 if (lhs->opcode() == SpvOpName && rhs->opcode() != SpvOpName) in Process()
Dprivate_to_local_pass.cpp174 case SpvOpName: in IsValidUse()
211 case SpvOpName: in UpdateUse()
Dlocal_single_store_elim_pass.cpp238 case SpvOpName: in FindSingleStoreAndCheckUses()
284 case SpvOpName: in FeedsAStore()
Dmem_pass.cpp137 if (op != SpvOpName && !IsNonTypeDecorate(op)) { in HasOnlyNamesAndDecorates()
157 } else if (op != SpvOpStore && op != SpvOpName && !IsNonTypeDecorate(op)) { in HasLoads()
234 if (op != SpvOpStore && op != SpvOpLoad && op != SpvOpName && in HasOnlySupportedRefs()
Dreflect.h32 return opcode == SpvOpName || opcode == SpvOpMemberName; in IsDebug2Inst()
Ddead_variable_elimination.cpp60 if (!IsAnnotationInst(user->opcode()) && user->opcode() != SpvOpName) { in Process()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dstrip_debug_info_pass.cpp85 if (lhs->opcode() == SpvOpName && rhs->opcode() != SpvOpName) in Process()
Dstrip_reflect_info_pass.cpp114 if (lhs->opcode() == SpvOpName && rhs->opcode() != SpvOpName) in Process()
Dprivate_to_local_pass.cpp174 case SpvOpName: in IsValidUse()
211 case SpvOpName: in UpdateUse()
Dlocal_single_store_elim_pass.cpp238 case SpvOpName: in FindSingleStoreAndCheckUses()
284 case SpvOpName: in FeedsAStore()
Dmem_pass.cpp137 if (op != SpvOpName && !IsNonTypeDecorate(op)) { in HasOnlyNamesAndDecorates()
157 } else if (op != SpvOpStore && op != SpvOpName && !IsNonTypeDecorate(op)) { in HasLoads()
234 if (op != SpvOpStore && op != SpvOpLoad && op != SpvOpName && in HasOnlySupportedRefs()
Dreflect.h32 return opcode == SpvOpName || opcode == SpvOpMemberName; in IsDebug2Inst()
Ddead_variable_elimination.cpp60 if (!IsAnnotationInst(user->opcode()) && user->opcode() != SpvOpName) { in Process()
/third_party/spirv-tools/source/opt/
Dstrip_debug_info_pass.cpp85 if (lhs->opcode() == SpvOpName && rhs->opcode() != SpvOpName) in Process()
Dstrip_reflect_info_pass.cpp114 if (lhs->opcode() == SpvOpName && rhs->opcode() != SpvOpName) in Process()
Dprivate_to_local_pass.cpp175 case SpvOpName: in IsValidUse()
213 case SpvOpName: in UpdateUse()
Dlocal_single_store_elim_pass.cpp220 case SpvOpName: in FindSingleStoreAndCheckUses()
266 case SpvOpName: in FeedsAStore()
Dmem_pass.cpp138 if (op != SpvOpName && !IsNonTypeDecorate(op)) { in HasOnlyNamesAndDecorates()
158 } else if (op != SpvOpStore && op != SpvOpName && !IsNonTypeDecorate(op)) { in HasLoads()
235 if (op != SpvOpStore && op != SpvOpLoad && op != SpvOpName && in HasOnlySupportedRefs()
Dreflect.h32 return opcode == SpvOpName || opcode == SpvOpMemberName; in IsDebug2Inst()
Ddead_variable_elimination.cpp60 if (!IsAnnotationInst(user->opcode()) && user->opcode() != SpvOpName) { in Process()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dblock_merge_pass.cpp43 if (u.inst->opcode() == SpvOpName) in HasMultipleRefs()
58 if (u.inst->opcode() == SpvOpName) { in KillInstAndName()
Dlocal_ssa_elim_pass.cpp137 if (op != SpvOpStore && op != SpvOpName && !IsDecorate(op)) in HasLoads()
176 if (op != SpvOpName && !IsDecorate(op)) in HasOnlyNamesAndDecorates()
191 if (op != SpvOpName && !IsDecorate(op)) in KillNamesAndDecorates()
250 if (op != SpvOpStore && op != SpvOpLoad && op != SpvOpName && in HasOnlySupportedRefs()
/third_party/mesa3d/src/compiler/spirv/
Dgl_spirv.c44 case SpvOpName: in vtn_validate_preamble_instruction()
132 case SpvOpName: in vtn_validate_handle_constant_instruction()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.cpp58 case SpvOpName: in IsInstructionInLayoutSection()
111 case SpvOpName: in IsInstructionInLayoutSection()

12345