Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h536 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() function
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp5419 bool isFloat = isTypeFloat(typeProxy); in createBinaryOperation()
5787 bool isFloat = isTypeFloat(typeProxy); in createUnaryOperation()
6870 bool isFloat = isTypeFloat(typeProxy); in createInvocationsOperation()
7238 const bool isFloat = isTypeFloat(typeProxy); in createSubgroupOperation()
7477 bool isFloat = isTypeFloat(typeProxy); in createMiscOperation()
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp6587 if (isTypeFloat(publicType.basicType) && in declareVariable()