Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DInitialize.cpp340 const auto isScalarType = [](int type) { return (type & TypeStringColumnMask) == 0; }; in AddTabledBuiltin() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp340 const auto isScalarType = [](int type) { return (type & TypeStringColumnMask) == 0; }; in AddTabledBuiltin() local
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.h281 bool isScalarType(Id typeId) const in isScalarType() function
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h279 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.cpp353 static inline bool isScalarType (ValueType type) in isScalarType() function