Home
last modified time | relevance | path

Searched refs:IsIntVectorType (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_bitwise.cpp36 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in BitwisePass()
46 (!_.IsIntScalarType(base_type) && !_.IsIntVectorType(base_type))) in BitwisePass()
62 (!_.IsIntScalarType(shift_type) && !_.IsIntVectorType(shift_type))) in BitwisePass()
78 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in BitwisePass()
90 (!_.IsIntScalarType(type_id) && !_.IsIntVectorType(type_id))) in BitwisePass()
112 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in BitwisePass()
146 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in BitwisePass()
173 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in BitwisePass()
188 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in BitwisePass()
195 (!_.IsIntScalarType(base_type) && !_.IsIntVectorType(base_type))) in BitwisePass()
Dvalidate_conversion.cpp66 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type) && in ConversionPass()
106 (!_.IsIntScalarType(input_type) && !_.IsIntVectorType(input_type) && in ConversionPass()
137 (!_.IsIntScalarType(input_type) && !_.IsIntVectorType(input_type) && in ConversionPass()
164 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type) && in ConversionPass()
172 (!_.IsIntScalarType(input_type) && !_.IsIntVectorType(input_type) && in ConversionPass()
291 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in ConversionPass()
298 (!_.IsIntScalarType(input_type) && !_.IsIntVectorType(input_type))) in ConversionPass()
475 !_.IsIntVectorType(result_type) && in ConversionPass()
483 !_.IsIntVectorType(input_type) && !_.IsFloatScalarType(input_type) && in ConversionPass()
491 const bool result_is_int_vector = _.IsIntVectorType(result_type); in ConversionPass()
[all …]
Dvalidate_logicals.cpp248 (!_.IsIntScalarType(left_type) && !_.IsIntVectorType(left_type))) in LogicalsPass()
259 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass()
Dvalidate_arithmetics.cpp93 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type) && in ArithmeticsPass()
106 (!_.IsIntScalarType(type_id) && !_.IsIntVectorType(type_id) && in ArithmeticsPass()
427 !_.IsIntVectorType(result_types[0])) in ArithmeticsPass()
Dvalidate_extensions.cpp1198 if (!_.IsIntVectorType(v_type) || _.GetDimension(v_type) != 2 || in ValidateExtInst()
1249 if (!_.IsIntVectorType(result_type) || in ValidateExtInst()
2196 !_.IsIntVectorType(result_type)) { in ValidateExtInst()
2274 if (!_.IsFloatVectorType(data_type) && !_.IsIntVectorType(data_type)) { in ValidateExtInst()
2543 !_.IsIntVectorType(result_type)) { in ValidateExtInst()
2572 if (!_.IsFloatVectorType(x_type) && !_.IsIntVectorType(x_type)) { in ValidateExtInst()
2595 if (!_.IsIntVectorType(shuffle_mask_type)) { in ValidateExtInst()
Dvalidate_image.cpp500 if (!_.IsIntVectorType(component_type) || in ValidateImageOperands()
1169 if (!_.IsIntVectorType(actual_result_type) && in ValidateImageLod()
1334 if (!_.IsIntVectorType(actual_result_type) && in ValidateImageFetch()
1406 if (!_.IsIntVectorType(actual_result_type) && in ValidateImageGather()
Dvalidation_state.h567 bool IsIntVectorType(uint32_t id) const;
Dvalidation_state.cpp778 bool ValidationState_t::IsIntVectorType(uint32_t id) const { in IsIntVectorType() function in spvtools::val::ValidationState_t
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_bitwise.cpp36 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in BitwisePass()
46 (!_.IsIntScalarType(base_type) && !_.IsIntVectorType(base_type))) in BitwisePass()
62 (!_.IsIntScalarType(shift_type) && !_.IsIntVectorType(shift_type))) in BitwisePass()
78 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in BitwisePass()
90 (!_.IsIntScalarType(type_id) && !_.IsIntVectorType(type_id))) in BitwisePass()
112 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in BitwisePass()
146 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in BitwisePass()
173 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in BitwisePass()
188 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in BitwisePass()
195 (!_.IsIntScalarType(base_type) && !_.IsIntVectorType(base_type))) in BitwisePass()
Dvalidate_conversion.cpp66 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type) && in ConversionPass()
106 (!_.IsIntScalarType(input_type) && !_.IsIntVectorType(input_type) && in ConversionPass()
137 (!_.IsIntScalarType(input_type) && !_.IsIntVectorType(input_type) && in ConversionPass()
164 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type) && in ConversionPass()
172 (!_.IsIntScalarType(input_type) && !_.IsIntVectorType(input_type) && in ConversionPass()
291 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in ConversionPass()
298 (!_.IsIntScalarType(input_type) && !_.IsIntVectorType(input_type))) in ConversionPass()
475 !_.IsIntVectorType(result_type) && in ConversionPass()
483 !_.IsIntVectorType(input_type) && !_.IsFloatScalarType(input_type) && in ConversionPass()
491 const bool result_is_int_vector = _.IsIntVectorType(result_type); in ConversionPass()
[all …]
Dvalidate_logicals.cpp248 (!_.IsIntScalarType(left_type) && !_.IsIntVectorType(left_type))) in LogicalsPass()
259 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass()
Dvalidate_arithmetics.cpp93 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type) && in ArithmeticsPass()
106 (!_.IsIntScalarType(type_id) && !_.IsIntVectorType(type_id) && in ArithmeticsPass()
427 !_.IsIntVectorType(result_types[0])) in ArithmeticsPass()
Dvalidate_extensions.cpp1198 if (!_.IsIntVectorType(v_type) || _.GetDimension(v_type) != 2 || in ValidateExtInst()
1249 if (!_.IsIntVectorType(result_type) || in ValidateExtInst()
2196 !_.IsIntVectorType(result_type)) { in ValidateExtInst()
2274 if (!_.IsFloatVectorType(data_type) && !_.IsIntVectorType(data_type)) { in ValidateExtInst()
2543 !_.IsIntVectorType(result_type)) { in ValidateExtInst()
2572 if (!_.IsFloatVectorType(x_type) && !_.IsIntVectorType(x_type)) { in ValidateExtInst()
2595 if (!_.IsIntVectorType(shuffle_mask_type)) { in ValidateExtInst()
Dvalidate_image.cpp500 if (!_.IsIntVectorType(component_type) || in ValidateImageOperands()
1169 if (!_.IsIntVectorType(actual_result_type) && in ValidateImageLod()
1334 if (!_.IsIntVectorType(actual_result_type) && in ValidateImageFetch()
1406 if (!_.IsIntVectorType(actual_result_type) && in ValidateImageGather()
Dvalidation_state.h567 bool IsIntVectorType(uint32_t id) const;
Dvalidation_state.cpp778 bool ValidationState_t::IsIntVectorType(uint32_t id) const { in IsIntVectorType() function in spvtools::val::ValidationState_t
Dvalidate_builtins.cpp878 if (!_.IsIntVectorType(underlying_type)) { in ValidateI32Vec()
/third_party/spirv-tools/source/val/
Dvalidate_bitwise.cpp32 if (!_.IsIntScalarType(base_type) && !_.IsIntVectorType(base_type)) { in ValidateBaseType()
68 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in BitwisePass()
78 (!_.IsIntScalarType(base_type) && !_.IsIntVectorType(base_type))) in BitwisePass()
94 (!_.IsIntScalarType(shift_type) && !_.IsIntVectorType(shift_type))) in BitwisePass()
110 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in BitwisePass()
122 (!_.IsIntScalarType(type_id) && !_.IsIntVectorType(type_id))) in BitwisePass()
203 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in BitwisePass()
Dvalidate_conversion.cpp66 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type) && in ConversionPass()
106 (!_.IsIntScalarType(input_type) && !_.IsIntVectorType(input_type) && in ConversionPass()
137 (!_.IsIntScalarType(input_type) && !_.IsIntVectorType(input_type) && in ConversionPass()
164 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type) && in ConversionPass()
172 (!_.IsIntScalarType(input_type) && !_.IsIntVectorType(input_type) && in ConversionPass()
291 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in ConversionPass()
298 (!_.IsIntScalarType(input_type) && !_.IsIntVectorType(input_type))) in ConversionPass()
475 !_.IsIntVectorType(result_type) && in ConversionPass()
483 !_.IsIntVectorType(input_type) && !_.IsFloatScalarType(input_type) && in ConversionPass()
491 const bool result_is_int_vector = _.IsIntVectorType(result_type); in ConversionPass()
[all …]
Dvalidate_logicals.cpp257 (!_.IsIntScalarType(left_type) && !_.IsIntVectorType(left_type))) in LogicalsPass()
268 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass()
Dvalidate_arithmetics.cpp93 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type) && in ArithmeticsPass()
106 (!_.IsIntScalarType(type_id) && !_.IsIntVectorType(type_id) && in ArithmeticsPass()
427 !_.IsIntVectorType(result_types[0])) in ArithmeticsPass()
Dvalidate_extensions.cpp1227 if (!_.IsIntVectorType(v_type) || _.GetDimension(v_type) != 2 || in ValidateExtInst()
1278 if (!_.IsIntVectorType(result_type) || in ValidateExtInst()
2225 !_.IsIntVectorType(result_type)) { in ValidateExtInst()
2303 if (!_.IsFloatVectorType(data_type) && !_.IsIntVectorType(data_type)) { in ValidateExtInst()
2572 !_.IsIntVectorType(result_type)) { in ValidateExtInst()
2601 if (!_.IsFloatVectorType(x_type) && !_.IsIntVectorType(x_type)) { in ValidateExtInst()
2624 if (!_.IsIntVectorType(shuffle_mask_type)) { in ValidateExtInst()
Dvalidate_image.cpp503 if (!_.IsIntVectorType(component_type) || in ValidateImageOperands()
1182 if (!_.IsIntVectorType(actual_result_type) && in ValidateImageLod()
1368 if (!_.IsIntVectorType(actual_result_type) && in ValidateImageFetch()
1440 if (!_.IsIntVectorType(actual_result_type) && in ValidateImageGather()
Dvalidation_state.h600 bool IsIntVectorType(uint32_t id) const;
Dvalidation_state.cpp938 bool ValidationState_t::IsIntVectorType(uint32_t id) const { in IsIntVectorType() function in spvtools::val::ValidationState_t

12