/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_bitwise.cpp | 36 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()
|
D | validate_conversion.cpp | 66 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 …]
|
D | validate_logicals.cpp | 248 (!_.IsIntScalarType(left_type) && !_.IsIntVectorType(left_type))) in LogicalsPass() 259 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass()
|
D | validate_arithmetics.cpp | 93 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()
|
D | validate_extensions.cpp | 1198 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()
|
D | validate_image.cpp | 500 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()
|
D | validation_state.h | 567 bool IsIntVectorType(uint32_t id) const;
|
D | validation_state.cpp | 778 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/ |
D | validate_bitwise.cpp | 36 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()
|
D | validate_conversion.cpp | 66 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 …]
|
D | validate_logicals.cpp | 248 (!_.IsIntScalarType(left_type) && !_.IsIntVectorType(left_type))) in LogicalsPass() 259 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass()
|
D | validate_arithmetics.cpp | 93 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()
|
D | validate_extensions.cpp | 1198 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()
|
D | validate_image.cpp | 500 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()
|
D | validation_state.h | 567 bool IsIntVectorType(uint32_t id) const;
|
D | validation_state.cpp | 778 bool ValidationState_t::IsIntVectorType(uint32_t id) const { in IsIntVectorType() function in spvtools::val::ValidationState_t
|
D | validate_builtins.cpp | 878 if (!_.IsIntVectorType(underlying_type)) { in ValidateI32Vec()
|
/third_party/spirv-tools/source/val/ |
D | validate_bitwise.cpp | 32 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()
|
D | validate_conversion.cpp | 66 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 …]
|
D | validate_logicals.cpp | 257 (!_.IsIntScalarType(left_type) && !_.IsIntVectorType(left_type))) in LogicalsPass() 268 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass()
|
D | validate_arithmetics.cpp | 93 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()
|
D | validate_extensions.cpp | 1227 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()
|
D | validate_image.cpp | 503 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()
|
D | validation_state.h | 600 bool IsIntVectorType(uint32_t id) const;
|
D | validation_state.cpp | 938 bool ValidationState_t::IsIntVectorType(uint32_t id) const { in IsIntVectorType() function in spvtools::val::ValidationState_t
|