Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSpvPostProcess.cpp67 Id basicTypeOp = getMostBasicTypeClass(typeId); in postProcessType()
DSpvBuilder.cpp1232 Op Builder::getMostBasicTypeClass(Id typeId) const in getMostBasicTypeClass() function in spv::Builder
1243 return getMostBasicTypeClass(instr->getIdOperand(0)); in getMostBasicTypeClass()
1245 return getMostBasicTypeClass(instr->getIdOperand(1)); in getMostBasicTypeClass()
3173 switch (getMostBasicTypeClass(valueType)) { in createCompositeCompare()
DSpvBuilder.h265 Op getMostBasicTypeClass(Id typeId) const;
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DSpvPostProcess.cpp67 Id basicTypeOp = getMostBasicTypeClass(typeId); in postProcessType()
H A DSpvBuilder.cpp1333 Op Builder::getMostBasicTypeClass(Id typeId) const in getMostBasicTypeClass() function in spv::Builder
1344 return getMostBasicTypeClass(instr->getIdOperand(0)); in getMostBasicTypeClass()
1346 return getMostBasicTypeClass(instr->getIdOperand(1)); in getMostBasicTypeClass()
3372 switch (getMostBasicTypeClass(valueType)) { in createCompositeCompare()
H A DSpvBuilder.h271 Op getMostBasicTypeClass(Id typeId) const;