Home
last modified time | relevance | path

Searched refs:element_type_id (Results 1 – 25 of 77) sorted by relevance

1234

/dports/science/libkml/libkml-1.3.0/tests/kml/dom/
H A Dkml22_test.cc84 int element_type_id = static_cast<int>(Type_Unknown) + 1; in TEST_F() local
87 for (; element_type_id != end_id; ++element_type_id) { in TEST_F()
90 static_cast<KmlDomType>(element_type_id))) { in TEST_F()
162 for (; element_type_id != end_id; ++element_type_id) { in TEST_F()
165 static_cast<KmlDomType>(element_type_id))) { in TEST_F()
184 int element_type_id = static_cast<int>(begin_dom_type); in AssertXmlNamespaceForRange() local
187 for (; element_type_id != end_id; ++element_type_id) { in AssertXmlNamespaceForRange()
189 static_cast<KmlDomType>(element_type_id)); in AssertXmlNamespaceForRange()
192 << xsd_->ElementName(element_type_id); in AssertXmlNamespaceForRange()
213 for (; element_type_id != end_id; ++element_type_id) { in TEST_F()
[all …]
H A Dunknown_test.cc135 int element_type_id = static_cast<int>(Type_Unknown) + 1; in TEST() local
143 for (; element_type_id != end_id; ++element_type_id) { in TEST()
146 static_cast<KmlDomType>(element_type_id))) { in TEST()
153 const string kTagName(xsd_->ElementName(element_type_id)); in TEST()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_construct_composites.cpp163 auto element_type_id = array_type_instruction.GetSingleWordInOperand(0); in FindComponentsToConstructArray() local
168 type_id_to_available_instructions.find(element_type_id); in FindComponentsToConstructArray()
180 result.push_back(FindOrCreateZeroConstant(element_type_id, true)); in FindComponentsToConstructArray()
198 auto element_type_id = matrix_type_instruction.GetSingleWordInOperand(0); in FindComponentsToConstructMatrix() local
203 type_id_to_available_instructions.find(element_type_id); in FindComponentsToConstructMatrix()
210 result.push_back(FindOrCreateZeroConstant(element_type_id, true)); in FindComponentsToConstructMatrix()
231 auto element_type_id = in FindComponentsToConstructStruct() local
236 type_id_to_available_instructions.find(element_type_id); in FindComponentsToConstructStruct()
240 result.push_back(FindOrCreateZeroConstant(element_type_id, true)); in FindComponentsToConstructStruct()
272 smaller_vector_type_id_to_width[element_type_id] = 1; in FindComponentsToConstructVector()
[all …]
H A Dtransformation_add_type_array.cpp27 uint32_t element_type_id, in TransformationAddTypeArray() argument
30 message_.set_element_type_id(element_type_id); in TransformationAddTypeArray()
41 ir_context->get_type_mgr()->GetType(message_.element_type_id()); in IsApplicable()
44 message_.element_type_id())) { in IsApplicable()
72 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.element_type_id()}}); in Apply()
H A Dfuzzer_pass_add_synonyms.cpp97 auto element_type_id = in Apply() local
99 assert(element_type_id && "Vector's element type is invalid"); in Apply()
107 FindOrCreateConstant({one_word}, element_type_id, false)), in Apply()
H A Dfuzzer_pass_add_equation_instructions.cpp172 uint32_t element_type_id; in Apply() local
175 element_type_id = FindOrCreateFloatType(int_type->width()); in Apply()
179 element_type_id = FindOrCreateIntegerType( in Apply()
184 FindOrCreateVectorType(element_type_id, element_count); in Apply()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dfuzzer_pass_construct_composites.cpp163 auto element_type_id = array_type_instruction.GetSingleWordInOperand(0); in FindComponentsToConstructArray() local
168 type_id_to_available_instructions.find(element_type_id); in FindComponentsToConstructArray()
180 result.push_back(FindOrCreateZeroConstant(element_type_id, true)); in FindComponentsToConstructArray()
198 auto element_type_id = matrix_type_instruction.GetSingleWordInOperand(0); in FindComponentsToConstructMatrix() local
203 type_id_to_available_instructions.find(element_type_id); in FindComponentsToConstructMatrix()
210 result.push_back(FindOrCreateZeroConstant(element_type_id, true)); in FindComponentsToConstructMatrix()
231 auto element_type_id = in FindComponentsToConstructStruct() local
236 type_id_to_available_instructions.find(element_type_id); in FindComponentsToConstructStruct()
240 result.push_back(FindOrCreateZeroConstant(element_type_id, true)); in FindComponentsToConstructStruct()
272 smaller_vector_type_id_to_width[element_type_id] = 1; in FindComponentsToConstructVector()
[all …]
H A Dtransformation_add_type_array.cpp27 uint32_t element_type_id, in TransformationAddTypeArray() argument
30 message_.set_element_type_id(element_type_id); in TransformationAddTypeArray()
41 ir_context->get_type_mgr()->GetType(message_.element_type_id()); in IsApplicable()
44 message_.element_type_id())) { in IsApplicable()
72 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.element_type_id()}}); in Apply()
H A Dfuzzer_pass_add_synonyms.cpp97 auto element_type_id = in Apply() local
99 assert(element_type_id && "Vector's element type is invalid"); in Apply()
107 FindOrCreateConstant({one_word}, element_type_id, false)), in Apply()
H A Dfuzzer_pass_add_equation_instructions.cpp172 uint32_t element_type_id; in Apply() local
175 element_type_id = FindOrCreateFloatType(int_type->width()); in Apply()
179 element_type_id = FindOrCreateIntegerType( in Apply()
184 FindOrCreateVectorType(element_type_id, element_count); in Apply()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_construct_composites.cpp186 auto element_type_id = array_type_instruction.GetSingleWordInOperand(0); in FindComponentsToConstructArray() local
191 type_id_to_available_instructions.find(element_type_id); in FindComponentsToConstructArray()
224 auto element_type_id = matrix_type_instruction.GetSingleWordInOperand(0); in FindComponentsToConstructMatrix() local
229 type_id_to_available_instructions.find(element_type_id); in FindComponentsToConstructMatrix()
259 auto element_type_id = in FindComponentsToConstructStruct() local
264 type_id_to_available_instructions.find(element_type_id); in FindComponentsToConstructStruct()
287 auto element_type_id = vector_type_instruction.GetSingleWordInOperand(0); in FindComponentsToConstructVector() local
288 auto element_type = GetIRContext()->get_type_mgr()->GetType(element_type_id); in FindComponentsToConstructVector()
300 smaller_vector_type_id_to_width[element_type_id] = 1; in FindComponentsToConstructVector()
H A Dtransformation_add_type_array.cpp27 uint32_t element_type_id, in TransformationAddTypeArray() argument
30 message_.set_element_type_id(element_type_id); in TransformationAddTypeArray()
41 ir_context->get_type_mgr()->GetType(message_.element_type_id()); in IsApplicable()
70 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.element_type_id()}}); in Apply()
H A Dfuzzer_pass_add_synonyms.cpp96 auto element_type_id = in Apply() local
98 assert(element_type_id && "Vector's element type is invalid"); in Apply()
106 FindOrCreateConstant({one_word}, element_type_id, false)), in Apply()
H A Dfuzzer_pass_add_equation_instructions.cpp174 uint32_t element_type_id; in Apply() local
177 element_type_id = FindOrCreateFloatType(int_type->width()); in Apply()
181 element_type_id = FindOrCreateIntegerType( in Apply()
186 FindOrCreateVectorType(element_type_id, element_count); in Apply()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dfuzzer_pass_construct_composites.cpp186 auto element_type_id = array_type_instruction.GetSingleWordInOperand(0); in FindComponentsToConstructArray() local
191 type_id_to_available_instructions.find(element_type_id); in FindComponentsToConstructArray()
224 auto element_type_id = matrix_type_instruction.GetSingleWordInOperand(0); in FindComponentsToConstructMatrix() local
229 type_id_to_available_instructions.find(element_type_id); in FindComponentsToConstructMatrix()
259 auto element_type_id = in FindComponentsToConstructStruct() local
264 type_id_to_available_instructions.find(element_type_id); in FindComponentsToConstructStruct()
287 auto element_type_id = vector_type_instruction.GetSingleWordInOperand(0); in FindComponentsToConstructVector() local
288 auto element_type = GetIRContext()->get_type_mgr()->GetType(element_type_id); in FindComponentsToConstructVector()
300 smaller_vector_type_id_to_width[element_type_id] = 1; in FindComponentsToConstructVector()
H A Dtransformation_add_type_array.cpp27 uint32_t element_type_id, in TransformationAddTypeArray() argument
30 message_.set_element_type_id(element_type_id); in TransformationAddTypeArray()
41 ir_context->get_type_mgr()->GetType(message_.element_type_id()); in IsApplicable()
70 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.element_type_id()}}); in Apply()
H A Dfuzzer_pass_add_synonyms.cpp96 auto element_type_id = in Apply() local
98 assert(element_type_id && "Vector's element type is invalid"); in Apply()
106 FindOrCreateConstant({one_word}, element_type_id, false)), in Apply()
H A Dfuzzer_pass_add_equation_instructions.cpp174 uint32_t element_type_id; in Apply() local
177 element_type_id = FindOrCreateFloatType(int_type->width()); in Apply()
181 element_type_id = FindOrCreateIntegerType( in Apply()
186 FindOrCreateVectorType(element_type_id, element_count); in Apply()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_useful_constructs.cpp173 uint32_t element_type_id = fact_and_type_id.second; in Apply() local
174 assert(element_type_id); in Apply()
176 GetIRContext()->get_type_mgr()->GetType(element_type_id); in Apply()
185 SpvStorageClassUniform, element_type_id); in Apply()
197 element_type = GetIRContext()->get_type_mgr()->GetType(element_type_id); in Apply()
H A Dfuzzer_pass_construct_composites.cpp176 auto element_type_id = in TryConstructingArrayComposite() local
182 type_id_to_available_instructions.find(element_type_id); in TryConstructingArrayComposite()
206 auto element_type_id = in TryConstructingMatrixComposite() local
212 type_id_to_available_instructions.find(element_type_id); in TryConstructingMatrixComposite()
236 auto element_type_id = GetIRContext()->get_type_mgr()->GetId(element_type); in TryConstructingStructComposite() local
240 type_id_to_available_instructions.find(element_type_id); in TryConstructingStructComposite()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_useful_constructs.cpp173 uint32_t element_type_id = fact_and_type_id.second; in Apply() local
174 assert(element_type_id); in Apply()
176 GetIRContext()->get_type_mgr()->GetType(element_type_id); in Apply()
185 SpvStorageClassUniform, element_type_id); in Apply()
197 element_type = GetIRContext()->get_type_mgr()->GetType(element_type_id); in Apply()
H A Dfuzzer_pass_construct_composites.cpp176 auto element_type_id = in TryConstructingArrayComposite() local
182 type_id_to_available_instructions.find(element_type_id); in TryConstructingArrayComposite()
206 auto element_type_id = in TryConstructingMatrixComposite() local
212 type_id_to_available_instructions.find(element_type_id); in TryConstructingMatrixComposite()
236 auto element_type_id = GetIRContext()->get_type_mgr()->GetId(element_type); in TryConstructingStructComposite() local
240 type_id_to_available_instructions.find(element_type_id); in TryConstructingStructComposite()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Ddesc_sroa.cpp255 uint32_t element_type_id = in CreateReplacementVariable() local
260 element_type_id, storage_class); in CreateReplacementVariable()
325 uint32_t element_type_id = type_inst->GetSingleWordInOperand(0); in GetNumBindingsUsedByType() local
332 return num_elems * GetNumBindingsUsedByType(element_type_id); in GetNumBindingsUsedByType()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Ddesc_sroa.cpp255 uint32_t element_type_id = in CreateReplacementVariable() local
260 element_type_id, storage_class); in CreateReplacementVariable()
325 uint32_t element_type_id = type_inst->GetSingleWordInOperand(0); in GetNumBindingsUsedByType() local
332 return num_elems * GetNumBindingsUsedByType(element_type_id); in GetNumBindingsUsedByType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Ddesc_sroa.cpp264 uint32_t element_type_id = in CreateReplacementVariable() local
269 element_type_id, storage_class); in CreateReplacementVariable()
359 uint32_t element_type_id = type_inst->GetSingleWordInOperand(0); in GetNumBindingsUsedByType() local
366 return num_elems * GetNumBindingsUsedByType(element_type_id); in GetNumBindingsUsedByType()

1234