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