Searched defs:prev_count (Results 1 – 4 of 4) sorted by relevance
192 unsigned int prev_count = __sync_fetch_and_sub(&c->count, 1); in wait_for_completion() local199 unsigned int prev_count = __sync_fetch_and_add(&c->count, 1); in complete() local
345 src_reg prev_count(this, glsl_type::uint_type); in emit_control_data_bits() local584 src_reg prev_count(this, glsl_type::uint_type); in gs_end_primitive() local
1822 fs_reg prev_count = bld.vgrf(BRW_REGISTER_TYPE_UD, 1); in emit_gs_end_primitive() local1892 fs_reg prev_count = bld.vgrf(BRW_REGISTER_TYPE_UD, 1); in emit_gs_control_data_bits() local
612 int *prev_count, int *next_count) in alloc_blocks()