Home
last modified time | relevance | path

Searched refs:isTypeFloat (Results 1 – 7 of 7) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVType.cpp148 SPIRVType::isTypeFloat(unsigned Bits)const { in isTypeFloat() function in SPIRV::SPIRVType
230 return isTypeVector() && getVectorComponentType()->isTypeFloat(); in isTypeVectorFloat()
245 return isTypeFloat() || isTypeVectorFloat(); in isTypeVectorOrScalarFloat()
DSPIRVType.h87 bool isTypeFloat(unsigned Bits = 0) const;
176 if (isTypeFloat(16)) in getRequiredCapability()
178 else if (isTypeFloat(64)) in getRequiredCapability()
215 if (getElementType()->isTypeFloat(16)) in getRequiredCapability()
DSPIRVInstruction.h634 assert((op1Ty->isTypeInt() || op2Ty->isTypeFloat()) &&
1064 assert((resTy->isTypeInt() || resTy->isTypeFloat()) &&
/external/deqp-deps/glslang/glslang/Include/
DBaseTypes.h505 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() function
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp1907 Args[0]->getType()->getVectorComponentType()->isTypeFloat(64)?64:32), in transOCLBuiltinFromInstPreproc()
2043 Name += T->isTypeFloat()?'f':'i'; in getOCLBuiltinName()
DSPIRVUtil.cpp157 if (Ty->isTypeFloat()) { in mapSPIRVTypeToOCLType()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp4717 bool isFloat = isTypeFloat(typeProxy);
5057 bool isFloat = isTypeFloat(typeProxy);
6081 bool isFloat = isTypeFloat(typeProxy);
6716 bool isFloat = isTypeFloat(typeProxy);