OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ztop_state
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_hyperz.c
259
struct r300_ztop_state*
ztop_state
=
local
260
(struct r300_ztop_state*)r300->
ztop_state
.state;
261
uint32_t old_ztop =
ztop_state
->z_buffer_top;
294
ztop_state
->z_buffer_top = R300_ZTOP_DISABLE;
296
ztop_state
->z_buffer_top = R300_ZTOP_DISABLE;
298
ztop_state
->z_buffer_top = R300_ZTOP_DISABLE;
300
ztop_state
->z_buffer_top = R300_ZTOP_ENABLE;
302
if (
ztop_state
->z_buffer_top != old_ztop)
303
r300_mark_atom_dirty(r300, &r300->
ztop_state
);
r300_context.c
109
FREE(r300->
ztop_state
.state);
168
R300_INIT_ATOM(
ztop_state
, 2);
221
R300_ALLOC_ATOM(
ztop_state
, r300_ztop_state);
r300_context.h
505
struct r300_atom
ztop_state
;
member in struct:r300_context
/external/mesa3d/src/gallium/drivers/r300/
r300_hyperz.c
259
struct r300_ztop_state*
ztop_state
=
local
260
(struct r300_ztop_state*)r300->
ztop_state
.state;
261
uint32_t old_ztop =
ztop_state
->z_buffer_top;
294
ztop_state
->z_buffer_top = R300_ZTOP_DISABLE;
296
ztop_state
->z_buffer_top = R300_ZTOP_DISABLE;
298
ztop_state
->z_buffer_top = R300_ZTOP_DISABLE;
300
ztop_state
->z_buffer_top = R300_ZTOP_ENABLE;
302
if (
ztop_state
->z_buffer_top != old_ztop)
303
r300_mark_atom_dirty(r300, &r300->
ztop_state
);
r300_context.c
109
FREE(r300->
ztop_state
.state);
168
R300_INIT_ATOM(
ztop_state
, 2);
221
R300_ALLOC_ATOM(
ztop_state
, r300_ztop_state);
r300_context.h
505
struct r300_atom
ztop_state
;
member in struct:r300_context
Completed in 351 milliseconds