Home
last modified time | relevance | path

Searched defs:saturate (Results 1 - 25 of 42) sorted by relevance

12

/third_party/skia/docs/examples/
H A Dcolor_filter_vs_colorFilterImageFilter_saveLayer.cpp5 sk_sp<SkColorFilter> saturate() { in REG_FIDDLE() function
/third_party/libsnd/src/GSM610/
H A Dadd.c16 #define saturate(x) \ macro
/third_party/mesa3d/src/mesa/program/
H A Dprogramopt.c247 _mesa_append_fog_code(struct gl_context *ctx, struct gl_program *fprog, GLenum fog_mode, GLboolean saturate) _mesa_append_fog_code() argument
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c126 static unsigned translate_saturate(unsigned saturate) in translate_saturate() argument
/third_party/typescript/tests/baselines/reference/
H A DjsFunctionWithPrototypeNoErrorTruncationNoCrash.js
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_ir.h172 bool saturate:1; member
H A Dbrw_ir_vec4.h405 set_saturate(bool saturate, vec4_instruction *inst) in set_saturate() argument
H A Dbrw_fs_copy_propagation.cpp54 bool saturate; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c126 etna_emit_alu(struct etna_compile *c, nir_op op, struct etna_inst_dst dst, struct etna_inst_src src[3], bool saturate) etna_emit_alu() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_colortemperature.c52 static float saturate(float input) in saturate() function
/third_party/alsa-lib/test/
H A Dmixtest.c102 void saturate(unsigned int size, in saturate() function
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_aos.c84 LLVMValueRef saturate; member
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_emit.c106 i915_emit_arith(struct i915_fp_compile *p, uint32_t op, uint32_t dest, uint32_t mask, uint32_t saturate, uint32_t src0, uint32_t src1, uint32_t src2) i915_emit_arith() argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dcompatibility.hpp47 template <typename T, precision P> GLM_FUNC_QUALIFIER T saturate(T x){return clamp(x, T(0), T(1));} //!< \brief Returns clamp(x, 0, 1) for each component in x. (From GLM_GTX_compatibility) in saturate() function
48 template <typename T, precision P> GLM_FUNC_QUALIFIER tvec2<T, P> saturate(const tvec2<T, P>& x){return clamp(x, T(0), T(1));} //!< \brief Returns clamp(x, 0, 1) for each component in x. (From GLM_GTX_compatibility) in saturate() function
49 template <typename T, precision P> GLM_FUNC_QUALIFIER tvec3<T, P> saturate(const tvec3<T, P>& x){return clamp(x, T(0), T(1));} //!< \brief Returns clamp(x, 0, 1) for each component in x. (From GLM_GTX_compatibility) in saturate() function
50 template <typename T, precision P> GLM_FUNC_QUALIFIER tvec4<T, P> saturate(const tvec4<T, P>& x){return clamp(x, T(0), T(1));} //!< \brief Returns clamp(x, 0, 1) for each component in x. (From GLM_GTX_compatibility) in saturate() function
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderParse.h141 boolean saturate; member
H A DShaderTGSI.c816 translate_dst_operand(struct Shader_xlate *sx, const struct Shader_dst_operand *operand, boolean saturate) translate_dst_operand() argument
[all...]
/third_party/skia/src/gpu/ops/
H A DQuadPerEdgeAA.cpp611 Make(SkArenaAlloc* arena, const VertexSpec& vertexSpec, const GrShaderCaps& caps, const GrBackendFormat& backendFormat, GrSamplerState samplerState, const GrSwizzle& swizzle, sk_sp<GrColorSpaceXform> textureColorSpaceXform, Saturate saturate) Make() argument
859 QuadPerEdgeAAGeometryProcessor(const VertexSpec& spec, const GrShaderCaps& caps, const GrBackendFormat& backendFormat, GrSamplerState samplerState, const GrSwizzle& swizzle, sk_sp<GrColorSpaceXform> textureColorSpaceXform, Saturate saturate) QuadPerEdgeAAGeometryProcessor() argument
947 MakeTexturedProcessor(SkArenaAlloc* arena, const VertexSpec& spec, const GrShaderCaps& caps, const GrBackendFormat& backendFormat, GrSamplerState samplerState, const GrSwizzle& swizzle, sk_sp<GrColorSpaceXform> textureColorSpaceXform, Saturate saturate) MakeTexturedProcessor() argument
/third_party/cups-filters/cupsfilters/
H A Dimage-colorspace.c1409 saturate(float mat[3][3], /* I - Matrix to append to */ in saturate() function
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_alu.c470 bool saturate; member
/third_party/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp269 saturate(operand a) in saturate() function
/third_party/mesa3d/src/intel/tools/
H A Di965_gram.y2260 saturate: label
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c54 unsigned saturate; member
131 create_mov(struct tgsi_transform_context *tctx, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src, unsigned mask, unsigned saturate) create_mov() argument
[all...]
H A Dtgsi_build.c661 tgsi_build_instruction(enum tgsi_opcode opcode, unsigned saturate, unsigned precise, unsigned num_dst_regs, unsigned num_src_regs, struct tgsi_header *header) tgsi_build_instruction() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_private.h127 bool saturate : 1; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp966 void RegBankSelect::MappingCost::saturate() { in saturate() function in RegBankSelect::MappingCost

Completed in 41 milliseconds

12