Home
last modified time | relevance | path

Searched refs:getVectorConstantHelper (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/
DBuildSPIRV.cpp1201 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()
DBuildSPIRV.h436 spirv::IdRef getVectorConstantHelper(spirv::IdRef valueId, TBasicType type, int size);