Home
last modified time | relevance | path

Searched defs:zmin (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_viewport.h39 float *zmin, float *zmax) in util_viewport_zmin_zmax()
/third_party/mesa3d/src/mesa/main/
Ddepth.c142 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax ) in _mesa_DepthBoundsEXT()
Dfeedback.c352 unsigned zmin, zmax; in update_hit_record() local
406 GLuint zmin = (GLuint) ((GLfloat) zscale * s->HitMinZ); in update_hit_record() local
Ddlist.c5509 save_DepthBoundsEXT(GLclampd zmin, GLclampd zmax) in save_DepthBoundsEXT()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_viewport.c536 bool window_space_position, float *zmin, float *zmax) in si_viewport_zmin_zmax()
552 float zmin, zmax; in si_emit_depth_ranges() local
Dsi_clear.c607 const uint32_t zmin = lroundf(depth * max_z_value); in si_get_htile_clear_value() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state_validate.c251 float zmin, zmax; in nv50_validate_viewport() local
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_viewport.c354 float zmin, zmax; in r600_emit_depth_ranges() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c715 float zmin, zmax; in fd3_emit_state() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c815 float zmin, zmax; in fd4_emit_state() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state_validate.c396 float zmin, zmax; in nvc0_validate_viewport() local
/third_party/openssl/test/
Dasn1_encode_test.c175 #define ENCDEC_ARRAY(max, zmax, min, zmin) \ argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.c1001 float zmin, zmax; in fd6_emit_non_ring() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c734 uint32_t zmin, zmax; in radv_get_htile_fast_clear_value() local
Dradv_cmd_buffer.c1639 float zmin, zmax; in radv_emit_viewport() local
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c5545 bool window_space_position, float *zmin, float *zmax) in iris_viewport_zmin_zmax()
5827 float zmin, zmax; in iris_upload_dirty_render_state() local
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c5627 bool window_space_position, float *zmin, float *zmax) in crocus_viewport_zmin_zmax()
5913 float zmin, zmax; local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_context.h386 float zmin; member
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl1078 void CallLogWrapper::glDepthBoundsEXT (glw::GLclampd zmin, glw::GLclampd zmax)
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextFuncs.inl1445 GLW_APICALL void GLW_APIENTRY glDepthBoundsEXT (GLclampd zmin, GLclampd zmax)
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwImpl.inl1207 void glwDepthBoundsEXT (GLclampd zmin, GLclampd zmax)