Home
last modified time | relevance | path

Searched refs:GetVectorType (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_vector_shuffle.cpp129 *GetVectorType(ir_context, message_.vector1())->element_type()); in Apply()
157 opt::analysis::Vector* TransformationVectorShuffle::GetVectorType( in GetVectorType() function in spvtools::fuzz::TransformationVectorShuffle
198 GetVectorType(ir_context, message_.vector1())->element_count()) { in AddDataSynonymFacts()
216 GetVectorType(ir_context, message_.vector1())->element_count(); in AddDataSynonymFacts()
219 GetVectorType(ir_context, message_.vector2())->element_count() && in AddDataSynonymFacts()
Dtransformation_vector_shuffle.h81 static opt::analysis::Vector* GetVectorType(opt::IRContext* ir_context,
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_vector_shuffle.cpp129 *GetVectorType(ir_context, message_.vector1())->element_type()); in Apply()
157 opt::analysis::Vector* TransformationVectorShuffle::GetVectorType( in GetVectorType() function in spvtools::fuzz::TransformationVectorShuffle
198 GetVectorType(ir_context, message_.vector1())->element_count()) { in AddDataSynonymFacts()
216 GetVectorType(ir_context, message_.vector1())->element_count(); in AddDataSynonymFacts()
219 GetVectorType(ir_context, message_.vector2())->element_count() && in AddDataSynonymFacts()
Dtransformation_vector_shuffle.h81 static opt::analysis::Vector* GetVectorType(opt::IRContext* ir_context,
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.cpp176 Type* Builder::GetVectorType(Type* pType) in GetVectorType() function in SwrJit::Builder
188 Type* pVecArrayType = GetVectorType(pArrayType); in GetVectorType()
201 Type* pVecElemType = GetVectorType(pElemType); in GetVectorType()
211 return PointerType::get(GetVectorType(pType->getPointerElementType()), in GetVectorType()
Dbuilder.h132 Type* GetVectorType(Type* pType);