Searched refs:OpTypeInt (Results 1 – 25 of 644) sorted by relevance
12345678910>>...26
/external/deqp-deps/glslang/SPIRV/ |
D | SpvPostProcess.cpp | 70 if (basicTypeOp == OpTypeFloat || basicTypeOp == OpTypeInt) in postProcessType() 78 if (containsType(typeId, OpTypeInt, 8)) in postProcessType() 80 if (containsType(typeId, OpTypeInt, 16)) in postProcessType() 107 if (basicTypeOp == OpTypeInt) in postProcessType() 125 if (containsType(typeId, OpTypeFloat, 16) || containsType(typeId, OpTypeInt, 16)) { in postProcessType() 140 if (containsType(typeId, OpTypeInt, 16)) in postProcessType() 144 if (containsType(typeId, OpTypeInt, 8)) { in postProcessType() 164 if (getSpvVersion() < glslang::EShTargetSpv_1_3 && containsType(typeId, OpTypeInt, 16)) in postProcessType() 180 if (basicTypeOp == OpTypeInt && width == 16) in postProcessType() 182 if (basicTypeOp == OpTypeInt && width == 8) in postProcessType() [all …]
|
/external/angle/third_party/glslang/src/SPIRV/ |
D | SpvPostProcess.cpp | 70 if (basicTypeOp == OpTypeFloat || basicTypeOp == OpTypeInt) in postProcessType() 78 if (containsType(typeId, OpTypeInt, 8)) in postProcessType() 80 if (containsType(typeId, OpTypeInt, 16)) in postProcessType() 107 if (basicTypeOp == OpTypeInt) in postProcessType() 125 if (containsType(typeId, OpTypeFloat, 16) || containsType(typeId, OpTypeInt, 16)) { in postProcessType() 140 if (containsType(typeId, OpTypeInt, 16)) in postProcessType() 144 if (containsType(typeId, OpTypeInt, 8)) { in postProcessType() 164 if (getSpvVersion() < glslang::EShTargetSpv_1_3 && containsType(typeId, OpTypeInt, 16)) in postProcessType() 180 if (basicTypeOp == OpTypeInt && width == 16) in postProcessType() 182 if (basicTypeOp == OpTypeInt && width == 8) in postProcessType() [all …]
|
/external/OpenCL-CTS/test_conformance/spirv_new/spirv_asm/ |
D | undef_struct_int_char_simple.spvasm64 | 18 %ulong = OpTypeInt 64 0 22 %uint = OpTypeInt 32 0 23 %uchar = OpTypeInt 8 0
|
D | undef_struct_struct_simple.spvasm64 | 18 %ulong = OpTypeInt 64 0 22 %uint = OpTypeInt 32 0 24 %uchar = OpTypeInt 8 0
|
D | decorate_cpacked.spvasm64 | 19 %ulong = OpTypeInt 64 0 23 %uint = OpTypeInt 32 0 24 %uchar = OpTypeInt 8 0
|
D | constant_struct_int_char_simple.spvasm64 | 18 %ulong = OpTypeInt 64 0 22 %uint = OpTypeInt 32 0 23 %uchar = OpTypeInt 8 0
|
D | copy_struct_int_char_simple.spvasm64 | 18 %ulong = OpTypeInt 64 0 22 %uint = OpTypeInt 32 0 23 %uchar = OpTypeInt 8 0
|
D | vector_char16_insert.spvasm64 | 20 %ulong = OpTypeInt 64 0 24 %uint = OpTypeInt 32 0 26 %uchar = OpTypeInt 8 0
|
D | vector_char16_extract.spvasm64 | 20 %ulong = OpTypeInt 64 0 24 %uint = OpTypeInt 32 0 26 %uchar = OpTypeInt 8 0
|
D | constant_struct_struct_simple.spvasm64 | 18 %ulong = OpTypeInt 64 0 22 %uint = OpTypeInt 32 0 24 %uchar = OpTypeInt 8 0
|
D | composite_construct_struct.spvasm64 | 18 %ulong = OpTypeInt 64 0 22 %uint = OpTypeInt 32 0 24 %uchar = OpTypeInt 8 0
|
D | copy_struct_struct_simple.spvasm64 | 18 %ulong = OpTypeInt 64 0 22 %uint = OpTypeInt 32 0 24 %uchar = OpTypeInt 8 0
|
D | copy_short_simple.spvasm32 | 17 %uint = OpTypeInt 32 0 21 %ushort = OpTypeInt 16 0
|
D | copy_char_simple.spvasm32 | 17 %uint = OpTypeInt 32 0 21 %uchar = OpTypeInt 8 0
|
D | constant_char_simple.spvasm32 | 17 %uint = OpTypeInt 32 0 21 %uchar = OpTypeInt 8 0
|
D | constant_ushort_simple.spvasm32 | 17 %uint = OpTypeInt 32 0 21 %ushort = OpTypeInt 16 0
|
D | copy_long_simple.spvasm32 | 17 %uint = OpTypeInt 32 0 21 %ulong = OpTypeInt 64 0
|
D | constant_ulong_simple.spvasm32 | 17 %uint = OpTypeInt 32 0 21 %ulong = OpTypeInt 64 0
|
D | constant_short_simple.spvasm32 | 17 %uint = OpTypeInt 32 0 21 %ushort = OpTypeInt 16 0
|
D | undef_short_simple.spvasm32 | 17 %uint = OpTypeInt 32 0 21 %ushort = OpTypeInt 16 0
|
D | copy_ushort_simple.spvasm32 | 17 %uint = OpTypeInt 32 0 21 %ushort = OpTypeInt 16 0
|
D | op_not_long.spvasm32 | 17 %uint = OpTypeInt 32 0 21 %ulong = OpTypeInt 64 0
|
D | constant_uchar_simple.spvasm32 | 17 %uint = OpTypeInt 32 0 21 %uchar = OpTypeInt 8 0
|
D | undef_uchar_simple.spvasm32 | 17 %uint = OpTypeInt 32 0 21 %uchar = OpTypeInt 8 0
|
D | undef_char_simple.spvasm32 | 17 %uint = OpTypeInt 32 0 21 %uchar = OpTypeInt 8 0
|
12345678910>>...26