Searched defs:r600_context (Results 1 – 1 of 1) sorted by relevance
489 struct r600_context { struct490 struct r600_common_context b;491 struct r600_screen *screen;492 struct blitter_context *blitter;493 struct u_suballocator *allocator_fetch_shader;496 boolean has_vertex_cache;497 unsigned default_gprs[EG_NUM_HW_STAGES];498 unsigned current_gprs[EG_NUM_HW_STAGES];499 unsigned r6xx_num_clause_temp_gprs;502 void *custom_dsa_flush;[all …]