Home
last modified time | relevance | path

Searched refs:nr_regs (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compile_ff_gs.c67 GLuint nr_regs; member
100 i += c->nr_regs; in brw_ff_gs_alloc_regs()
111 c->prog_data->urb_read_length = c->nr_regs; in brw_ff_gs_alloc_regs()
204 int write_len = MIN2(c->nr_regs - write_offset, 14); in brw_ff_gs_emit_vue()
205 if (write_len == c->nr_regs - write_offset) in brw_ff_gs_emit_vue()
576 c.nr_regs = (c.vue_map.num_slots + 1)/2; in brw_compile_ff_gs_prog()
H A Dbrw_compile_clip.c48 /* nr_regs is the number of registers filled by reading data from the VUE. in brw_compile_clip()
49 * This program accesses the entire VUE, so nr_regs needs to be the size of in brw_compile_clip()
53 c.nr_regs = (c.vue_map.num_slots + 1)/2; in brw_compile_clip()
H A Dbrw_clip.h92 GLuint nr_regs; member
H A Dbrw_clip_util.c327 brw_copy_from_indirect(p, brw_message_reg(1), vert, c->nr_regs); in brw_clip_emit_vue()
346 c->nr_regs + 1, /* msg length */ in brw_clip_emit_vue()
H A Dbrw_clip_line.c62 i += c->nr_regs; in brw_clip_line_alloc_regs()
93 c->prog_data.urb_read_length = c->nr_regs; /* ? */ in brw_clip_line_alloc_regs()
H A Dbrw_clip_tri.c69 i += c->nr_regs; in brw_clip_tri_alloc_regs()
129 c->prog_data.urb_read_length = c->nr_regs; /* ? */ in brw_clip_tri_alloc_regs()
299 brw_ADD(p, get_addr_reg(freelist_ptr), get_addr_reg(freelist_ptr), brw_imm_uw(c->nr_regs * REG_SIZE)); in brw_clip_tri()
/third_party/mesa3d/src/intel/common/
H A Dintel_batch_decoder.c1112 const unsigned nr_regs = (length - 1) / 2; in decode_load_register_imm() local
1114 for (unsigned i = 0; i < nr_regs; i++) { in decode_load_register_imm()

Completed in 6 milliseconds