Home
last modified time | relevance | path

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

12345

/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
H A DContext_gl.cpp363 void Context::clampColor(GLenum target, GLenum clamp) in clampColor() argument
3710 void Context::polygonOffsetClamp(GLfloat factor, GLfloat units, GLfloat clamp) in polygonOffsetClamp() 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/angle2/src/libGL/
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/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
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp4923 TIntermAggregate* clamp = new TIntermAggregate(EOpClamp); in decomposeIntrinsic() local
[all...]
/third_party/mesa3d/src/glx/tests/
H A Dindirect_api.cpp563 void __indirect_glClampColor(GLenum target, GLenum clamp) { } in __indirect_glClampColor() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1114 float clamp; member
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp12261 static T clamp(T x, T minVal, T maxVal) in clamp() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp768 float clamp; member
[all...]

Completed in 195 milliseconds

12345