Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
DBaseTypes.h536 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() function
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp5596 bool isFloat = isTypeFloat(typeProxy); in createBinaryOperation()
5964 bool isFloat = isTypeFloat(typeProxy); in createUnaryOperation()
7056 bool isFloat = isTypeFloat(typeProxy); in createInvocationsOperation()
7424 const bool isFloat = isTypeFloat(typeProxy); in createSubgroupOperation()
7663 bool isFloat = isTypeFloat(typeProxy); in createMiscOperation()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp6655 if (isTypeFloat(publicType.basicType) && in declareVariable()