Searched refs:zscale (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dfeedback.c238 GLuint zmin, zmax, zscale = (~0u); local in function:write_hit_record
244 zmin = (GLuint) ((GLfloat) zscale * ctx->Select.HitMinZ);
245 zmax = (GLuint) ((GLfloat) zscale * ctx->Select.HitMaxZ);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dfeedback.c238 GLuint zmin, zmax, zscale = (~0u); local in function:write_hit_record
244 zmin = (GLuint) ((GLfloat) zscale * ctx->Select.HitMinZ);
245 zmax = (GLuint) ((GLfloat) zscale * ctx->Select.HitMaxZ);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_context.h257 float zscale; /* R300_VAP_VPORT_ZSCALE: 0x20a8 */ member in struct:r300_viewport_state
H A Dr300_state.c1716 viewport->zscale = state->scale[2];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_context.h257 float zscale; /* R300_VAP_VPORT_ZSCALE: 0x20a8 */ member in struct:r300_viewport_state
H A Dr300_state.c1721 viewport->zscale = state->scale[2];
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_clear_blit.c413 build_blit_fs_shader(bool zscale) argument
417 zscale ? "zscale blit fs" : "blit fs");
425 unsigned coord_components = zscale ? 3 : 2;
439 tex->sampler_dim = zscale ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_program.c1419 struct qreg zscale = qir_uniform(c, QUNIFORM_VIEWPORT_Z_SCALE, 0); local in function:emit_zs_write
1424 zscale),
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_program.c1408 struct qreg zscale = qir_uniform(c, QUNIFORM_VIEWPORT_Z_SCALE, 0); local in function:emit_zs_write
1413 zscale),

Completed in 131 milliseconds