Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h575 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() function
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp6124 bool isFloat = isTypeFloat(typeProxy); in createBinaryOperation()
6492 bool isFloat = isTypeFloat(typeProxy); in createUnaryOperation()
7610 bool isFloat = isTypeFloat(typeProxy); in createInvocationsOperation()
7982 const bool isFloat = isTypeFloat(typeProxy); in createSubgroupOperation()
8221 bool isFloat = isTypeFloat(typeProxy); in createMiscOperation()
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp7267 if (isTypeFloat(publicType.basicType) && in declareVariable()