Searched refs:GetVectorType (Results 1 – 8 of 8) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_vector_shuffle.cpp | 129 *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()
|
D | transformation_vector_shuffle.h | 81 static opt::analysis::Vector* GetVectorType(opt::IRContext* ir_context,
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_vector_shuffle.cpp | 129 *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()
|
D | transformation_vector_shuffle.h | 81 static opt::analysis::Vector* GetVectorType(opt::IRContext* ir_context,
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | transformation_vector_shuffle.cpp | 129 *GetVectorType(ir_context, message_.vector1())->element_type()); in Apply() 162 opt::analysis::Vector* TransformationVectorShuffle::GetVectorType( in GetVectorType() function in spvtools::fuzz::TransformationVectorShuffle 203 GetVectorType(ir_context, message_.vector1())->element_count()) { in AddDataSynonymFacts() 221 GetVectorType(ir_context, message_.vector1())->element_count(); in AddDataSynonymFacts() 224 GetVectorType(ir_context, message_.vector2())->element_count() && in AddDataSynonymFacts()
|
D | transformation_vector_shuffle.h | 81 static opt::analysis::Vector* GetVectorType(opt::IRContext* ir_context,
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder.cpp | 176 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()
|
D | builder.h | 132 Type* GetVectorType(Type* pType);
|