Home
last modified time | relevance | path

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

12345678910>>...26

/external/deqp-deps/glslang/SPIRV/
DSpvPostProcess.cpp70 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/
DSpvPostProcess.cpp70 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/
Dundef_struct_int_char_simple.spvasm6418 %ulong = OpTypeInt 64 0
22 %uint = OpTypeInt 32 0
23 %uchar = OpTypeInt 8 0
Dundef_struct_struct_simple.spvasm6418 %ulong = OpTypeInt 64 0
22 %uint = OpTypeInt 32 0
24 %uchar = OpTypeInt 8 0
Ddecorate_cpacked.spvasm6419 %ulong = OpTypeInt 64 0
23 %uint = OpTypeInt 32 0
24 %uchar = OpTypeInt 8 0
Dconstant_struct_int_char_simple.spvasm6418 %ulong = OpTypeInt 64 0
22 %uint = OpTypeInt 32 0
23 %uchar = OpTypeInt 8 0
Dcopy_struct_int_char_simple.spvasm6418 %ulong = OpTypeInt 64 0
22 %uint = OpTypeInt 32 0
23 %uchar = OpTypeInt 8 0
Dvector_char16_insert.spvasm6420 %ulong = OpTypeInt 64 0
24 %uint = OpTypeInt 32 0
26 %uchar = OpTypeInt 8 0
Dvector_char16_extract.spvasm6420 %ulong = OpTypeInt 64 0
24 %uint = OpTypeInt 32 0
26 %uchar = OpTypeInt 8 0
Dconstant_struct_struct_simple.spvasm6418 %ulong = OpTypeInt 64 0
22 %uint = OpTypeInt 32 0
24 %uchar = OpTypeInt 8 0
Dcomposite_construct_struct.spvasm6418 %ulong = OpTypeInt 64 0
22 %uint = OpTypeInt 32 0
24 %uchar = OpTypeInt 8 0
Dcopy_struct_struct_simple.spvasm6418 %ulong = OpTypeInt 64 0
22 %uint = OpTypeInt 32 0
24 %uchar = OpTypeInt 8 0
Dcopy_short_simple.spvasm3217 %uint = OpTypeInt 32 0
21 %ushort = OpTypeInt 16 0
Dcopy_char_simple.spvasm3217 %uint = OpTypeInt 32 0
21 %uchar = OpTypeInt 8 0
Dconstant_char_simple.spvasm3217 %uint = OpTypeInt 32 0
21 %uchar = OpTypeInt 8 0
Dconstant_ushort_simple.spvasm3217 %uint = OpTypeInt 32 0
21 %ushort = OpTypeInt 16 0
Dcopy_long_simple.spvasm3217 %uint = OpTypeInt 32 0
21 %ulong = OpTypeInt 64 0
Dconstant_ulong_simple.spvasm3217 %uint = OpTypeInt 32 0
21 %ulong = OpTypeInt 64 0
Dconstant_short_simple.spvasm3217 %uint = OpTypeInt 32 0
21 %ushort = OpTypeInt 16 0
Dundef_short_simple.spvasm3217 %uint = OpTypeInt 32 0
21 %ushort = OpTypeInt 16 0
Dcopy_ushort_simple.spvasm3217 %uint = OpTypeInt 32 0
21 %ushort = OpTypeInt 16 0
Dop_not_long.spvasm3217 %uint = OpTypeInt 32 0
21 %ulong = OpTypeInt 64 0
Dconstant_uchar_simple.spvasm3217 %uint = OpTypeInt 32 0
21 %uchar = OpTypeInt 8 0
Dundef_uchar_simple.spvasm3217 %uint = OpTypeInt 32 0
21 %uchar = OpTypeInt 8 0
Dundef_char_simple.spvasm3217 %uint = OpTypeInt 32 0
21 %uchar = OpTypeInt 8 0

12345678910>>...26