OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:depth_scale
(Results
1 - 16
of
16
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
gen6_viewport_state.c
71
const GLfloat
depth_scale
= 1.0F / ctx->DrawBuffer->_DepthMaxF;
local
93
sfv->viewport.m22 = v[MAT_SZ] *
depth_scale
;
96
sfv->viewport.m32 = v[MAT_TZ] *
depth_scale
;
gen7_viewport_state.c
35
const GLfloat
depth_scale
= 1.0F / ctx->DrawBuffer->_DepthMaxF;
local
64
vp->viewport.m22 = v[MAT_SZ] *
depth_scale
;
67
vp->viewport.m32 = v[MAT_TZ] *
depth_scale
;
brw_sf_state.c
46
const GLfloat
depth_scale
= 1.0F / ctx->DrawBuffer->_DepthMaxF;
local
69
sfv->viewport.m22 = v[MAT_SZ] *
depth_scale
;
72
sfv->viewport.m32 = v[MAT_TZ] *
depth_scale
;
brw_clip_unfilled.c
190
offset = ctx->Polygon.OffsetUnits *
DEPTH_SCALE
;
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
BlurStack.java
70
private static final int
DEPTH_SCALE
= 256 / MAX_DEPTH;
219
return MAX_DEPTH - (openglDepth /
DEPTH_SCALE
);
230
return (MAX_DEPTH - stackDepth) *
DEPTH_SCALE
;
layered_filter_fast_f32.rs
89
// (1 << g_kDepthScaleShift) must be the same as BlurStack::
DEPTH_SCALE
.
layered_filter_fast_d1new.rs
81
// (1 << g_kDepthScaleShift) must be the same as BlurStack::
DEPTH_SCALE
.
[
all
...]
/external/mesa3d/src/mesa/tnl_dd/
t_dd_tritmp.h
50
*
DEPTH_SCALE
: Scale for constant offset.
226
offset = ctx->Polygon.OffsetUnits *
DEPTH_SCALE
;
458
offset = ctx->Polygon.OffsetUnits *
DEPTH_SCALE
;
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
BlurStack.java
55
private static final int
DEPTH_SCALE
= 256 / MAX_DEPTH;
204
return MAX_DEPTH - (openglDepth /
DEPTH_SCALE
);
215
return (MAX_DEPTH - stackDepth) *
DEPTH_SCALE
;
layered_filter_fast_f32.rs
89
// (1 << g_kDepthScaleShift) must be the same as BlurStack::
DEPTH_SCALE
.
layered_filter_fast_d1new.rs
79
// (1 << g_kDepthScaleShift) must be the same as BlurStack::
DEPTH_SCALE
.
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.h
273
GLfloat polygon_offset_scale; /* dependent on
depth_scale
, bpp */
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c
425
#define
DEPTH_SCALE
1.0
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c
547
#define
DEPTH_SCALE
1.0
/external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c
644
#define
DEPTH_SCALE
intel->polygon_offset_scale
[
all
...]
/external/mesa3d/src/mapi/glapi/gen/
gl_API.xml
543
<enum name="
DEPTH_SCALE
" count="1" value="0x0D1E">
[
all
...]
Completed in 925 milliseconds