HomeSort by relevance Sort by last modified time
    Searched refs:hyperz_state (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/
r300_context.c 102 FREE(r300->hyperz_state.state);
158 * - hyperz_state (unpipelined regs followed by pipelined ones)
166 R300_INIT_ATOM(hyperz_state, is_r500 || (is_rv350 && drm_2_6_0) ? 10 : 8);
216 R300_ALLOC_ATOM(hyperz_state, r300_hyperz_state);
334 (struct r300_hyperz_state*)r300->hyperz_state.state;
335 BEGIN_CB(&hyperz->cb_flush_begin, r300->hyperz_state.size);
r300_hyperz.c 134 (struct r300_hyperz_state*)r300->hyperz_state.state;
310 if (r300->hyperz_state.dirty) {
r300_blit.c 228 (struct r300_hyperz_state*)r300->hyperz_state.state;
344 r300_mark_atom_dirty(r300, &r300->hyperz_state);
398 r300_mark_atom_dirty(r300, &r300->hyperz_state);
407 r300_mark_atom_dirty(r300, &r300->hyperz_state);
r300_emit.c 477 *(struct r300_hyperz_state*)r300->hyperz_state.state;
485 r300_emit_hyperz_state(r300, r300->hyperz_state.size, &z);
    [all...]
r300_context.h 503 struct r300_atom hyperz_state; member in struct:r300_context
r300_state.c 736 r300_mark_atom_dirty(r300, &r300->hyperz_state); /* Will be updated before the emission. */
834 r300_mark_atom_dirty(r300, &r300->hyperz_state);
    [all...]

Completed in 165 milliseconds