Home
last modified time | relevance | path

Searched refs:clamp (Results 351 - 368 of 368) sorted by relevance

1...<<1112131415

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES.cpp3932 clamp(state.getStencilRef(), 0, static_cast<GLint>(maxStencilValue)) != in ValidateDrawStates()
3933 clamp(state.getStencilBackRef(), 0, static_cast<GLint>(maxStencilValue)); in ValidateDrawStates()
H A DContext.cpp5670 GLint clampedRef = gl::clamp(ref, 0, std::numeric_limits<uint8_t>::max()); in stencilFuncSeparate()
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h1609 typedef void (GL_APIENTRYP PFNGLPOLYGONOFFSETCLAMPEXTPROC) (GLfloat factor, GLfloat units, GLfloat clamp);
1611 GL_APICALL void GL_APIENTRY glPolygonOffsetClampEXT (GLfloat factor, GLfloat units, GLfloat clamp);
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h1650 typedef void (GL_APIENTRYP PFNGLPOLYGONOFFSETCLAMPEXTPROC) (GLfloat factor, GLfloat units, GLfloat clamp);
1652 GL_APICALL void GL_APIENTRY glPolygonOffsetClampEXT (GLfloat factor, GLfloat units, GLfloat clamp);
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c79 .clamp = 0.0f,
1752 radeon_emit(cmd_buffer->cs, fui(d->depth_bias.clamp)); /* CLAMP */ in radv_emit_depth_bias()
5702 state->dynamic.depth_bias.clamp = depthBiasClamp; in radv_CmdSetDepthBias()
H A Dradv_pipeline.c1999 dynamic->depth_bias.clamp = info->rs.depth_bias_clamp; in radv_pipeline_init_dynamic_state()
2526 unsigned max_gsprims_base = 128; /* default prim group size clamp */ in gfx10_get_ngg_info()
4335 /* Convert and/or clamp the export values. */ in radv_lower_fs_output()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c2552 /* clamp(x, 0, 1) */ in convert_edgeflag_to_int()
2558 alu.dst.clamp = 1; in convert_edgeflag_to_int()
4469 r600_dst->clamp = 1; in tgsi_dst()
4512 r600_dst->clamp = 1; in tgsi_dst()
/third_party/mesa3d/src/glx/tests/
H A Dindirect_api.cpp563 void __indirect_glClampColor(GLenum target, GLenum clamp) { } in __indirect_glClampColor() argument
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_cmd_buffer.c1939 state->dynamic.common.depth_bias.clamp = depthBiasClamp; in pvr_CmdSetDepthBias()
3546 /* TODO: Is there a mathematical way of doing all this and then clamp at in pvr_get_viewport_scissor_overlap()
4072 /* W clamp. */ in pvr_emit_ppp_state()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c4465 cmdbuf->state.pipeline_variant.depth_bias.clamp = depthBiasClamp; in dzn_CmdSetDepthBias()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp237 return de::clamp(deGetNumAvailableLogicalCores(), 2u, 8u); in getDefaultTestThreadCount()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiObjectManagementTests.cpp237 return de::clamp(deGetNumAvailableLogicalCores(), 2u, 8u); in getDefaultTestThreadCount()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp99 bool clamp; member
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp3212 const int indexMax = de::max(0, (ranged) ? (de::clamp<int>(spec.indexMax, 0, maxElementIndex)) : (maxElementIndex)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp3545 const float depthClamped = de::clamp(color.x(), 0.0f, 1.0f); in imageData()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c735 state->depth_bias.offset_clamp = ps->rs->depth_bias.clamp; in handle_graphics_pipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp3653 const float depthClamped = de::clamp(color.x(), 0.0f, 1.0f); in imageData()
/third_party/glfw/deps/glad/
H A Dgl.h1944 typedef void (GLAD_API_PTR *PFNGLCLAMPCOLORPROC)(GLenum target, GLenum clamp);

Completed in 204 milliseconds

1...<<1112131415