Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_conversion.cpp44 !_.IsFloatVectorType(input_type) && in ConversionPass()
74 !_.IsFloatVectorType(input_type) && in ConversionPass()
98 !_.IsFloatVectorType(result_type) && in ConversionPass()
200 !_.IsFloatVectorType(result_type) && in ConversionPass()
208 !_.IsFloatVectorType(input_type) && in ConversionPass()
236 !_.IsFloatVectorType(result_type)) || in ConversionPass()
477 !_.IsFloatVectorType(result_type)) in ConversionPass()
484 !_.IsFloatVectorType(input_type)) in ConversionPass()
Dvalidate_arithmetics.cpp45 !_.IsFloatVectorType(result_type) && in ArithmeticsPass()
140 if (!type_id || !_.IsFloatVectorType(type_id)) in ArithmeticsPass()
166 if (!_.IsFloatVectorType(result_type)) in ArithmeticsPass()
216 if (!_.IsFloatVectorType(result_type)) in ArithmeticsPass()
223 if (!vector_type_id || !_.IsFloatVectorType(vector_type_id)) in ArithmeticsPass()
266 if (!_.IsFloatVectorType(result_type)) in ArithmeticsPass()
288 if (!vector_type_id || !_.IsFloatVectorType(vector_type_id)) in ArithmeticsPass()
391 if (!right_type_id || !_.IsFloatVectorType(right_type_id)) in ArithmeticsPass()
Dvalidate_logicals.cpp61 !_.IsFloatVectorType(operand_type))) in LogicalsPass()
97 !_.IsFloatVectorType(left_operand_type))) in LogicalsPass()
Dvalidate_extensions.cpp1160 if (!_.IsFloatVectorType(v_type) || _.GetDimension(v_type) != 4 || in ValidateExtInst()
1180 if (!_.IsFloatVectorType(v_type) || _.GetDimension(v_type) != 2 || in ValidateExtInst()
1209 if (!_.IsFloatVectorType(result_type) || in ValidateExtInst()
1230 if (!_.IsFloatVectorType(result_type) || in ValidateExtInst()
1335 if (!_.IsFloatVectorType(result_type)) { in ValidateExtInst()
1455 if (!_.IsFloatVectorType(offset_type) || in ValidateExtInst()
1986 if (!_.IsFloatVectorType(result_type)) { in ValidateExtInst()
2195 if (!_.IsFloatVectorType(result_type) && in ValidateExtInst()
2274 if (!_.IsFloatVectorType(data_type) && !_.IsIntVectorType(data_type)) { in ValidateExtInst()
2386 if (!_.IsFloatVectorType(result_type)) { in ValidateExtInst()
[all …]
Dvalidate_image.cpp1170 !_.IsFloatVectorType(actual_result_type)) { in ValidateImageLod()
1335 !_.IsFloatVectorType(actual_result_type)) { in ValidateImageFetch()
1407 !_.IsFloatVectorType(actual_result_type)) { in ValidateImageGather()
1913 if (!_.IsFloatVectorType(result_type)) { in ValidateImageQueryLod()
Dvalidation_state.h563 bool IsFloatVectorType(uint32_t id) const;
Dvalidation_state.cpp743 bool ValidationState_t::IsFloatVectorType(uint32_t id) const { in IsFloatVectorType() function in spvtools::val::ValidationState_t
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_conversion.cpp44 !_.IsFloatVectorType(input_type) && in ConversionPass()
74 !_.IsFloatVectorType(input_type) && in ConversionPass()
98 !_.IsFloatVectorType(result_type) && in ConversionPass()
200 !_.IsFloatVectorType(result_type) && in ConversionPass()
208 !_.IsFloatVectorType(input_type) && in ConversionPass()
236 !_.IsFloatVectorType(result_type)) || in ConversionPass()
477 !_.IsFloatVectorType(result_type)) in ConversionPass()
484 !_.IsFloatVectorType(input_type)) in ConversionPass()
Dvalidate_arithmetics.cpp45 !_.IsFloatVectorType(result_type) && in ArithmeticsPass()
140 if (!type_id || !_.IsFloatVectorType(type_id)) in ArithmeticsPass()
166 if (!_.IsFloatVectorType(result_type)) in ArithmeticsPass()
216 if (!_.IsFloatVectorType(result_type)) in ArithmeticsPass()
223 if (!vector_type_id || !_.IsFloatVectorType(vector_type_id)) in ArithmeticsPass()
266 if (!_.IsFloatVectorType(result_type)) in ArithmeticsPass()
288 if (!vector_type_id || !_.IsFloatVectorType(vector_type_id)) in ArithmeticsPass()
391 if (!right_type_id || !_.IsFloatVectorType(right_type_id)) in ArithmeticsPass()
Dvalidate_logicals.cpp61 !_.IsFloatVectorType(operand_type))) in LogicalsPass()
97 !_.IsFloatVectorType(left_operand_type))) in LogicalsPass()
Dvalidate_extensions.cpp1160 if (!_.IsFloatVectorType(v_type) || _.GetDimension(v_type) != 4 || in ValidateExtInst()
1180 if (!_.IsFloatVectorType(v_type) || _.GetDimension(v_type) != 2 || in ValidateExtInst()
1209 if (!_.IsFloatVectorType(result_type) || in ValidateExtInst()
1230 if (!_.IsFloatVectorType(result_type) || in ValidateExtInst()
1335 if (!_.IsFloatVectorType(result_type)) { in ValidateExtInst()
1455 if (!_.IsFloatVectorType(offset_type) || in ValidateExtInst()
1986 if (!_.IsFloatVectorType(result_type)) { in ValidateExtInst()
2195 if (!_.IsFloatVectorType(result_type) && in ValidateExtInst()
2274 if (!_.IsFloatVectorType(data_type) && !_.IsIntVectorType(data_type)) { in ValidateExtInst()
2386 if (!_.IsFloatVectorType(result_type)) { in ValidateExtInst()
[all …]
Dvalidate_image.cpp1170 !_.IsFloatVectorType(actual_result_type)) { in ValidateImageLod()
1335 !_.IsFloatVectorType(actual_result_type)) { in ValidateImageFetch()
1407 !_.IsFloatVectorType(actual_result_type)) { in ValidateImageGather()
1913 if (!_.IsFloatVectorType(result_type)) { in ValidateImageQueryLod()
Dvalidation_state.h563 bool IsFloatVectorType(uint32_t id) const;
Dvalidation_state.cpp743 bool ValidationState_t::IsFloatVectorType(uint32_t id) const { in IsFloatVectorType() function in spvtools::val::ValidationState_t
Dvalidate_builtins.cpp939 if (!_.IsFloatVectorType(underlying_type)) { in ValidateF32VecHelper()
/third_party/spirv-tools/source/val/
Dvalidate_conversion.cpp43 !_.IsFloatVectorType(input_type) && in ConversionPass()
73 !_.IsFloatVectorType(input_type) && in ConversionPass()
97 !_.IsFloatVectorType(result_type) && in ConversionPass()
199 !_.IsFloatVectorType(result_type) && in ConversionPass()
207 !_.IsFloatVectorType(input_type) && in ConversionPass()
235 !_.IsFloatVectorType(result_type)) || in ConversionPass()
482 !_.IsFloatVectorType(result_type)) in ConversionPass()
489 !_.IsFloatVectorType(input_type)) in ConversionPass()
Dvalidate_ray_query.cpp98 if (!_.IsFloatVectorType(ray_origin) || _.GetDimension(ray_origin) != 3 || in RayQueryPass()
111 if (!_.IsFloatVectorType(ray_direction) || in RayQueryPass()
206 if (!_.IsFloatVectorType(result_type) || in RayQueryPass()
226 if (!_.IsFloatVectorType(result_type) || in RayQueryPass()
Dvalidate_arithmetics.cpp44 !_.IsFloatVectorType(result_type) && in ArithmeticsPass()
187 if (!type_id || !_.IsFloatVectorType(type_id)) in ArithmeticsPass()
213 if (!_.IsFloatVectorType(result_type)) in ArithmeticsPass()
263 if (!_.IsFloatVectorType(result_type)) in ArithmeticsPass()
270 if (!vector_type_id || !_.IsFloatVectorType(vector_type_id)) in ArithmeticsPass()
313 if (!_.IsFloatVectorType(result_type)) in ArithmeticsPass()
335 if (!vector_type_id || !_.IsFloatVectorType(vector_type_id)) in ArithmeticsPass()
438 if (!right_type_id || !_.IsFloatVectorType(right_type_id)) in ArithmeticsPass()
Dvalidate_ray_tracing_reorder.cpp166 if (!_.IsFloatVectorType(ray_origin_id) || in ValidateHitObjectInstructionCommonParameters()
185 if (!_.IsFloatVectorType(ray_direction_id) || in ValidateHitObjectInstructionCommonParameters()
372 if (!_.IsFloatVectorType(result_type) || in RayReorderNVPass()
434 if (!_.IsFloatVectorType(ray_origin) || _.GetDimension(ray_origin) != 3 || in RayReorderNVPass()
447 if (!_.IsFloatVectorType(ray_direction) || in RayReorderNVPass()
Dvalidate_ray_tracing.cpp85 if (!_.IsFloatVectorType(ray_origin) || _.GetDimension(ray_origin) != 3 || in RayTracingPass()
98 if (!_.IsFloatVectorType(ray_direction) || in RayTracingPass()
Dvalidate_logicals.cpp59 !_.IsFloatVectorType(operand_type))) in LogicalsPass()
95 !_.IsFloatVectorType(left_operand_type))) in LogicalsPass()
Dvalidate_extensions.cpp1489 if (!_.IsFloatVectorType(v_type) || _.GetDimension(v_type) != 4 || in ValidateExtInst()
1509 if (!_.IsFloatVectorType(v_type) || _.GetDimension(v_type) != 2 || in ValidateExtInst()
1538 if (!_.IsFloatVectorType(result_type) || in ValidateExtInst()
1559 if (!_.IsFloatVectorType(result_type) || in ValidateExtInst()
1664 if (!_.IsFloatVectorType(result_type)) { in ValidateExtInst()
1784 if (!_.IsFloatVectorType(offset_type) || in ValidateExtInst()
2315 if (!_.IsFloatVectorType(result_type)) { in ValidateExtInst()
2524 if (!_.IsFloatVectorType(result_type) && in ValidateExtInst()
2603 if (!_.IsFloatVectorType(data_type) && !_.IsIntVectorType(data_type)) { in ValidateExtInst()
2715 if (!_.IsFloatVectorType(result_type)) { in ValidateExtInst()
[all …]
Dvalidate_image.cpp1235 !_.IsFloatVectorType(actual_result_type)) { in ValidateImageLod()
1421 !_.IsFloatVectorType(actual_result_type)) { in ValidateImageFetch()
1493 !_.IsFloatVectorType(actual_result_type)) { in ValidateImageGather()
2013 if (!_.IsFloatVectorType(result_type)) { in ValidateImageQueryLod()
Dvalidation_state.h604 bool IsFloatVectorType(uint32_t id) const;
Dvalidation_state.cpp944 bool ValidationState_t::IsFloatVectorType(uint32_t id) const { in IsFloatVectorType() function in spvtools::val::ValidationState_t

12