Searched refs:getVectorConstantHelper (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/compiler/translator/ |
D | BuildSPIRV.cpp | 1201 spirv::IdRef SPIRVBuilder::getVectorConstantHelper(spirv::IdRef valueId, TBasicType type, int size) in getVectorConstantHelper() function in sh::SPIRVBuilder 1226 return getVectorConstantHelper(valueId, EbtUInt, size); in getUvecConstant() 1237 return getVectorConstantHelper(valueId, EbtInt, size); in getIvecConstant() 1248 return getVectorConstantHelper(valueId, EbtFloat, size); in getVecConstant()
|
D | BuildSPIRV.h | 436 spirv::IdRef getVectorConstantHelper(spirv::IdRef valueId, TBasicType type, int size);
|