HomeSort by relevance Sort by last modified time
    Searched defs:Saturate (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/numerics/
saturated_arithmetic_arm.h 56 // the fixed point number, and saturate our input to that
57 enum { Saturate = 32 - fractional_shift };
61 // The following ARM code will Saturate the passed value to the number of
69 asm("ssat %[output],%[saturate],%[value]\n\t"
72 : [value] "r"(value), [saturate] "n"(Saturate),
80 // Here we are being passed an unsigned value to saturate,
85 enum { Saturate = 31 - fractional_shift };
87 // The following ARM code will Saturate the passed value to the number of
97 asm("usat %[output],%[saturate],%[value]\n\t
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_pair.h 78 unsigned int Saturate:1;
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.h 70 * and adding a Saturate flag. It's easier to push saturate into the
81 unsigned Saturate : 1; /* BOOL */
603 boolean saturate,
741 dst.Saturate, \
766 dst.Saturate, \
792 dst.Saturate, \
820 dst.Saturate, \
849 dst.Saturate, \
    [all...]
  /external/mesa3d/src/mesa/program/
prog_instruction.h 228 * Saturate each value of the vectored result to the range [0,1].
233 GLuint Saturate:1;
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 620 * Saturate controls how are final results in destination registers modified.
628 unsigned Saturate : 1; /* BOOL */

Completed in 453 milliseconds