Searched defs:r600_context (Results 1 – 1 of 1) sorted by relevance
492 struct r600_context { struct493 struct r600_common_context b;494 struct r600_screen *screen;495 struct blitter_context *blitter;496 struct u_suballocator allocator_fetch_shader;499 boolean has_vertex_cache;500 unsigned default_gprs[EG_NUM_HW_STAGES];501 unsigned current_gprs[EG_NUM_HW_STAGES];502 unsigned r6xx_num_clause_temp_gprs;505 void *custom_dsa_flush;[all …]