Searched refs:OpTypeBool (Results 1 – 25 of 58) sorted by relevance
123
/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/swiftshader/src/Pipeline/ |
D | SpirvShader.cpp | 97 case spv::OpTypeBool: 295 case spv::OpTypeBool: in ComputeTypeSize() 390 case spv::OpTypeBool: in PopulateInterfaceInner()
|
/external/deqp/external/vulkancts/data/vulkan/vkrunner/example/ |
D | spirv.shader_test | 63 %bool = OpTypeBool
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.cpp | 150 if (groupedTypes[OpTypeBool].size() == 0) { in makeBoolType() 151 type = new Instruction(getUniqueId(), NoType, OpTypeBool); in makeBoolType() 152 groupedTypes[OpTypeBool].push_back(type); in makeBoolType() 156 type = groupedTypes[OpTypeBool].back(); in makeBoolType() 611 case OpTypeBool: in getNumTypeConstituents() 643 case OpTypeBool: in getScalarTypeId() 819 for (int i = 0; i < (int)groupedConstants[OpTypeBool].size(); ++i) { in makeBoolConstant() 820 constant = groupedConstants[OpTypeBool][i]; in makeBoolConstant() 832 groupedConstants[OpTypeBool].push_back(c); in makeBoolConstant() 2071 case OpTypeBool: in createCompositeCompare()
|
D | SpvBuilder.h | 184 …Id typeId) { return groupedTypes[OpTypeBool].size() > 0 && typeId == groupedTypes[Op… in isBoolType() 189 …peId) == OpTypeFloat || getTypeClass(typeId) == OpTypeInt || getTypeClass(typeId) == OpTypeBool; } in isScalarType()
|
D | SPVRemapper.cpp | 196 case spv::OpTypeBool: in isTypeOp() 1284 case spv::OpTypeBool: return 1; in hashType()
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.cs | 698 OpTypeBool = 20, enumerator
|
D | spirv.lua | 654 OpTypeBool = 20,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.lua | 654 OpTypeBool = 20,
|
D | spirv.cs | 698 OpTypeBool = 20, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.1/ |
D | spirv.lua | 654 OpTypeBool = 20,
|
D | spirv.hpp | 693 OpTypeBool = 20, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | spirv.lua | 642 OpTypeBool = 20,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.lua | 659 OpTypeBool = 20,
|
D | spirv.cs | 703 OpTypeBool = 20, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.cs | 686 OpTypeBool = 20, enumerator
|
D | spirv.lua | 642 OpTypeBool = 20,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.cs | 686 OpTypeBool = 20, enumerator
|
D | spirv.lua | 642 OpTypeBool = 20,
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.lua | 659 OpTypeBool = 20,
|
D | spirv.cs | 703 OpTypeBool = 20, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.2/ |
D | spirv.lua | 659 OpTypeBool = 20,
|
123