HomeSort by relevance Sort by last modified time
    Searched defs:isBoolType (Results 1 - 4 of 4) sorted by null

  /external/spirv-llvm/lib/SPIRV/
SPIRVLowerBool.cpp 70 bool isBoolType(Type *Ty) {
74 return isBoolType(VT->getElementType());
78 if (isBoolType(I.getType())) {
87 if (isBoolType(Op->getType())) {
97 if (isBoolType(Op->getType())) {
  /external/deqp-deps/glslang/SPIRV/
SpvBuilder.h 184 bool isBoolType(Id typeId) { return groupedTypes[OpTypeBool].size() > 0 && typeId == groupedTypes[OpTypeBool].back()->getResultId(); }
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp 296 static inline bool isBoolType (ValueType type)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 316 static inline bool isBoolType (ValueType type)
    [all...]

Completed in 63 milliseconds