/external/stressapptest/src/ |
D | main.cc | 21 Sat *sat = SatFactory(); in main() local
|
/external/clang/test/CodeGen/ |
D | struct-matching-constraint.c | 6 void b(uint16x8_t sat, uint16x8_t luma) in b()
|
/external/llvm-project/clang/test/CodeGen/ |
D | struct-matching-constraint.c | 6 void b(uint16x8_t sat, uint16x8_t luma) in b()
|
/external/OpenCL-CTS/test_conformance/conversions/ |
D | fplib.cpp | 38 float qcom_s64_2_f32(int64_t data, bool sat, roundingMode rnd) in qcom_s64_2_f32() 157 float qcom_u64_2_f32(uint64_t data, bool sat, roundingMode rnd) in qcom_u64_2_f32()
|
D | test_conversions.cpp | 157 SaturationMode sat; in test_conversions() local 529 static int GetTestCase( const char *name, Type *outType, Type *inType, SaturationMode *sat, Roundin… in GetTestCase() 842 SaturationMode sat; member 992 static int DoTest( cl_device_id device, Type outType, Type inType, SaturationMode sat, RoundingMode… in DoTest() 1554 static cl_program MakeProgram( Type outType, Type inType, SaturationMode sat, RoundingMode round,… in MakeProgram()
|
D | basic_test_conversions.cpp | 1519 void init_uchar( void *out, SaturationMode UNUSED sat, RoundingMode UNUSED round, Type UNUSED destT… in init_uchar() 1528 void init_char( void *out, SaturationMode UNUSED sat, RoundingMode UNUSED round, Type UNUSED destTy… in init_char() 1537 void init_ushort( void *out, SaturationMode UNUSED sat, RoundingMode UNUSED round, Type UNUSED dest… in init_ushort() 1546 void init_short( void *out, SaturationMode UNUSED sat, RoundingMode UNUSED round, UNUSED Type destT… in init_short() 1555 void init_uint( void *out, SaturationMode UNUSED sat, RoundingMode UNUSED round, Type UNUSED destTy… in init_uint() 1601 void init_int( void *out, SaturationMode UNUSED sat, RoundingMode UNUSED round, Type UNUSED destTyp… in init_int() 1649 void init_float( void *out, SaturationMode sat, RoundingMode round, Type destType, uint64_t start, … in init_float() 1743 void init_double( void *out, SaturationMode sat, RoundingMode round, Type destType, uint64_t start,… in init_double() 1776 void init_ulong( void *out, SaturationMode UNUSED sat, RoundingMode UNUSED round, Type UNUSED destT… in init_ulong() 1822 void init_long( void *out, SaturationMode sat, RoundingMode round, Type destType, uint64_t start, i… in init_long()
|
/external/OpenCL-CTS/test_common/harness/ |
D | conversions.cpp | 222 #define DOWN_CAST_CASE(inType, outEnum, outType, sat) \ argument 245 #define U_DOWN_CAST_CASE(inType, outEnum, outType, sat) \ argument 283 #define FLOAT_ROUND_CASE(outEnum, outType, rounding, sat) \ argument 335 #define DOUBLE_ROUND_CASE(outEnum, outType, rounding, sat) \ argument
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | blend.h | 114 simdscalar sat = _simd_min_ps(src.w, _simd_sub_ps(_simd_set1_ps(1.0), dst.w)); in GenerateBlendFactor() local
|
/external/llvm-project/libclc/generic/lib/ |
D | gen_convert.py | 338 def generate_float_conversion(src, dst, size, mode, sat): argument
|
/external/skia/src/effects/ |
D | SkColorMatrix.cpp | 90 void SkColorMatrix::setSaturation(float sat) { in setSaturation()
|
/external/dng_sdk/source/ |
D | dng_camera_profile.cpp | 380 for (uint32 sat = 0; sat < sats; sat++) in FingerprintHueSatMap() local 881 for (uint32 sat = skipSat0 ? 1 : 0; sat < sats; sat++) in ReadHueSatMap() local
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_fragshader.c | 273 GLuint sat = inst->DstReg[optype].dstMod & GL_SATURATE_BIT_ATI; in r200UpdateFSArith() local
|
/external/skqp/src/effects/ |
D | SkColorMatrix.cpp | 148 void SkColorMatrix::setSaturation(SkScalar sat) { in setSaturation()
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.h | 686 void SetSatFlag(int index, Saturation sat) { in SetSatFlag() 695 Saturation sat = GetSignedSaturation(i); in SignedSaturate() local 707 Saturation sat = GetUnsignedSaturation(i); in UnsignedSaturate() local
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_asm.h | 96 unsigned sat:1; /* saturate result between 0..1 */ member
|
D | etnaviv_disasm.c | 43 uint32_t sat : 1; member
|
/external/skqp/gm/ |
D | hsl.cpp | 41 static float sat(float r, float g, float b) { return max(r,g,b) - min(r,g,b); } in sat() function
|
/external/skia/gm/ |
D | hsl.cpp | 49 static float sat(float r, float g, float b) { return max(r,g,b) - min(r,g,b); } in sat() function
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_shader.h | 439 uint8_t sat : 1; member 450 nvfx_insn(bool sat, unsigned op, int unit, struct nvfx_reg dst, unsigned mask, struct nvfx_src s0, … in nvfx_insn()
|
D | nvfx_vertprog.c | 470 bool sat = false; in nvfx_vertprog_parse_instruction() local
|
D | nvfx_fragprog.c | 453 int mask, sat, unit = 0; in nvfx_fragprog_parse_instruction() local
|
/external/ImageMagick/coders/ |
D | sixel.c | 173 static int hls_to_rgb(int hue, int lum, int sat) in hls_to_rgb()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 1026 const int sat = (i->op == OP_TXF) ? 1 : 0; in handleTEX() local 1094 int sat = (i->op == OP_TXF) ? 1 : 0; in handleTEX() local
|
/external/skqp/bench/ |
D | MathBench.cpp | 613 Floor2IntBench(bool sat) : fSat(sat) { in Floor2IntBench()
|
/external/skia/bench/ |
D | MathBench.cpp | 675 Floor2IntBench(bool sat) : fSat(sat) { in Floor2IntBench()
|