Home
last modified time | relevance | path

Searched defs:clamp (Results 76 - 100 of 109) sorted by relevance

12345

/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h1419 bool clamp : 1; member
1430 bool clamp : 1; member
H A Daco_optimizer.cpp2548 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.py6095 clamp=0 global() variable
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_3_autogen.cpp313 void GL_APIENTRY GL_ClampColor(GLenum target, GLenum clamp) in GL_ClampColor() argument
H A Dentry_points_gl_4_autogen.cpp9798 void GL_APIENTRY GL_PolygonOffsetClamp(GLfloat factor, GLfloat units, GLfloat clamp) in GL_PolygonOffsetClamp() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp280 static RValue<Float4> clamp(const Float4 &x, const Float4 &min, const Float4 &max) in clamp() function
/third_party/mesa3d/src/compiler/glsl/
H A Dir.h1958 ir_rvalue *clamp; member in ir_texture
H A Dbuiltin_functions.cpp7208 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 Dindex.js[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h466 float clamp; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c803 uint64_t clamp = blocksize * screen->info.props.limits.maxTexelBufferElements; in create_bvci() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc.h518 unsigned clamp:1; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL4.cpp2203 ValidatePolygonOffsetClamp(const Context *context, angle::EntryPoint entryPoint, GLfloat factor, GLfloat units, GLfloat clamp) ValidatePolygonOffsetClamp() argument
/third_party/skia/src/core/
H A DSkVM.h784 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.c1316 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 Dtu_pipeline.c2113 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 Dac_llvm_build.c1706 LLVMValueRef clamp = LLVMBuildFCmp(ctx->builder, LLVMRealULT, tmp, neg_one, ""); in ac_build_opencoded_load_format() local
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_private.h770 float clamp; member
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c3079 bi_texture_format(nir_alu_type T, enum bi_clamp clamp) in bi_texture_format() argument
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp1329 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 DvktShaderBuiltinPrecisionTests.cpp4365 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
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp1877 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/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3453 ExprP<float> clamp(const ExprP<float>& x, const ExprP<float>& minVal, const ExprP<float>& maxVal) in clamp() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp4354 ExprP<deFloat16> clamp(const ExprP<deFloat16>& x, const ExprP<deFloat16>& minVal, const ExprP<deFloat16>& maxVal) in clamp() function
4359 ExprP<float> clamp(const ExprP<float>& x, const ExprP<float>& minVal, const ExprP<float>& maxVal) in clamp() function
4364 ExprP<double> clamp(const ExprP<double>& x, const ExprP<double>& minVal, const ExprP<double>& maxVal) in clamp() function
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 184 milliseconds

12345