Searched refs:rs_block_state (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_context.c116 FREE(r300->rs_block_state.state);
201 R300_INIT_ATOM(rs_block_state, 0);
240 R300_ALLOC_ATOM(rs_block_state, r300_rs_block);
H A Dr300_state_derived.c634 if (memcmp(r300->rs_block_state.state, &rs, sizeof(struct r300_rs_block))) {
635 memcpy(r300->rs_block_state.state, &rs, sizeof(struct r300_rs_block));
636 r300->rs_block_state.size = 13 + count*2;
1069 if (r300->rs_block_state.dirty) {
H A Dr300_context.h530 struct r300_atom rs_block_state; member in struct:r300_context
H A Dr300_state.c1089 r300_mark_atom_dirty(r300, &r300->rs_block_state); /* Will be updated before the emission. */
1373 r300_mark_atom_dirty(r300, &r300->rs_block_state);
1932 r300_mark_atom_dirty(r300, &r300->rs_block_state); /* Will be updated before the emission. */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_context.c115 FREE(r300->rs_block_state.state);
200 R300_INIT_ATOM(rs_block_state, 0);
239 R300_ALLOC_ATOM(rs_block_state, r300_rs_block);
H A Dr300_state_derived.c634 if (memcmp(r300->rs_block_state.state, &rs, sizeof(struct r300_rs_block))) {
635 memcpy(r300->rs_block_state.state, &rs, sizeof(struct r300_rs_block));
636 r300->rs_block_state.size = 13 + count*2;
1069 if (r300->rs_block_state.dirty) {
H A Dr300_context.h530 struct r300_atom rs_block_state; member in struct:r300_context
H A Dr300_state.c1083 r300_mark_atom_dirty(r300, &r300->rs_block_state); /* Will be updated before the emission. */
1367 r300_mark_atom_dirty(r300, &r300->rs_block_state);
1944 r300_mark_atom_dirty(r300, &r300->rs_block_state); /* Will be updated before the emission. */

Completed in 22 milliseconds