Searched refs:hyperz_state (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_context.c | 112 FREE(r300->hyperz_state.state); in r300_destroy_context() 177 R300_INIT_ATOM(hyperz_state, is_r500 || is_rv350 ? 10 : 8); in r300_setup_atoms() 228 R300_ALLOC_ATOM(hyperz_state, r300_hyperz_state); in r300_setup_atoms() 355 (struct r300_hyperz_state*)r300->hyperz_state.state; in r300_init_states() 356 BEGIN_CB(&hyperz->cb_flush_begin, r300->hyperz_state.size); in r300_init_states()
|
D | r300_hyperz.c | 133 (struct r300_hyperz_state*)r300->hyperz_state.state; in r300_update_hyperz() 309 if (r300->hyperz_state.dirty) { in r300_update_hyperz_state()
|
D | r300_blit.c | 257 (struct r300_hyperz_state*)r300->hyperz_state.state; in r300_clear() 424 r300_mark_atom_dirty(r300, &r300->hyperz_state); in r300_clear() 482 r300_mark_atom_dirty(r300, &r300->hyperz_state); in r300_decompress_zmask() 491 r300_mark_atom_dirty(r300, &r300->hyperz_state); in r300_decompress_zmask()
|
D | r300_emit.c | 502 *(struct r300_hyperz_state*)r300->hyperz_state.state; in r300_emit_hyperz_end() 510 r300_emit_hyperz_state(r300, r300->hyperz_state.size, &z); in r300_emit_hyperz_end() 1236 r300_mark_atom_dirty(r300, &r300->hyperz_state); in r300_emit_hiz_clear() 1257 r300_mark_atom_dirty(r300, &r300->hyperz_state); in r300_emit_zmask_clear() 1436 dwords += r300->hyperz_state.size + 2; /* emit_hyperz_end + zcache flush */ in r300_get_num_cs_end_dwords()
|
D | r300_context.h | 502 struct r300_atom hyperz_state; member
|
D | r300_state.c | 814 r300_mark_atom_dirty(r300, &r300->hyperz_state); /* Will be updated before the emission. */ in r300_bind_dsa_state() 876 r300_mark_atom_dirty(r300, &r300->hyperz_state); in r300_mark_fb_state_dirty()
|