| /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
|
| /third_party/spirv-tools/source/val/ |
| D | validate_bitwise.cpp | 31 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()
|
| D | validate_conversion.cpp | 65 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 …]
|
| D | validate_logicals.cpp | 255 (!_.IsIntScalarType(left_type) && !_.IsIntVectorType(left_type))) in LogicalsPass() 266 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass()
|
| D | validate_arithmetics.cpp | 120 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()
|
| D | validate_extensions.cpp | 1527 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()
|
| D | validate_image.cpp | 508 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()
|
| D | validation_state.h | 608 bool IsIntVectorType(uint32_t id) const;
|
| D | validate_ray_tracing_reorder.cpp | 293 if (!_.IsIntVectorType(result_type) || in RayReorderNVPass()
|
| D | validation_state.cpp | 979 bool ValidationState_t::IsIntVectorType(uint32_t id) const { in IsIntVectorType() function in spvtools::val::ValidationState_t
|