HomeSort by relevance Sort by last modified time
    Searched refs:zmax (Results 1 - 25 of 25) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_viewport.h 40 float *zmin, float *zmax)
52 *zmax = a < b ? b : a;
  /external/mesa3d/src/mesa/main/
depth.c 123 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax )
128 _mesa_debug(ctx, "glDepthBounds(%f, %f)\n", zmin, zmax);
130 if (zmin > zmax) {
131 _mesa_error(ctx, GL_INVALID_VALUE, "glDepthBoundsEXT(zmin > zmax)");
136 zmax = CLAMP(zmax, 0.0, 1.0);
138 if (ctx->Depth.BoundsMin == zmin && ctx->Depth.BoundsMax == zmax)
143 ctx->Depth.BoundsMax = (GLfloat) zmax;
depth.h 53 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax );
feedback.c 239 GLuint zmin, zmax, zscale = (~0u); local
246 zmax = (GLuint) ((GLfloat) zscale * ctx->Select.HitMaxZ);
250 write_record( ctx, zmax );
dlist.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_viewport.c 331 float zmin, zmax; local
338 util_viewport_zmin_zmax(&states[0], rctx->clip_halfz, &zmin, &zmax);
342 radeon_emit(cs, fui(zmax));
355 util_viewport_zmin_zmax(&states[i], rctx->clip_halfz, &zmin, &zmax);
357 radeon_emit(cs, fui(zmax));
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_emit.c 652 float zmin, zmax; local
660 &zmin, &zmax);
665 OUT_RING(ring, fui(zmax));
668 OUT_RING(ring, (uint32_t)(zmax * 0xffff));
671 OUT_RING(ring, (uint32_t)(zmax * 0xffffff));
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_framebuffer.c 543 /* D3D (and by implication SVGA) doesn't like dealing with zmax
648 svga->state.hw_clear.depthrange.zmax != range_max)
659 svga->state.hw_clear.depthrange.zmax = range_max;
678 svga->state.hw_clear.depthrange.zmax = range_max;
svga_context.h 321 float zmin, zmax; member in struct:svga_hw_clear_state::__anon28242
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_emit.c 678 float zmin, zmax; local
686 &zmin, &zmax);
691 OUT_RING(ring, (uint32_t)(zmax * 0xffffffff));
694 OUT_RING(ring, (uint32_t)(zmax * 0xffff));
697 OUT_RING(ring, (uint32_t)(zmax * 0xffffff));
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_state_validate.c 250 float zmin, zmax; local
273 util_viewport_zmin_zmax(vpt, nv50->rast->pipe.clip_halfz, &zmin, &zmax);
278 PUSH_DATAf(push, zmax);
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_state_validate.c 303 float zmin, zmax; local
337 util_viewport_zmin_zmax(vp, nvc0->rast->pipe.clip_halfz, &zmin, &zmax);
341 PUSH_DATAf(push, zmax);
  /external/mesa3d/src/amd/vulkan/
si_cmd_buffer.c 494 float zmax = MAX2(viewports[i].minDepth, viewports[i].maxDepth); local
496 radeon_emit(cs, fui(zmax));
    [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]
  /external/swiftshader/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glext.h     [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 2681 milliseconds