| /third_party/skia/src/gpu/geometry/ |
| H A D | GrTriangulator.cpp | 1021 static SkPoint clamp(SkPoint p, SkPoint min, SkPoint max, const Comparator& c) { in clamp() function
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SamplerCore.cpp | 2192 Float4 clamp = Min(Max(uw, Float4(0.0f)), Float4(65535.0f / 65536.0f)); in address() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | SamplerCore.cpp | 2308 Float4 clamp = Min(Max(uw, Float4(0.0f)), Float4(65535.0f / 65536.0f)); in address() local
|
| H A D | ShaderCore.cpp | 280 static RValue<Float4> clamp(const Float4 &x, const Float4 &min, const Float4 &max) in clamp() function
|
| /third_party/mesa3d/src/freedreno/decode/ |
| H A D | cffdec.c | 1673 static const char *clamp[] = { in dump_a2xx_tex_const() local
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_ir.h | 1419 bool clamp : 1; member 1430 bool clamp : 1; member
|
| H A D | aco_optimizer.cpp | 2548 create_vop3_for_op3(opt_ctx& ctx, aco_opcode opcode, aco_ptr<Instruction>& instr, Operand operands[3], bool neg[3], bool abs[3], uint8_t opsel, bool clamp, unsigned omod) create_vop3_for_op3() argument 2576 bool neg[3], abs[3], clamp, precise; combine_three_valu_op() local 2646 bool clamp = false; combine_add_or_then_and_lshl() local 2669 bool neg[3], abs[3], clamp, precise; combine_minmax() local 2944 bool neg[3], abs[3], clamp, precise; combine_clamp() local 4007 bool clamp = false; combine_instruction() local [all...] |
| /third_party/python/Lib/ |
| H A D | _pydecimal.py | 6095 clamp=0 global() variable [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| H A D | entry_points_gl_3_autogen.cpp | 313 void GL_APIENTRY GL_ClampColor(GLenum target, GLenum clamp) in GL_ClampColor() argument
|
| H A D | entry_points_gl_4_autogen.cpp | 9798 void GL_APIENTRY GL_PolygonOffsetClamp(GLfloat factor, GLfloat units, GLfloat clamp) in GL_PolygonOffsetClamp() argument
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ir.h | 1958 ir_rvalue *clamp; member in ir_texture
|
| H A D | builtin_functions.cpp | 7208 ir_variable *clamp = in_var(glsl_type::float_type, "lodClamp"); in _texture() local 7262 bool clamp in _textureCubeArrayShadow() local [all...] |
| /third_party/node/deps/npm/node_modules/jsbn/ |
| H A D | index.js | [all...] |
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_private.h | 466 float clamp; member
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_context.c | 803 uint64_t clamp = blocksize * screen->info.props.limits.maxTexelBufferElements; in create_bvci() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc.h | 518 unsigned clamp:1; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationGL4.cpp | 2203 ValidatePolygonOffsetClamp(const Context *context, angle::EntryPoint entryPoint, GLfloat factor, GLfloat units, GLfloat clamp) ValidatePolygonOffsetClamp() argument
|
| /third_party/skia/src/core/ |
| H A D | SkVM.h | 784 F32 clamp(F32 x, F32 lo, F32 hi) { return max(lo, min(x, hi)); } in clamp() function in skvm::Builder 785 F32 clamp(F32 x, F32 lo, float hi) { return clamp( x , lo , splat(hi)); } in clamp() function in skvm::Builder 786 F32 clamp(F32 x, float lo, float hi) { return clamp( x , splat(lo), splat(hi)); } in clamp() function in skvm::Builder 787 F32 clamp(F32 x, float lo, F32 hi) { return clamp( x , splat(lo), hi ); } in clamp() function in skvm::Builder 788 F32 clamp(float x, F32 lo, F32 hi) { return clamp(splat(x), lo , hi ); } in clamp() function in skvm::Builder 789 F32 clamp(floa in clamp() function in skvm::Builder 790 F32 clamp(float x, float lo, F32 hi) { return clamp(splat(x), splat(lo), hi ); } clamp() function in skvm::Builder 1252 SI F32 clamp(F32 x, F32 lo, F32 hi) { return x->clamp(x,lo,hi); } clamp() function 1253 SI F32 clamp(F32 x, F32 lo, float hi) { return x->clamp(x,lo,hi); } clamp() function 1254 SI F32 clamp(F32 x, float lo, F32 hi) { return x->clamp(x,lo,hi); } clamp() function 1255 SI F32 clamp(F32 x, float lo, float hi) { return x->clamp(x,lo,hi); } clamp() function 1256 SI F32 clamp(float x, F32 lo, F32 hi) { return lo->clamp(x,lo,hi); } clamp() function 1257 SI F32 clamp(float x, F32 lo, float hi) { return lo->clamp(x,lo,hi); } clamp() function 1258 SI F32 clamp(float x, float lo, F32 hi) { return hi->clamp(x,lo,hi); } clamp() function [all...] |
| /third_party/python/Modules/_decimal/ |
| H A D | _decimal.c | 1316 PyObject *clamp = Py_None; in context_init() local 1160 context_setattrs(PyObject *self, PyObject *prec, PyObject *rounding, PyObject *emin, PyObject *emax, PyObject *capitals, PyObject *clamp, PyObject *status, PyObject *traps) context_setattrs() argument 1751 PyObject *clamp = Py_None; ctxmanager_new() local [all...] |
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_pipeline.c | 2113 tu6_emit_depth_bias(struct tu_cs *cs, float constant_factor, float clamp, float slope_factor) tu6_emit_depth_bias() argument
|
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_llvm_build.c | 1706 LLVMValueRef clamp = LLVMBuildFCmp(ctx->builder, LLVMRealULT, tmp, neg_one, ""); in ac_build_opencoded_load_format() local
|
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_private.h | 770 float clamp; member
|
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bifrost_compile.c | 3079 bi_texture_format(nir_alu_type T, enum bi_clamp clamp) in bi_texture_format() argument [all...] |
| /third_party/mesa3d/src/imgui/ |
| H A D | imgui_draw.cpp | 1329 void ImGui::ShadeVertsLinearUV(ImDrawList* draw_list, int vert_start_idx, int vert_end_idx, const ImVec2& a, const ImVec2& b, const ImVec2& uv_a, const ImVec2& uv_b, bool clamp) in ShadeVertsLinearUV() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| H A D | vktShaderBuiltinPrecisionTests.cpp | 4365 ExprP<deFloat16> clamp(const ExprP<deFloat16>& x, const ExprP<deFloat16>& minVal, const ExprP<deFloat16>& maxVal) in clamp() function 4370 ExprP<float> clamp(const ExprP<float>& x, const ExprP<float>& minVal, const ExprP<float>& maxVal) in clamp() function 4375 ExprP<double> clamp(const ExprP<double>& x, const ExprP<double>& minVal, const ExprP<double>& maxVal) in clamp() function
|