Enum spirv_headers::CLOp [] [src]

#[repr(u32)]
pub enum CLOp { acos, acosh, acospi, asin, asinh, asinpi, atan, atan2, atanh, atanpi, atan2pi, cbrt, ceil, copysign, cos, cosh, cospi, erfc, erf, exp, exp2, exp10, expm1, fabs, fdim, floor, fma, fmax, fmin, fmod, fract, frexp, hypot, ilogb, ldexp, lgamma, lgamma_r, log, log2, log10, log1p, logb, mad, maxmag, minmag, modf, nan, nextafter, pow, pown, powr, remainder, remquo, rint, rootn, round, rsqrt, sin, sincos, sinh, sinpi, sqrt, tan, tanh, tanpi, tgamma, trunc, half_cos, half_divide, half_exp, half_exp2, half_exp10, half_log, half_log2, half_log10, half_powr, half_recip, half_rsqrt, half_sin, half_sqrt, half_tan, native_cos, native_divide, native_exp, native_exp2, native_exp10, native_log, native_log2, native_log10, native_powr, native_recip, native_rsqrt, native_sin, native_sqrt, native_tan, s_abs, s_abs_diff, s_add_sat, u_add_sat, s_hadd, u_hadd, s_rhadd, u_rhadd, s_clamp, u_clamp, clz, ctz, s_mad_hi, u_mad_sat, s_mad_sat, s_max, u_max, s_min, u_min, s_mul_hi, rotate, s_sub_sat, u_sub_sat, u_upsample, s_upsample, popcount, s_mad24, u_mad24, s_mul24, u_mul24, u_abs, u_abs_diff, u_mul_hi, u_mad_hi, fclamp, degrees, fmax_common, fmin_common, mix, radians, step, smoothstep, sign, cross, distance, length, normalize, fast_distance, fast_length, fast_normalize, bitselect, select, vloadn, vstoren, vload_half, vload_halfn, vstore_half, vstore_half_r, vstore_halfn, vstore_halfn_r, vloada_halfn, vstorea_halfn, vstorea_halfn_r, shuffle, shuffle2, printf, prefetch, }

OpenCL.std extended instruction opcode

Variants

Trait Implementations

impl Clone for CLOp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CLOp
[src]

impl Debug for CLOp
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CLOp
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for CLOp
[src]

impl PartialOrd for CLOp
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

1.0.0
[src]

This method tests less than (for self and other) and is used by the < operator. Read more

1.0.0
[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

1.0.0
[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

1.0.0
[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for CLOp
[src]

[src]

This method returns an Ordering between self and other. Read more

1.22.0
[src]

Compares and returns the maximum of two values. Read more

1.22.0
[src]

Compares and returns the minimum of two values. Read more

impl FromPrimitive for CLOp
[src]

[src]

Convert an i64 to return an optional value of this type. If the type cannot be represented by this value, the None is returned. Read more

[src]

Convert an u64 to return an optional value of this type. If the type cannot be represented by this value, the None is returned. Read more

[src]

Convert an isize to return an optional value of this type. If the value cannot be represented by this value, the None is returned. Read more

[src]

Convert an i8 to return an optional value of this type. If the type cannot be represented by this value, the None is returned. Read more

[src]

Convert an i16 to return an optional value of this type. If the type cannot be represented by this value, the None is returned. Read more

[src]

Convert an i32 to return an optional value of this type. If the type cannot be represented by this value, the None is returned. Read more

[src]

Convert a usize to return an optional value of this type. If the type cannot be represented by this value, the None is returned. Read more

[src]

Convert an u8 to return an optional value of this type. If the type cannot be represented by this value, the None is returned. Read more

[src]

Convert an u16 to return an optional value of this type. If the type cannot be represented by this value, the None is returned. Read more

[src]

Convert an u32 to return an optional value of this type. If the type cannot be represented by this value, the None is returned. Read more

[src]

Convert a f32 to return an optional value of this type. If the type cannot be represented by this value, the None is returned. Read more

[src]

Convert a f64 to return an optional value of this type. If the type cannot be represented by this value, the None is returned. Read more

impl Hash for CLOp
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more