Searched refs:NumConsumedComponents (Results 1 – 3 of 3) sorted by relevance
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_interfaces.cpp | 230 uint32_t NumConsumedComponents(ValidationState_t& _, const Instruction* type) { in NumConsumedComponents() function 247 NumConsumedComponents(_, _.FindDef(type->GetOperandAs<uint32_t>(1))); in NumConsumedComponents() 254 NumConsumedComponents(_, _.FindDef(type->GetOperandAs<uint32_t>(1))); in NumConsumedComponents() 262 NumConsumedComponents(_, _.FindDef(type->GetOperandAs<uint32_t>(1))); in NumConsumedComponents() 417 uint32_t num_components = NumConsumedComponents(_, type); in GetLocationsForVariable() 487 uint32_t num_components = NumConsumedComponents(_, member); in GetLocationsForVariable()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_interfaces.cpp | 196 uint32_t NumConsumedComponents(ValidationState_t& _, const Instruction* type) { in NumConsumedComponents() function 213 NumConsumedComponents(_, _.FindDef(type->GetOperandAs<uint32_t>(1))); in NumConsumedComponents() 218 return NumConsumedComponents(_, in NumConsumedComponents() 375 uint32_t num_components = NumConsumedComponents(_, sub_type); in GetLocationsForVariable() 448 uint32_t num_components = NumConsumedComponents(_, member); in GetLocationsForVariable()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_interfaces.cpp | 198 uint32_t NumConsumedComponents(ValidationState_t& _, const Instruction* type) { in NumConsumedComponents() function 215 NumConsumedComponents(_, _.FindDef(type->GetOperandAs<uint32_t>(1))); in NumConsumedComponents() 220 return NumConsumedComponents(_, in NumConsumedComponents() 378 uint32_t num_components = NumConsumedComponents(_, sub_type); in GetLocationsForVariable() 451 uint32_t num_components = NumConsumedComponents(_, member); in GetLocationsForVariable()
|