Home
last modified time | relevance | path

Searched refs:IsIntVectorType (Results 1 – 25 of 28) 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
/third_party/spirv-tools/source/val/
Dvalidate_bitwise.cpp31 if (!_.IsIntScalarType(base_type) && !_.IsIntVectorType(base_type)) { in ValidateBaseType()
67 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in BitwisePass()
77 (!_.IsIntScalarType(base_type) && !_.IsIntVectorType(base_type))) in BitwisePass()
93 (!_.IsIntScalarType(shift_type) && !_.IsIntVectorType(shift_type))) in BitwisePass()
109 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in BitwisePass()
121 (!_.IsIntScalarType(type_id) && !_.IsIntVectorType(type_id))) in BitwisePass()
202 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type)) in BitwisePass()
Dvalidate_conversion.cpp65 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type) && in ConversionPass()
105 (!_.IsIntScalarType(input_type) && !_.IsIntVectorType(input_type) && in ConversionPass()
136 (!_.IsIntScalarType(input_type) && !_.IsIntVectorType(input_type) && in ConversionPass()
163 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type) && in ConversionPass()
171 (!_.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()
480 !_.IsIntVectorType(result_type) && in ConversionPass()
488 !_.IsIntVectorType(input_type) && !_.IsFloatScalarType(input_type) && in ConversionPass()
507 const bool result_is_int_vector = _.IsIntVectorType(result_type); in ConversionPass()
[all …]
Dvalidate_logicals.cpp255 (!_.IsIntScalarType(left_type) && !_.IsIntVectorType(left_type))) in LogicalsPass()
266 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass()
Dvalidate_arithmetics.cpp120 if (!_.IsIntScalarType(result_type) && !_.IsIntVectorType(result_type) && in ArithmeticsPass()
150 (!_.IsIntScalarType(type_id) && !_.IsIntVectorType(type_id) && in ArithmeticsPass()
474 !_.IsIntVectorType(result_types[0])) in ArithmeticsPass()
Dvalidate_extensions.cpp1527 if (!_.IsIntVectorType(v_type) || _.GetDimension(v_type) != 2 || in ValidateExtInst()
1578 if (!_.IsIntVectorType(result_type) || in ValidateExtInst()
2525 !_.IsIntVectorType(result_type)) { in ValidateExtInst()
2603 if (!_.IsFloatVectorType(data_type) && !_.IsIntVectorType(data_type)) { in ValidateExtInst()
2872 !_.IsIntVectorType(result_type)) { in ValidateExtInst()
2901 if (!_.IsFloatVectorType(x_type) && !_.IsIntVectorType(x_type)) { in ValidateExtInst()
2924 if (!_.IsIntVectorType(shuffle_mask_type)) { in ValidateExtInst()
Dvalidate_image.cpp508 if (!_.IsIntVectorType(component_type) || in ValidateImageOperands()
1234 if (!_.IsIntVectorType(actual_result_type) && in ValidateImageLod()
1420 if (!_.IsIntVectorType(actual_result_type) && in ValidateImageFetch()
1492 if (!_.IsIntVectorType(actual_result_type) && in ValidateImageGather()
Dvalidation_state.h608 bool IsIntVectorType(uint32_t id) const;
Dvalidate_ray_tracing_reorder.cpp293 if (!_.IsIntVectorType(result_type) || in RayReorderNVPass()
Dvalidation_state.cpp979 bool ValidationState_t::IsIntVectorType(uint32_t id) const { in IsIntVectorType() function in spvtools::val::ValidationState_t

12