Home
last modified time | relevance | path

Searched refs:vector_type (Results 1 - 25 of 53) sorted by relevance

123

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_bank_conflicts.cpp72 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 DSetVector.h47 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 Dconst_folding_rules.cpp318 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 Dconstants.cpp532 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 Dfuzzer_pass_add_equation_instructions.cpp105 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 Dtransformation_composite_construct.cpp234 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 Dtransformation_composite_construct.h91 const opt::analysis::Vector& vector_type) const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_add_equation_instructions.cpp105 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 Dtransformation_composite_construct.cpp234 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 Dtransformation_composite_construct.h91 const opt::analysis::Vector& vector_type) const;
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_equation_instructions.cpp109 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 Dtransformation_composite_construct.cpp234 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 Dtransformation_composite_construct.h91 const opt::analysis::Vector& vector_type) const;
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_logicals.cpp40 const uint32_t vector_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local
41 if (!vector_type || !_.IsBoolVectorType(vector_type)) in LogicalsPass()
H A Dvalidate_composites.cpp149 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 Dvalidate_logicals.cpp40 const uint32_t vector_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local
41 if (!vector_type || !_.IsBoolVectorType(vector_type)) in LogicalsPass()
H A Dvalidate_composites.cpp149 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 Dconstants.cpp446 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 Dconst_folding_rules.cpp156 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 Dvector_dce.cpp307 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 Dconstants.cpp463 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 Dconst_folding_rules.cpp212 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 Dvalidate_logicals.cpp38 const uint32_t vector_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local
39 if (!vector_type || !_.IsBoolVectorType(vector_type)) in LogicalsPass()
H A Dvalidate_composites.cpp149 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 Des31cLayoutBindingTests.hpp80 char const* vector_type; // lookup vector type member

Completed in 15 milliseconds

123