| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | desc_sroa_util.cpp | 51 var_type_inst->opcode() != SpvOpTypeStruct) { in IsDescriptorArray() 71 if (type->opcode() != SpvOpTypeStruct) { in IsTypeOfStructuredBuffer() 110 assert(pointee_type_inst->opcode() == SpvOpTypeStruct && in GetNumberOfElementsForArrayOrStruct()
|
| D | eliminate_dead_members_pass.cpp | 146 case SpvOpTypeStruct: in MarkTypeAsFullyUsed() 195 case SpvOpTypeStruct: in MarkMembersAsLiveForExtract() 235 case SpvOpTypeStruct: { in MarkMembersAsLiveForAccessChain() 281 case SpvOpTypeStruct: in RemoveDeadMembers() 347 assert(inst->opcode() == SpvOpTypeStruct); in UpdateOpTypeStruct() 479 case SpvOpTypeStruct: { in UpdateAccessChain() 572 case SpvOpTypeStruct: in UpdateCompsiteExtract() 633 case SpvOpTypeStruct: in UpdateCompositeInsert()
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | desc_sroa_util.cpp | 51 var_type_inst->opcode() != SpvOpTypeStruct) { in IsDescriptorArray() 71 if (type->opcode() != SpvOpTypeStruct) { in IsTypeOfStructuredBuffer() 110 assert(pointee_type_inst->opcode() == SpvOpTypeStruct && in GetNumberOfElementsForArrayOrStruct()
|
| D | eliminate_dead_members_pass.cpp | 146 case SpvOpTypeStruct: in MarkTypeAsFullyUsed() 195 case SpvOpTypeStruct: in MarkMembersAsLiveForExtract() 235 case SpvOpTypeStruct: { in MarkMembersAsLiveForAccessChain() 281 case SpvOpTypeStruct: in RemoveDeadMembers() 347 assert(inst->opcode() == SpvOpTypeStruct); in UpdateOpTypeStruct() 479 case SpvOpTypeStruct: { in UpdateAccessChain() 572 case SpvOpTypeStruct: in UpdateCompsiteExtract() 633 case SpvOpTypeStruct: in UpdateCompositeInsert()
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| D | validate_decorations.cpp | 135 if (inst->opcode() == SpvOpTypeStruct) { in isMissingOffsetInStruct() 219 case SpvOpTypeStruct: { in getBaseAlignment() 259 case SpvOpTypeStruct: { in getScalarAlignment() 332 case SpvOpTypeStruct: { in getSize() 513 if (SpvOpTypeStruct == opcode && in checkLayout() 562 if (SpvOpTypeStruct == element_inst->opcode()) { in checkLayout() 598 (SpvOpTypeArray == opcode || SpvOpTypeStruct == opcode)) { in checkLayout() 614 if (SpvOpTypeStruct != vstate.FindDef(id)->opcode()) { in hasDecoration() 617 for (auto member_id : getStructMembers(id, SpvOpTypeStruct, vstate)) { in hasDecoration() 646 for (auto id : getStructMembers(struct_id, SpvOpTypeStruct, vstate)) { in checkForRequiredDecoration() [all …]
|
| D | validate_memory.cpp | 60 if (type1->opcode() != SpvOpTypeStruct) { in AreLayoutCompatibleStructs() 63 if (type2->opcode() != SpvOpTypeStruct) { in AreLayoutCompatibleStructs() 77 assert(type1->opcode() == SpvOpTypeStruct && in HaveLayoutCompatibleMembers() 79 assert(type2->opcode() == SpvOpTypeStruct && in HaveLayoutCompatibleMembers() 104 assert(type1->opcode() == SpvOpTypeStruct && in HaveSameLayoutDecorations() 106 assert(type2->opcode() == SpvOpTypeStruct && in HaveSameLayoutDecorations() 186 case SpvOpTypeStruct: in ContainsInvalidBool() 215 case SpvOpTypeStruct: in ContainsCooperativeMatrix() 526 if (!IsAllowedTypeOrArrayOfSame(_, pointee, {SpvOpTypeStruct})) { in ValidateVariable() 553 if (!IsAllowedTypeOrArrayOfSame(_, pointee, {SpvOpTypeStruct})) { in ValidateVariable() [all …]
|
| D | validate_type.cpp | 54 opcode != SpvOpTypeStruct && opcode != SpvOpTypePointer && in ValidateUniqueness() 324 case SpvOpTypeStruct: in ContainsOpaqueType() 358 if (SpvOpTypeStruct == member_type->opcode() && in ValidateTypeStruct() 388 if (memberTypeInstr && SpvOpTypeStruct == memberTypeInstr->opcode()) { in ValidateTypeStruct() 542 if (!pointee_type || pointee_type->opcode() != SpvOpTypeStruct) { in ValidateTypeForwardPointer() 634 case SpvOpTypeStruct: in TypePass()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| D | validate_decorations.cpp | 135 if (inst->opcode() == SpvOpTypeStruct) { in isMissingOffsetInStruct() 219 case SpvOpTypeStruct: { in getBaseAlignment() 259 case SpvOpTypeStruct: { in getScalarAlignment() 332 case SpvOpTypeStruct: { in getSize() 513 if (SpvOpTypeStruct == opcode && in checkLayout() 562 if (SpvOpTypeStruct == element_inst->opcode()) { in checkLayout() 598 (SpvOpTypeArray == opcode || SpvOpTypeStruct == opcode)) { in checkLayout() 614 if (SpvOpTypeStruct != vstate.FindDef(id)->opcode()) { in hasDecoration() 617 for (auto member_id : getStructMembers(id, SpvOpTypeStruct, vstate)) { in hasDecoration() 646 for (auto id : getStructMembers(struct_id, SpvOpTypeStruct, vstate)) { in checkForRequiredDecoration() [all …]
|
| D | validate_memory.cpp | 60 if (type1->opcode() != SpvOpTypeStruct) { in AreLayoutCompatibleStructs() 63 if (type2->opcode() != SpvOpTypeStruct) { in AreLayoutCompatibleStructs() 77 assert(type1->opcode() == SpvOpTypeStruct && in HaveLayoutCompatibleMembers() 79 assert(type2->opcode() == SpvOpTypeStruct && in HaveLayoutCompatibleMembers() 104 assert(type1->opcode() == SpvOpTypeStruct && in HaveSameLayoutDecorations() 106 assert(type2->opcode() == SpvOpTypeStruct && in HaveSameLayoutDecorations() 186 case SpvOpTypeStruct: in ContainsInvalidBool() 215 case SpvOpTypeStruct: in ContainsCooperativeMatrix() 526 if (!IsAllowedTypeOrArrayOfSame(_, pointee, {SpvOpTypeStruct})) { in ValidateVariable() 553 if (!IsAllowedTypeOrArrayOfSame(_, pointee, {SpvOpTypeStruct})) { in ValidateVariable() [all …]
|
| D | validate_type.cpp | 54 opcode != SpvOpTypeStruct && opcode != SpvOpTypePointer && in ValidateUniqueness() 324 case SpvOpTypeStruct: in ContainsOpaqueType() 358 if (SpvOpTypeStruct == member_type->opcode() && in ValidateTypeStruct() 388 if (memberTypeInstr && SpvOpTypeStruct == memberTypeInstr->opcode()) { in ValidateTypeStruct() 542 if (!pointee_type || pointee_type->opcode() != SpvOpTypeStruct) { in ValidateTypeForwardPointer() 634 case SpvOpTypeStruct: in TypePass()
|
| /third_party/spirv-tools/source/val/ |
| D | validate_decorations.cpp | 143 for (auto id : getStructMembers(struct_id, SpvOpTypeStruct, vstate)) { in isMissingOffsetInStruct() 207 case SpvOpTypeStruct: { in getBaseAlignment() 247 case SpvOpTypeStruct: { in getScalarAlignment() 320 case SpvOpTypeStruct: { in getSize() 501 if (SpvOpTypeStruct == opcode && in checkLayout() 554 if (SpvOpTypeStruct == element_inst->opcode() && in checkLayout() 582 (SpvOpTypeArray == opcode || SpvOpTypeStruct == opcode)) { in checkLayout() 598 if (SpvOpTypeStruct != vstate.FindDef(id)->opcode()) { in hasDecoration() 601 for (auto member_id : getStructMembers(id, SpvOpTypeStruct, vstate)) { in hasDecoration() 630 for (auto id : getStructMembers(struct_id, SpvOpTypeStruct, vstate)) { in checkForRequiredDecoration() [all …]
|
| D | validate_memory.cpp | 60 if (type1->opcode() != SpvOpTypeStruct) { in AreLayoutCompatibleStructs() 63 if (type2->opcode() != SpvOpTypeStruct) { in AreLayoutCompatibleStructs() 77 assert(type1->opcode() == SpvOpTypeStruct && in HaveLayoutCompatibleMembers() 79 assert(type2->opcode() == SpvOpTypeStruct && in HaveLayoutCompatibleMembers() 104 assert(type1->opcode() == SpvOpTypeStruct && in HaveSameLayoutDecorations() 106 assert(type2->opcode() == SpvOpTypeStruct && in HaveSameLayoutDecorations() 186 case SpvOpTypeStruct: in ContainsInvalidBool() 215 case SpvOpTypeStruct: in ContainsCooperativeMatrix() 526 if (!IsAllowedTypeOrArrayOfSame(_, pointee, {SpvOpTypeStruct})) { in ValidateVariable() 553 if (!IsAllowedTypeOrArrayOfSame(_, pointee, {SpvOpTypeStruct})) { in ValidateVariable() [all …]
|
| D | validate_type.cpp | 54 opcode != SpvOpTypeStruct && opcode != SpvOpTypePointer && in ValidateUniqueness() 324 case SpvOpTypeStruct: in ContainsOpaqueType() 358 if (SpvOpTypeStruct == member_type->opcode() && in ValidateTypeStruct() 388 if (memberTypeInstr && SpvOpTypeStruct == memberTypeInstr->opcode()) { in ValidateTypeStruct() 542 if (!pointee_type || pointee_type->opcode() != SpvOpTypeStruct) { in ValidateTypeForwardPointer() 634 case SpvOpTypeStruct: in TypePass()
|
| /third_party/spirv-tools/source/opt/ |
| D | eliminate_dead_members_pass.cpp | 139 if (type_inst->opcode() != SpvOpTypeStruct) { in MarkTypeAsFullyUsed() 186 case SpvOpTypeStruct: in MarkMembersAsLiveForExtract() 226 case SpvOpTypeStruct: { in MarkMembersAsLiveForAccessChain() 272 case SpvOpTypeStruct: in RemoveDeadMembers() 338 assert(inst->opcode() == SpvOpTypeStruct); in UpdateOpTypeStruct() 470 case SpvOpTypeStruct: { in UpdateAccessChain() 563 case SpvOpTypeStruct: in UpdateCompsiteExtract() 624 case SpvOpTypeStruct: in UpdateCompositeInsert()
|
| D | desc_sroa.cpp | 60 var_type_inst->opcode() != SpvOpTypeStruct) { in IsCandidate() 95 if (type->opcode() != SpvOpTypeStruct) { in IsTypeOfStructuredBuffer() 218 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in GetReplacementVariable() 268 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() 379 if (type_inst->opcode() == SpvOpTypeStruct && in GetNumBindingsUsedByType()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| D | transformation_access_chain.cpp | 120 SpvOpTypeStruct) { in IsApplicable() 246 SpvOpTypeStruct) { in Apply() 370 SpvOpTypeStruct && in GetStructIndexValue() 418 if (object_type_def->opcode() == SpvOpTypeStruct) { in ValidIndexToComposite()
|
| D | fuzzer_pass_add_access_chains.cpp | 122 case SpvOpTypeStruct: in Apply() 167 case SpvOpTypeStruct: in Apply()
|
| D | fuzzer_pass_add_composite_extract.cpp | 108 case SpvOpTypeStruct: in Apply() 130 case SpvOpTypeStruct: in Apply()
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
| D | transformation_access_chain.cpp | 120 SpvOpTypeStruct) { in IsApplicable() 246 SpvOpTypeStruct) { in Apply() 370 SpvOpTypeStruct && in GetStructIndexValue() 418 if (object_type_def->opcode() == SpvOpTypeStruct) { in ValidIndexToComposite()
|
| D | fuzzer_pass_add_composite_extract.cpp | 108 case SpvOpTypeStruct: in Apply() 130 case SpvOpTypeStruct: in Apply()
|
| D | fuzzer_pass_add_access_chains.cpp | 122 case SpvOpTypeStruct: in Apply() 167 case SpvOpTypeStruct: in Apply()
|
| /third_party/spirv-tools/source/fuzz/ |
| D | fuzzer_pass_add_access_chains.cpp | 121 case SpvOpTypeStruct: in Apply() 166 case SpvOpTypeStruct: in Apply()
|
| D | fuzzer_pass_add_composite_extract.cpp | 107 case SpvOpTypeStruct: in Apply() 129 case SpvOpTypeStruct: in Apply()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
| D | remove_unused_struct_member_reduction_opportunity_finder.cpp | 46 if (type_or_value.opcode() != SpvOpTypeStruct) { in GetAvailableOpportunities() 172 case SpvOpTypeStruct: { in MarkAccessedMembersAsUsed()
|
| /third_party/spirv-tools/source/reduce/ |
| D | remove_unused_struct_member_reduction_opportunity_finder.cpp | 46 if (type_or_value.opcode() != SpvOpTypeStruct) { in GetAvailableOpportunities() 172 case SpvOpTypeStruct: { in MarkAccessedMembersAsUsed()
|