/external/deqp-deps/glslang/SPIRV/ |
D | SpvPostProcess.cpp | 72 if (basicTypeOp == OpTypeFloat || basicTypeOp == OpTypeInt) in postProcessType() 80 if (containsType(typeId, OpTypeInt, 8)) in postProcessType() 82 if (containsType(typeId, OpTypeInt, 16)) in postProcessType() 109 if (basicTypeOp == OpTypeInt) in postProcessType() 130 if (getSpvVersion() < glslang::EShTargetSpv_1_3 && containsType(typeId, OpTypeInt, 16)) in postProcessType() 147 if (basicTypeOp == OpTypeInt && width == 16) in postProcessType() 149 if (basicTypeOp == OpTypeInt && width == 8) in postProcessType() 377 if (containsType(type->getIdOperand(1), OpTypeInt, 8)) { in postProcess() 381 if (containsType(type->getIdOperand(1), OpTypeInt, 16) || in postProcess()
|
D | SpvBuilder.h | 185 …bool isIntType(Id typeId) const { return getTypeClass(typeId) == OpTypeInt && module.getI… in isIntType() 186 …bool isUintType(Id typeId) const { return getTypeClass(typeId) == OpTypeInt && module.getI… in isUintType() 189 … return getTypeClass(typeId) == OpTypeFloat || getTypeClass(typeId) == OpTypeInt || getTypeClass(… in isScalarType() 212 … assert(getTypeClass(scalarTypeId) == OpTypeInt || getTypeClass(scalarTypeId) == OpTypeFloat); in getScalarTypeWidth()
|
D | SpvBuilder.cpp | 235 for (int t = 0; t < (int)groupedTypes[OpTypeInt].size(); ++t) { in makeIntegerType() 236 type = groupedTypes[OpTypeInt][t]; in makeIntegerType() 243 type = new Instruction(getUniqueId(), NoType, OpTypeInt); in makeIntegerType() 246 groupedTypes[OpTypeInt].push_back(type); in makeIntegerType() 612 case OpTypeInt: in getNumTypeConstituents() 644 case OpTypeInt: in getScalarTypeId() 699 case OpTypeInt: in containsType() 845 Id existing = findScalarConstant(OpTypeInt, opcode, typeId, value); in makeIntConstant() 853 groupedConstants[OpTypeInt].push_back(c); in makeIntConstant() 869 Id existing = findScalarConstant(OpTypeInt, opcode, typeId, op1, op2); in makeInt64Constant() [all …]
|
D | SPVRemapper.cpp | 85 case spv::OpTypeInt: return range_t(2, 4); in literalRange() 142 case spv::OpTypeInt: // fall through... in typeSizeInWords() 197 case spv::OpTypeInt: in isTypeOp() 1285 case spv::OpTypeInt: return 3 + (spv[typeStart+3]); in hashType()
|
/external/deqp/external/vulkancts/data/vulkan/vkrunner/example/ |
D | spirv.shader_test | 21 %uint = OpTypeInt 32 0 27 %int = OpTypeInt 32 1 66 %uint = OpTypeInt 32 0
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShader.cpp | 98 case spv::OpTypeInt: 297 case spv::OpTypeInt: in ComputeTypeSize() 387 case spv::OpTypeInt: in PopulateInterfaceInner() 515 assert(getType(insn.word(1)).definition.opcode() == spv::OpTypeInt); in GetConstantInt()
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVType.cpp | 79 assert((OpCode == OpTypeInt || OpCode == OpTypeBool) && in getIntegerBitWidth()
|
D | spirv.hpp | 602 OpTypeInt = 21, enumerator
|
D | SPIRVIsValidEnum.h | 600 case OpTypeInt: in isValid()
|
/external/vulkan-validation-layers/layers/ |
D | shader_validation.cpp | 77 case spv::OpTypeInt: in BuildDefIndex() 241 case spv::OpTypeInt: in DescribeTypeInner() 305 if (type.opcode() != spv::OpTypeInt && type.opcode() != spv::OpTypeFloat) return false; in IsNarrowNumericType() 349 case spv::OpTypeInt: in TypesMatch() 422 …(scalar_type.opcode() == spv::OpTypeInt || scalar_type.opcode() == spv::OpTypeFloat) ? scalar_type… in GetLocationsConsumedByType() 464 …(scalar_type.opcode() == spv::OpTypeInt || scalar_type.opcode() == spv::OpTypeFloat) ? scalar_type… in GetComponentsConsumedByType() 472 case spv::OpTypeInt: { in GetComponentsConsumedByType() 513 case spv::OpTypeInt: in GetFundamentalType()
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.cs | 699 OpTypeInt = 21, enumerator
|
D | spirv.lua | 655 OpTypeInt = 21,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.lua | 655 OpTypeInt = 21,
|
D | spirv.cs | 699 OpTypeInt = 21, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.1/ |
D | spirv.lua | 655 OpTypeInt = 21,
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | spirv.lua | 643 OpTypeInt = 21,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.lua | 660 OpTypeInt = 21,
|
D | spirv.cs | 704 OpTypeInt = 21, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.cs | 687 OpTypeInt = 21, enumerator
|
D | spirv.lua | 643 OpTypeInt = 21,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.cs | 687 OpTypeInt = 21, enumerator
|
D | spirv.lua | 643 OpTypeInt = 21,
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.lua | 660 OpTypeInt = 21,
|
D | spirv.cs | 704 OpTypeInt = 21, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.2/ |
D | spirv.lua | 660 OpTypeInt = 21,
|