Searched refs:hyperz_state (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_context.c | 102 FREE(r300->hyperz_state.state); in r300_destroy_context() 166 R300_INIT_ATOM(hyperz_state, is_r500 || (is_rv350 && drm_2_6_0) ? 10 : 8); in r300_setup_atoms() 216 R300_ALLOC_ATOM(hyperz_state, r300_hyperz_state); in r300_setup_atoms() 334 (struct r300_hyperz_state*)r300->hyperz_state.state; in r300_init_states() 335 BEGIN_CB(&hyperz->cb_flush_begin, r300->hyperz_state.size); in r300_init_states()
|
D | r300_hyperz.c | 134 (struct r300_hyperz_state*)r300->hyperz_state.state; in r300_update_hyperz() 310 if (r300->hyperz_state.dirty) { in r300_update_hyperz_state()
|
D | r300_blit.c | 228 (struct r300_hyperz_state*)r300->hyperz_state.state; in r300_clear() 344 r300_mark_atom_dirty(r300, &r300->hyperz_state); in r300_clear() 398 r300_mark_atom_dirty(r300, &r300->hyperz_state); in r300_decompress_zmask() 407 r300_mark_atom_dirty(r300, &r300->hyperz_state); in r300_decompress_zmask()
|
D | r300_emit.c | 477 *(struct r300_hyperz_state*)r300->hyperz_state.state; in r300_emit_hyperz_end() 485 r300_emit_hyperz_state(r300, r300->hyperz_state.size, &z); in r300_emit_hyperz_end() 1130 r300_mark_atom_dirty(r300, &r300->hyperz_state); in r300_emit_hiz_clear() 1151 r300_mark_atom_dirty(r300, &r300->hyperz_state); in r300_emit_zmask_clear() 1285 dwords += r300->hyperz_state.size + 2; /* emit_hyperz_end + zcache flush */ in r300_get_num_cs_end_dwords()
|
D | r300_context.h | 503 struct r300_atom hyperz_state; member
|
D | r300_state.c | 736 r300_mark_atom_dirty(r300, &r300->hyperz_state); /* Will be updated before the emission. */ in r300_bind_dsa_state() 834 r300_mark_atom_dirty(r300, &r300->hyperz_state); in r300_mark_fb_state_dirty()
|