Searched refs:write_offset (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_ff_gs_emit.c170 int write_offset = 0; local in function:brw_ff_gs_emit_vue
175 int write_len = MIN2(c->nr_regs - write_offset, 14);
176 if (write_len == c->nr_regs - write_offset)
181 brw_copy8(p, brw_message_reg(1), offset(vert, write_offset), write_len);
204 write_offset, /* urb offset */
206 write_offset += write_len;
H A Dintel_buffer_objects.c638 GLintptr read_offset, GLintptr write_offset,
649 dst_bo = intel_bufferobj_buffer(brw, intel_dst, write_offset, size, true);
654 dst_bo, write_offset, size);
635 brw_copy_buffer_subdata(struct gl_context * ctx,struct gl_buffer_object * src,struct gl_buffer_object * dst,GLintptr read_offset,GLintptr write_offset,GLsizeiptr size) argument
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compile_ff_gs.c198 int write_offset = 0; local in function:brw_ff_gs_emit_vue
203 int write_len = MIN2(c->nr_regs - write_offset, 14);
204 if (write_len == c->nr_regs - write_offset)
209 brw_copy8(p, brw_message_reg(1), offset(vert, write_offset), write_len);
232 write_offset, /* urb offset */
234 write_offset += write_len;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_buffer_objects.c598 GLintptr read_offset, GLintptr write_offset,
620 memmove(ptr + write_offset, ptr + read_offset, size);
633 memcpy(dst_ptr + write_offset, src_ptr + read_offset, size);
647 dst_bo, write_offset,
595 intel_bufferobj_copy_subdata(struct gl_context * ctx,struct gl_buffer_object * src,struct gl_buffer_object * dst,GLintptr read_offset,GLintptr write_offset,GLsizeiptr size) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_buffer_objects.c598 GLintptr read_offset, GLintptr write_offset,
620 memmove(ptr + write_offset, ptr + read_offset, size);
633 memcpy(dst_ptr + write_offset, src_ptr + read_offset, size);
647 dst_bo, write_offset,
595 intel_bufferobj_copy_subdata(struct gl_context * ctx,struct gl_buffer_object * src,struct gl_buffer_object * dst,GLintptr read_offset,GLintptr write_offset,GLsizeiptr size) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_buffer_objects.c671 GLintptr read_offset, GLintptr write_offset,
682 dst_bo = brw_bufferobj_buffer(brw, intel_dst, write_offset, size, true);
687 dst_bo, write_offset, size);
668 brw_copy_buffer_subdata(struct gl_context * ctx,struct gl_buffer_object * src,struct gl_buffer_object * dst,GLintptr read_offset,GLintptr write_offset,GLsizeiptr size) argument
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_ubo_reference.cpp587 ir_variable *write_offset = local in function:__anonf648b2340110::lower_ubo_reference_visitor::write_to_memory
592 base_ir->insert_before(write_offset);
593 base_ir->insert_before(assign(write_offset, offset));
596 emit_access(mem_ctx, true, deref, write_offset, const_offset,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_ubo_reference.cpp585 ir_variable *write_offset = local in function:__anon515fc8010110::lower_ubo_reference_visitor::write_to_memory
590 base_ir->insert_before(write_offset);
591 base_ir->insert_before(assign(write_offset, offset));
594 emit_access(mem_ctx, true, deref, write_offset, const_offset,

Completed in 10 milliseconds