Searched refs:OpTypeBool (Results 1 – 12 of 12) sorted by relevance
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVType.cpp | 79 assert((OpCode == OpTypeInt || OpCode == OpTypeBool) && in getIntegerBitWidth() 139 return OpCode == OpTypeBool; in isTypeBool()
|
D | SPIRVType.h | 121 :SPIRVType(M, 2, OpTypeBool, TheId){} in SPIRVTypeBool() 123 SPIRVTypeBool():SPIRVType(OpTypeBool){} in SPIRVTypeBool()
|
D | spirv.hpp | 601 OpTypeBool = 20, enumerator
|
D | SPIRVIsValidEnum.h | 599 case OpTypeBool: in isValid()
|
/external/shaderc/spirv-headers/include/spirv/1.1/ |
D | spirv.lua | 601 OpTypeBool = 20,
|
D | spirv.hpp | 640 OpTypeBool = 20, enumerator
|
D | spirv.hpp11 | 640 OpTypeBool = 20,
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | spirv.lua | 589 OpTypeBool = 20,
|
D | spirv.hpp | 628 OpTypeBool = 20, enumerator
|
D | spirv.hpp11 | 628 OpTypeBool = 20,
|
/external/vulkan-validation-layers/layers/ |
D | shader_validation.cpp | 75 case spv::OpTypeBool: in build_def_index() 198 case spv::OpTypeBool: in describe_type_inner() 298 case spv::OpTypeBool: in types_match()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVReader.cpp | 688 case OpTypeBool: in transType() 775 case OpTypeBool: in transTypeToOCLTypeName() 1335 case OpTypeBool: in transValueWithoutDecoration()
|