OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stencil_ref
(Results
51 - 75
of
88
) sorted by null
1
2
3
4
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_blit.c
53
util_blitter_save_stencil_ref(rctx->blitter, &rctx->
stencil_ref
);
/external/mesa3d/src/gallium/drivers/i915/
i915_surface.c
71
util_blitter_save_stencil_ref(i915->blitter, &i915->
stencil_ref
);
/external/mesa3d/src/gallium/drivers/r300/
r300_context.h
562
struct pipe_stencil_ref
stencil_ref
;
member in struct:r300_context
r300_state.c
718
r300->
stencil_ref
.ref_value[0];
721
r300->
stencil_ref
.ref_value[1];
752
r300->
stencil_ref
= *sr;
[
all
...]
r300_blit.c
60
util_blitter_save_stencil_ref(r300->blitter, &(r300->
stencil_ref
));
/external/mesa3d/src/gallium/drivers/radeonsi/
r600_blit.c
53
util_blitter_save_stencil_ref(rctx->blitter, &rctx->
stencil_ref
);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_context.c
435
const struct pipe_stencil_ref *
stencil_ref
)
441
stencil_ref
);
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_context.c
399
const struct pipe_stencil_ref *
stencil_ref
)
405
stencil_ref
);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_structs.h
258
GLuint
stencil_ref
:8;
member in struct:gen6_color_calc_state::__anon13201
334
GLuint
stencil_ref
:8;
member in struct:brw_cc_unit_state::__anon13208
[
all
...]
brw_state_dump.c
410
cc->cc0.
stencil_ref
,
/external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c
435
const struct pipe_stencil_ref *
stencil_ref
)
441
stencil_ref
);
[
all
...]
/external/mesa3d/src/gallium/drivers/identity/
id_context.c
399
const struct pipe_stencil_ref *
stencil_ref
)
405
stencil_ref
);
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_structs.h
258
GLuint
stencil_ref
:8;
member in struct:gen6_color_calc_state::__anon23668
334
GLuint
stencil_ref
:8;
member in struct:brw_cc_unit_state::__anon23675
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_state.c
718
r300->
stencil_ref
.ref_value[0];
721
r300->
stencil_ref
.ref_value[1];
752
r300->
stencil_ref
= *sr;
[
all
...]
r300_blit.c
60
util_blitter_save_stencil_ref(r300->blitter, &(r300->
stencil_ref
));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_state_common.c
269
rctx->
stencil_ref
= *state;
297
ref.ref_value[0] = rctx->
stencil_ref
.ref_value[0];
298
ref.ref_value[1] = rctx->
stencil_ref
.ref_value[1];
[
all
...]
r600_blit.c
72
util_blitter_save_stencil_ref(rctx->blitter, &rctx->
stencil_ref
);
r600_pipe.h
346
struct pipe_stencil_ref
stencil_ref
;
member in struct:r600_context
/external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c
269
rctx->
stencil_ref
= *state;
297
ref.ref_value[0] = rctx->
stencil_ref
.ref_value[0];
298
ref.ref_value[1] = rctx->
stencil_ref
.ref_value[1];
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_state.c
294
nv30->
stencil_ref
= *sr;
/external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c
294
nv30->
stencil_ref
= *sr;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_context.c
595
const struct pipe_stencil_ref *
stencil_ref
)
602
stencil_ref
);
[
all
...]
/external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c
595
const struct pipe_stencil_ref *
stencil_ref
)
602
stencil_ref
);
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_state_validate.c
179
const ubyte *ref = &nvc0->
stencil_ref
.ref_value[0];
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test.c
631
ref = softpipe->
stencil_ref
.ref_value[face];
Completed in 296 milliseconds
1
2
3
4