Searched refs:check_state (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_state.c | 106 check_state(unsigned a, unsigned b) function in typeref:typename:unsigned 158 if (check_state(*state, atoms[i]->dirty)) { 171 if (check_state(examined, generated)) { 183 if (check_state(*state, atoms[i]->dirty)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_state.c | 162 check_state(uint64_t a, uint64_t b) function in typeref:typename:uint64_t 214 if (check_state(*state, atoms[i]->dirty)) { 227 if (check_state(examined, generated)) { 239 if (check_state(*state, atoms[i]->dirty)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_state_upload.c | 302 check_state(const struct brw_state_flags *a, const struct brw_state_flags *b) function in typeref:typename:bool 533 if (check_state(state, &atom->dirty)) { 645 assert(!check_state(&examined, &generated));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_state_upload.c | 370 check_state(const struct brw_state_flags *a, const struct brw_state_flags *b) function in typeref:typename:bool 599 if (check_state(state, &atom->dirty)) { 714 assert(!check_state(&examined, &generated));
|
Completed in 5 milliseconds