Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DBuildSPIRV.cpp1443 spirv::IdRef SPIRVBuilder::getBasicConstantHelper(uint32_t value, in getBasicConstantHelper() function in sh::SPIRVBuilder
1467 return getBasicConstantHelper(value, EbtUInt, &mUintConstants); in getUintConstant()
1473 return getBasicConstantHelper(asUint, EbtInt, &mIntConstants); in getIntConstant()
1484 return getBasicConstantHelper(asUint.u, EbtFloat, &mFloatConstants); in getFloatConstant()
H A DBuildSPIRV.h454 spirv::IdRef getBasicConstantHelper(uint32_t value,