Home
last modified time | relevance | path

Searched refs:IsUnsignedIntScalarType (Results 1 – 19 of 19) sorted by relevance

/third_party/spirv-tools/source/val/
Dvalidate_mesh_shading.cpp43 if (!_.IsUnsignedIntScalarType(group_count_x) || in MeshShadingPass()
50 if (!_.IsUnsignedIntScalarType(group_count_y) || in MeshShadingPass()
57 if (!_.IsUnsignedIntScalarType(group_count_z) || in MeshShadingPass()
94 if (!_.IsUnsignedIntScalarType(vertex_count) || in MeshShadingPass()
101 if (!_.IsUnsignedIntScalarType(primitive_count) || in MeshShadingPass()
Dvalidate_non_uniform.cpp37 if (!_.IsUnsignedIntScalarType(result_type)) { in ValidateGroupNonUniformBallotBitCount()
85 if (!_.IsUnsignedIntScalarType(delta_type)) { in ValidateGroupNonUniformRotateKHR()
94 if (!_.IsUnsignedIntScalarType(cluster_size_type)) { in ValidateGroupNonUniformRotateKHR()
Dvalidate_ray_tracing.cpp153 if (!_.IsUnsignedIntScalarType(hit_kind) || in RayTracingPass()
180 if (!_.IsUnsignedIntScalarType(sbt_index) || in RayTracingPass()
Dvalidate_conversion.cpp35 if (!_.IsUnsignedIntScalarType(result_type) && in ConversionPass()
128 if (!_.IsUnsignedIntScalarType(result_type) && in ConversionPass()
251 if (!_.IsUnsignedIntScalarType(result_type)) in ConversionPass()
Dvalidate_arithmetics.cpp65 if (!_.IsUnsignedIntScalarType(result_type) && in ArithmeticsPass()
433 if (!_.IsUnsignedIntScalarType(result_types[0]) && in ArithmeticsPass()
Dvalidation_state.cpp968 bool ValidationState_t::IsUnsignedIntScalarType(uint32_t id) const { in IsUnsignedIntScalarType() function in spvtools::val::ValidationState_t
980 return IsUnsignedIntScalarType(GetComponentType(id)); in IsUnsignedIntVectorType()
1136 return IsUnsignedIntScalarType(FindDef(id)->word(2)); in IsUnsignedIntCooperativeMatrixType()
1141 return ((IsUnsignedIntScalarType(id) && GetBitWidth(id) == 64) || in IsUnsigned64BitHandle()
Dvalidation_state.h602 bool IsUnsignedIntScalarType(uint32_t id) const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_non_uniform.cpp37 if (!_.IsUnsignedIntScalarType(result_type)) { in ValidateGroupNonUniformBallotBitCount()
Dvalidate_conversion.cpp35 if (!_.IsUnsignedIntScalarType(result_type) && in ConversionPass()
128 if (!_.IsUnsignedIntScalarType(result_type) && in ConversionPass()
251 if (!_.IsUnsignedIntScalarType(result_type)) in ConversionPass()
Dvalidate_misc.cpp62 if (!(_.IsUnsignedIntScalarType(result_type) && in ValidateShaderClock()
Dvalidate_arithmetics.cpp65 if (!_.IsUnsignedIntScalarType(result_type) && in ArithmeticsPass()
433 if (!_.IsUnsignedIntScalarType(result_types[0]) && in ArithmeticsPass()
Dvalidation_state.cpp808 bool ValidationState_t::IsUnsignedIntScalarType(uint32_t id) const { in IsUnsignedIntScalarType() function in spvtools::val::ValidationState_t
820 return IsUnsignedIntScalarType(GetComponentType(id)); in IsUnsignedIntVectorType()
971 return IsUnsignedIntScalarType(FindDef(id)->word(2)); in IsUnsignedIntCooperativeMatrixType()
Dvalidation_state.h569 bool IsUnsignedIntScalarType(uint32_t id) const;
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_non_uniform.cpp37 if (!_.IsUnsignedIntScalarType(result_type)) { in ValidateGroupNonUniformBallotBitCount()
Dvalidate_conversion.cpp35 if (!_.IsUnsignedIntScalarType(result_type) && in ConversionPass()
128 if (!_.IsUnsignedIntScalarType(result_type) && in ConversionPass()
251 if (!_.IsUnsignedIntScalarType(result_type)) in ConversionPass()
Dvalidate_misc.cpp62 if (!(_.IsUnsignedIntScalarType(result_type) && in ValidateShaderClock()
Dvalidate_arithmetics.cpp65 if (!_.IsUnsignedIntScalarType(result_type) && in ArithmeticsPass()
433 if (!_.IsUnsignedIntScalarType(result_types[0]) && in ArithmeticsPass()
Dvalidation_state.cpp808 bool ValidationState_t::IsUnsignedIntScalarType(uint32_t id) const { in IsUnsignedIntScalarType() function in spvtools::val::ValidationState_t
820 return IsUnsignedIntScalarType(GetComponentType(id)); in IsUnsignedIntVectorType()
971 return IsUnsignedIntScalarType(FindDef(id)->word(2)); in IsUnsignedIntCooperativeMatrixType()
Dvalidation_state.h569 bool IsUnsignedIntScalarType(uint32_t id) const;