Home
last modified time | relevance | path

Searched refs:OpTypeInt (Results 1 – 25 of 61) sorted by relevance

123

/external/deqp-deps/glslang/SPIRV/
DSpvPostProcess.cpp72 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()
DSpvBuilder.h185 …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()
DSpvBuilder.cpp235 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 …]
DSPVRemapper.cpp85 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/
Dspirv.shader_test21 %uint = OpTypeInt 32 0
27 %int = OpTypeInt 32 1
66 %uint = OpTypeInt 32 0
/external/swiftshader/src/Pipeline/
DSpirvShader.cpp98 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/
DSPIRVType.cpp79 assert((OpCode == OpTypeInt || OpCode == OpTypeBool) && in getIntegerBitWidth()
Dspirv.hpp602 OpTypeInt = 21, enumerator
DSPIRVIsValidEnum.h600 case OpTypeInt: in isValid()
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp77 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/
Dspirv.cs699 OpTypeInt = 21, enumerator
Dspirv.lua655 OpTypeInt = 21,
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.lua655 OpTypeInt = 21,
Dspirv.cs699 OpTypeInt = 21, enumerator
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.lua655 OpTypeInt = 21,
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.lua643 OpTypeInt = 21,
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.lua660 OpTypeInt = 21,
Dspirv.cs704 OpTypeInt = 21, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.cs687 OpTypeInt = 21, enumerator
Dspirv.lua643 OpTypeInt = 21,
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.cs687 OpTypeInt = 21, enumerator
Dspirv.lua643 OpTypeInt = 21,
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.lua660 OpTypeInt = 21,
Dspirv.cs704 OpTypeInt = 21, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.lua660 OpTypeInt = 21,

123