| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES.cpp | 3932 clamp(state.getStencilRef(), 0, static_cast<GLint>(maxStencilValue)) != in ValidateDrawStates() 3933 clamp(state.getStencilBackRef(), 0, static_cast<GLint>(maxStencilValue)); in ValidateDrawStates()
|
| H A D | Context.cpp | 5670 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 D | gl2ext.h | 1609 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 D | gl2ext.h | 1650 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 D | radv_cmd_buffer.c | 79 .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 D | radv_pipeline.c | 1999 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 D | r600_shader.c | 2552 /* 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 D | indirect_api.cpp | 563 void __indirect_glClampColor(GLenum target, GLenum clamp) { } in __indirect_glClampColor() argument
|
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_cmd_buffer.c | 1939 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 D | dzn_cmd_buffer.c | 4465 cmdbuf->state.pipeline_variant.depth_bias.clamp = depthBiasClamp; in dzn_CmdSetDepthBias()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiObjectManagementTests.cpp | 237 return de::clamp(deGetNumAvailableLogicalCores(), 2u, 8u); in getDefaultTestThreadCount()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiObjectManagementTests.cpp | 237 return de::clamp(deGetNumAvailableLogicalCores(), 2u, 8u); in getDefaultTestThreadCount()
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcPackedPixelsTests.cpp | 99 bool clamp; member
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsDrawTest.cpp | 3212 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 D | vktMultiViewRenderTests.cpp | 3545 const float depthClamped = de::clamp(color.x(), 0.0f, 1.0f); in imageData()
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_execute.c | 735 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 D | vktMultiViewRenderTests.cpp | 3653 const float depthClamped = de::clamp(color.x(), 0.0f, 1.0f); in imageData()
|
| /third_party/glfw/deps/glad/ |
| H A D | gl.h | 1944 typedef void (GLAD_API_PTR *PFNGLCLAMPCOLORPROC)(GLenum target, GLenum clamp);
|