Searched defs:r600_context (Results 1 – 1 of 1) sorted by relevance
478 struct r600_context { struct479 struct r600_common_context b;480 struct r600_screen *screen;481 struct blitter_context *blitter;482 struct u_suballocator *allocator_fetch_shader;485 boolean has_vertex_cache;486 unsigned default_gprs[EG_NUM_HW_STAGES];487 unsigned current_gprs[EG_NUM_HW_STAGES];488 unsigned r6xx_num_clause_temp_gprs;491 void *custom_dsa_flush;[all …]