Searched refs:dst_offset (Results 76 - 100 of 115) sorted by last modified time

12345

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_blit.h40 unsigned dst_offset,
50 unsigned dst_offset,
H A Di915_surface.c173 unsigned dst_offset, src_offset; /* in bytes */ local
187 dst_offset = i915_texture_offset(dst_tex, dst_level, dstz);
203 (unsigned short) dst_tex->stride, dst_tex->buffer, dst_offset, local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.c163 uint dst_offset = jj * dst_stride + ii; local
165 dst32 + dst_offset,
183 uint dst_offset = jj * dst_stride + ii; local
185 dst16 + dst_offset,
252 uint dst_offset = (jj / tile_h * tiles_per_row + ii / tile_w) local
255 dst32 + dst_offset,
272 uint dst_offset = (jj / tile_h * tiles_per_row + ii / tile_w) local
275 dst16 + dst_offset,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_transfer.c504 unsigned dst_offset = dst->offset; local
509 dst_offset += (dst->y0 * dst->pitch) + (dst->x0 * dst->cpp);
524 PUSH_RELOC(push, dst->bo, dst_offset, NOUVEAU_BO_LOW, 0, 0);
539 dst_offset += dst->pitch * lines;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_program.c265 unsigned end = pso->output[i].dst_offset + pso->output[i].num_components;
291 const unsigned p = pso->output[i].dst_offset;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_program.c508 unsigned p = pso->output[i].dst_offset;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_shader.c1477 if (so.output[i].dst_offset < so.output[i].start_component) {
1478 R600_ERR("stream_output - dst_offset cannot be less than start_component\n");
1486 output.array_base = so.output[i].dst_offset - so.output[i].start_component;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
H A Dtr_dump_state.c287 trace_dump_member(uint, &state->stream_output.output[i], dst_offset);
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_state.h204 unsigned dst_offset:16; /**< offset into the buffer in dwords */ member in struct:pipe_stream_output_info::__anon14134
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Dtransfer.cpp251 size_t src_offset, size_t dst_offset, size_t size,
260 hard_copy_op(q, dst_obj, { dst_offset },
386 size_t dst_offset,
398 dst_obj, { dst_offset },
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_blit.c99 GLuint dst_offset,
113 if (dst_offset & 4095)
145 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
206 dst_offset);
401 GLuint dst_offset,
411 if (dst_offset & 4095)
428 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords);
459 dst_offset);
483 unsigned int dst_offset,
499 pitch, dst_bo, dst_offset, I915_TILING_NON
91 intelEmitCopyBlit(struct intel_context *intel, GLuint cpp, GLshort src_pitch, drm_intel_bo *src_buffer, GLuint src_offset, uint32_t src_tiling, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort src_x, GLshort src_y, GLshort dst_x, GLshort dst_y, GLshort w, GLshort h, GLenum logic_op) argument
395 intelEmitImmediateColorExpandBlit(struct intel_context *intel, GLuint cpp, GLubyte *src_bits, GLuint src_size, GLuint fg_color, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort x, GLshort y, GLshort w, GLshort h, GLenum logic_op) argument
481 intel_emit_linear_blit(struct intel_context *intel, drm_intel_bo *dst_bo, unsigned int dst_offset, drm_intel_bo *src_bo, unsigned int src_offset, unsigned int size) argument
[all...]
H A Dintel_pixel_read.c79 GLuint dst_offset; local
124 dst_offset = (GLintptr)pixels;
125 dst_offset += _mesa_image_offset(2, pack, width, height,
140 x == 0 && dst_offset == 0);
155 rowLength, dst_buffer, dst_offset, false,
H A Dintel_regions.c372 GLuint dst_offset,
395 dst->pitch, dst->bo, dst_offset, dst->tiling,
370 intel_region_copy(struct intel_context *intel, struct intel_region *dst, GLuint dst_offset, GLuint dstx, GLuint dsty, struct intel_region *src, GLuint src_offset, GLuint srcx, GLuint srcy, GLuint width, GLuint height, bool flip, GLenum logicop) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c2330 GLuint dst_offset = 0; local
2336 dst_offset += 2;
2372 dest = offset(dest, dst_offset);
H A Dbrw_structs.h911 GLuint dst_offset:8; member in struct:brw_vertex_element_state::__anon14419
H A Dintel_blit.c99 GLuint dst_offset,
113 if (dst_offset & 4095)
145 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
206 dst_offset);
401 GLuint dst_offset,
411 if (dst_offset & 4095)
428 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords);
459 dst_offset);
483 unsigned int dst_offset,
499 pitch, dst_bo, dst_offset, I915_TILING_NON
91 intelEmitCopyBlit(struct intel_context *intel, GLuint cpp, GLshort src_pitch, drm_intel_bo *src_buffer, GLuint src_offset, uint32_t src_tiling, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort src_x, GLshort src_y, GLshort dst_x, GLshort dst_y, GLshort w, GLshort h, GLenum logic_op) argument
395 intelEmitImmediateColorExpandBlit(struct intel_context *intel, GLuint cpp, GLubyte *src_bits, GLuint src_size, GLuint fg_color, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort x, GLshort y, GLshort w, GLshort h, GLenum logic_op) argument
481 intel_emit_linear_blit(struct intel_context *intel, drm_intel_bo *dst_bo, unsigned int dst_offset, drm_intel_bo *src_bo, unsigned int src_offset, unsigned int size) argument
[all...]
H A Dintel_pixel_read.c79 GLuint dst_offset; local
124 dst_offset = (GLintptr)pixels;
125 dst_offset += _mesa_image_offset(2, pack, width, height,
140 x == 0 && dst_offset == 0);
155 rowLength, dst_buffer, dst_offset, false,
H A Dintel_regions.c372 GLuint dst_offset,
395 dst->pitch, dst->bo, dst_offset, dst->tiling,
370 intel_region_copy(struct intel_context *intel, struct intel_region *dst, GLuint dst_offset, GLuint dstx, GLuint dsty, struct intel_region *src, GLuint src_offset, GLuint srcx, GLuint srcy, GLuint width, GLuint height, bool flip, GLenum logicop) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_blit.c99 GLuint dst_offset,
113 if (dst_offset & 4095)
145 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
206 dst_offset);
401 GLuint dst_offset,
411 if (dst_offset & 4095)
428 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords);
459 dst_offset);
483 unsigned int dst_offset,
499 pitch, dst_bo, dst_offset, I915_TILING_NON
91 intelEmitCopyBlit(struct intel_context *intel, GLuint cpp, GLshort src_pitch, drm_intel_bo *src_buffer, GLuint src_offset, uint32_t src_tiling, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort src_x, GLshort src_y, GLshort dst_x, GLshort dst_y, GLshort w, GLshort h, GLenum logic_op) argument
395 intelEmitImmediateColorExpandBlit(struct intel_context *intel, GLuint cpp, GLubyte *src_bits, GLuint src_size, GLuint fg_color, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort x, GLshort y, GLshort w, GLshort h, GLenum logic_op) argument
481 intel_emit_linear_blit(struct intel_context *intel, drm_intel_bo *dst_bo, unsigned int dst_offset, drm_intel_bo *src_bo, unsigned int src_offset, unsigned int size) argument
[all...]
H A Dintel_blit.h47 GLuint dst_offset,
61 GLuint dst_offset,
68 unsigned int dst_offset,
H A Dintel_pixel_read.c79 GLuint dst_offset; local
124 dst_offset = (GLintptr)pixels;
125 dst_offset += _mesa_image_offset(2, pack, width, height,
140 x == 0 && dst_offset == 0);
155 rowLength, dst_buffer, dst_offset, false,
H A Dintel_regions.c372 GLuint dst_offset,
395 dst->pitch, dst->bo, dst_offset, dst->tiling,
370 intel_region_copy(struct intel_context *intel, struct intel_region *dst, GLuint dst_offset, GLuint dstx, GLuint dsty, struct intel_region *src, GLuint src_offset, GLuint srcx, GLuint srcy, GLuint width, GLuint height, bool flip, GLenum logicop) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_surface.c287 unsigned dst_offset = dst->offset + dy * dst->pitch + dx * dst->cpp; local
311 dst_offset += dst->pitch * count;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_blit.c452 * @param[in] dst_offset offset of the destination image in the @a dst_bo
473 intptr_t dst_offset,
510 if (src_offset % 32 || dst_offset % 32) {
540 emit_cb_setup(r200, dst_bo, dst_offset, dst_mesaformat, dst_pitch, dst_width, dst_height);
463 r200_blit(struct gl_context *ctx, struct radeon_bo *src_bo, intptr_t src_offset, gl_format src_mesaformat, unsigned src_pitch, unsigned src_width, unsigned src_height, unsigned src_x_offset, unsigned src_y_offset, struct radeon_bo *dst_bo, intptr_t dst_offset, gl_format dst_mesaformat, unsigned dst_pitch, unsigned dst_width, unsigned dst_height, unsigned dst_x_offset, unsigned dst_y_offset, unsigned reg_width, unsigned reg_height, unsigned flip_y) argument
H A Dr200_blit.h45 intptr_t dst_offset,

Completed in 324 milliseconds

12345