/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_bank_conflicts.cpp | 72 struct vector_type { struct 78 * vector_type. 88 * Number of components of a \p vector_type. 96 set(vector_type &v, unsigned i, scalar_type x) in set() 106 get(const vector_type &v, unsigned i) 117 vector_type 118 adds(const vector_type &v, const vector_type &w) 120 const vector_type u = {{ 130 vector_type [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SetVector.h | 47 using vector_type = Vector; 48 using iterator = typename vector_type::const_iterator; 49 using const_iterator = typename vector_type::const_iterator; 50 using reverse_iterator = typename vector_type::const_reverse_iterator; 51 using const_reverse_iterator = typename vector_type::const_reverse_iterator; 52 using size_type = typename vector_type::size_type; 159 typename vector_type::iterator I = find(vector_, X); 200 typename vector_type::iterator I = 291 vector_type vector_; ///< The vector.
|
/third_party/spirv-tools/source/opt/ |
H A D | const_folding_rules.cpp | 318 const analysis::Vector* vector_type = result_type->AsVector(); in FoldVectorTimesScalar() local 319 assert(vector_type != nullptr); in FoldVectorTimesScalar() 320 const analysis::Type* element_type = vector_type->element_type(); in FoldVectorTimesScalar() 326 assert(c1->type()->AsVector() == vector_type); in FoldVectorTimesScalar() 343 return const_mgr->GetConstant(vector_type, ids); in FoldVectorTimesScalar() 354 return const_mgr->GetConstant(vector_type, ids); in FoldVectorTimesScalar() 446 const analysis::Vector* vector_type = result_type->AsVector(); 447 assert(vector_type != nullptr); 448 const analysis::Type* element_type = vector_type->element_type(); 454 assert(c1->type()->AsVector() == vector_type); [all...] |
H A D | constants.cpp | 532 const analysis::Vector* vector_type = this->type()->AsVector(); in GetVectorComponents() local 533 assert(vector_type != nullptr); in GetVectorComponents() 535 for (uint32_t i = 0; i < vector_type->element_count(); ++i) { in GetVectorComponents() 539 const analysis::Type* element_type = vector_type->element_type(); in GetVectorComponents() 542 for (uint32_t i = 0; i < vector_type->element_count(); ++i) { in GetVectorComponents()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_equation_instructions.cpp | 105 if (const auto* vector_type = type->AsVector()) { in Apply() 106 type = vector_type->element_type(); in Apply() 389 if (const auto* vector_type = type->AsVector()) { in GetNumericalInstructions() 390 type = vector_type->element_type(); in GetNumericalInstructions()
|
H A D | transformation_composite_construct.cpp | 234 const opt::analysis::Vector& vector_type) const { in ComponentsForVectorConstructionAreOK() 236 auto element_type = vector_type.element_type(); in ComponentsForVectorConstructionAreOK() 260 return base_element_count == vector_type.element_count(); in ComponentsForVectorConstructionAreOK()
|
H A D | transformation_composite_construct.h | 91 const opt::analysis::Vector& vector_type) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_add_equation_instructions.cpp | 105 if (const auto* vector_type = type->AsVector()) { in Apply() 106 type = vector_type->element_type(); in Apply() 389 if (const auto* vector_type = type->AsVector()) { in GetNumericalInstructions() 390 type = vector_type->element_type(); in GetNumericalInstructions()
|
H A D | transformation_composite_construct.cpp | 234 const opt::analysis::Vector& vector_type) const { in ComponentsForVectorConstructionAreOK() 236 auto element_type = vector_type.element_type(); in ComponentsForVectorConstructionAreOK() 260 return base_element_count == vector_type.element_count(); in ComponentsForVectorConstructionAreOK()
|
H A D | transformation_composite_construct.h | 91 const opt::analysis::Vector& vector_type) const;
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_equation_instructions.cpp | 109 if (const auto* vector_type = type->AsVector()) { in Apply() 110 type = vector_type->element_type(); in Apply() 393 if (const auto* vector_type = type->AsVector()) { in GetNumericalInstructions() 394 type = vector_type->element_type(); in GetNumericalInstructions()
|
H A D | transformation_composite_construct.cpp | 234 const opt::analysis::Vector& vector_type) const { in ComponentsForVectorConstructionAreOK() 236 auto element_type = vector_type.element_type(); in ComponentsForVectorConstructionAreOK() 260 return base_element_count == vector_type.element_count(); in ComponentsForVectorConstructionAreOK()
|
H A D | transformation_composite_construct.h | 91 const opt::analysis::Vector& vector_type) const;
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_logicals.cpp | 40 const uint32_t vector_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local 41 if (!vector_type || !_.IsBoolVectorType(vector_type)) in LogicalsPass()
|
H A D | validate_composites.cpp | 149 const uint32_t vector_type = _.GetOperandTypeId(inst, 2); in ValidateVectorExtractDynamic() local 150 const SpvOp vector_opcode = _.GetIdOpcode(vector_type); in ValidateVectorExtractDynamic() 156 if (_.GetComponentType(vector_type) != result_type) { in ValidateVectorExtractDynamic() 184 const uint32_t vector_type = _.GetOperandTypeId(inst, 2); in ValidateVectorInsertDyanmic() local 185 if (vector_type != result_type) { in ValidateVectorInsertDyanmic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_logicals.cpp | 40 const uint32_t vector_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local 41 if (!vector_type || !_.IsBoolVectorType(vector_type)) in LogicalsPass()
|
H A D | validate_composites.cpp | 149 const uint32_t vector_type = _.GetOperandTypeId(inst, 2); in ValidateVectorExtractDynamic() local 150 const SpvOp vector_opcode = _.GetIdOpcode(vector_type); in ValidateVectorExtractDynamic() 156 if (_.GetComponentType(vector_type) != result_type) { in ValidateVectorExtractDynamic() 184 const uint32_t vector_type = _.GetOperandTypeId(inst, 2); in ValidateVectorInsertDyanmic() local 185 if (vector_type != result_type) { in ValidateVectorInsertDyanmic()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | constants.cpp | 446 const analysis::Vector* vector_type = this->type()->AsVector(); in GetVectorComponents() local 447 assert(vector_type != nullptr); in GetVectorComponents() 449 for (uint32_t i = 0; i < vector_type->element_count(); ++i) { in GetVectorComponents() 453 const analysis::Type* element_type = vector_type->element_type(); in GetVectorComponents() 456 for (uint32_t i = 0; i < vector_type->element_count(); ++i) { in GetVectorComponents()
|
H A D | const_folding_rules.cpp | 156 const analysis::Vector* vector_type = result_type->AsVector(); in FoldVectorTimesScalar() local 157 assert(vector_type != nullptr); in FoldVectorTimesScalar() 158 const analysis::Type* element_type = vector_type->element_type(); in FoldVectorTimesScalar() 164 assert(c1->type()->AsVector() == vector_type); in FoldVectorTimesScalar() 181 return const_mgr->GetConstant(vector_type, ids); in FoldVectorTimesScalar() 192 return const_mgr->GetConstant(vector_type, ids); in FoldVectorTimesScalar() 262 const analysis::Vector* vector_type = result_type->AsVector(); 275 if (vector_type != nullptr) { 283 results_components.push_back(scalar_rule(vector_type->element_type(), 295 return const_mgr->GetConstant(vector_type, id [all...] |
H A D | vector_dce.cpp | 307 const analysis::Vector* vector_type = type->AsVector(); in GetVectorComponentCount() local 309 vector_type && in GetVectorComponentCount() 311 return vector_type->element_count(); in GetVectorComponentCount()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | constants.cpp | 463 const analysis::Vector* vector_type = this->type()->AsVector(); in GetVectorComponents() local 464 assert(vector_type != nullptr); in GetVectorComponents() 466 for (uint32_t i = 0; i < vector_type->element_count(); ++i) { in GetVectorComponents() 470 const analysis::Type* element_type = vector_type->element_type(); in GetVectorComponents() 473 for (uint32_t i = 0; i < vector_type->element_count(); ++i) { in GetVectorComponents()
|
H A D | const_folding_rules.cpp | 212 const analysis::Vector* vector_type = result_type->AsVector(); in FoldVectorTimesScalar() local 213 assert(vector_type != nullptr); in FoldVectorTimesScalar() 214 const analysis::Type* element_type = vector_type->element_type(); in FoldVectorTimesScalar() 220 assert(c1->type()->AsVector() == vector_type); in FoldVectorTimesScalar() 237 return const_mgr->GetConstant(vector_type, ids); in FoldVectorTimesScalar() 248 return const_mgr->GetConstant(vector_type, ids); in FoldVectorTimesScalar() 318 const analysis::Vector* vector_type = result_type->AsVector(); 331 if (vector_type != nullptr) { 339 results_components.push_back(scalar_rule(vector_type->element_type(), 351 return const_mgr->GetConstant(vector_type, id [all...] |
/third_party/spirv-tools/source/val/ |
H A D | validate_logicals.cpp | 38 const uint32_t vector_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local 39 if (!vector_type || !_.IsBoolVectorType(vector_type)) in LogicalsPass()
|
H A D | validate_composites.cpp | 149 const uint32_t vector_type = _.GetOperandTypeId(inst, 2); in ValidateVectorExtractDynamic() local 150 const spv::Op vector_opcode = _.GetIdOpcode(vector_type); in ValidateVectorExtractDynamic() 156 if (_.GetComponentType(vector_type) != result_type) { in ValidateVectorExtractDynamic() 184 const uint32_t vector_type = _.GetOperandTypeId(inst, 2); in ValidateVectorInsertDyanmic() local 185 if (vector_type != result_type) { in ValidateVectorInsertDyanmic()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cLayoutBindingTests.hpp | 80 char const* vector_type; // lookup vector type member
|