Home
last modified time | relevance | path

Searched defs:isScalarType (Results 1 – 7 of 7) sorted by relevance

/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DInitialize.cpp339 const auto isScalarType = [](int type) { return (type & TypeStringColumnMask) == 0; }; in AddTabledBuiltin() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp338 const auto isScalarType = [](int type) { return (type & TypeStringColumnMask) == 0; }; in AddTabledBuiltin() local
/external/angle/third_party/glslang/src/SPIRV/
DSpvBuilder.h222 bool isScalarType(Id typeId) const in isScalarType() function
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h222 bool isScalarType(Id typeId) const in isScalarType() function
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp229 static inline bool isScalarType (ValueType type) in isScalarType() function
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp264 static inline bool isScalarType (ValueType type) in isScalarType() function
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp296 static inline bool isScalarType (ValueType type) in isScalarType() function