/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
|
H A D | Context_gl.cpp | 363 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 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
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
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/skia/third_party/externals/imgui/ |
H A D | imgui_draw.cpp | 1877 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 D | glsBuiltinPrecisionTests.cpp | 3453 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 D | vktShaderBuiltinPrecisionTests.cpp | 4354 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 D | hlslParseHelper.cpp | 4923 TIntermAggregate* clamp = new TIntermAggregate(EOpClamp); in decomposeIntrinsic() local [all...] |
/third_party/mesa3d/src/glx/tests/ |
H A D | indirect_api.cpp | 563 void __indirect_glClampColor(GLenum target, GLenum clamp) { } in __indirect_glClampColor() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 1114 float clamp; member [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 12261 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 D | vktPipelineExtendedDynamicStateTests.cpp | 768 float clamp; member [all...] |