Searched refs:dst_offset (Results 1 - 25 of 115) sorted by relevance

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_blit.c41 unsigned dst_offset,
50 __FUNCTION__, dst_buffer, dst_pitch, dst_offset, x, y, w, h);
82 OUT_RELOC_FENCED(dst_buffer, I915_USAGE_2D_TARGET, dst_offset);
96 unsigned dst_offset,
111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
154 OUT_RELOC_FENCED(dst_buffer, I915_USAGE_2D_TARGET, dst_offset);
36 i915_fill_blit(struct i915_context *i915, unsigned cpp, unsigned rgba_mask, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short x, short y, short w, short h, unsigned color) argument
89 i915_copy_blit(struct i915_context *i915, unsigned cpp, unsigned short src_pitch, struct i915_winsys_buffer *src_buffer, unsigned src_offset, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short src_x, short src_y, short dst_x, short dst_y, short w, short h) argument
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_blit.h40 unsigned dst_offset,
50 unsigned dst_offset,
H A Di915_blit.c41 unsigned dst_offset,
50 __FUNCTION__, dst_buffer, dst_pitch, dst_offset, x, y, w, h);
82 OUT_RELOC_FENCED(dst_buffer, I915_USAGE_2D_TARGET, dst_offset);
96 unsigned dst_offset,
111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
154 OUT_RELOC_FENCED(dst_buffer, I915_USAGE_2D_TARGET, dst_offset);
36 i915_fill_blit(struct i915_context *i915, unsigned cpp, unsigned rgba_mask, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short x, short y, short w, short h, unsigned color) argument
89 i915_copy_blit(struct i915_context *i915, unsigned cpp, unsigned short src_pitch, struct i915_winsys_buffer *src_buffer, unsigned src_offset, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short src_x, short src_y, short dst_x, short dst_y, short w, short h) argument
/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_common.h43 uint32_t dst_offset; member in struct:woff2::Table
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_blit.h45 intptr_t dst_offset,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_blit.h45 intptr_t dst_offset,
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_blit.h45 intptr_t dst_offset,
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_blit.h45 intptr_t dst_offset,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch.c68 unsigned dst_offset = 0; local
76 dst_offset += 1 * sizeof(float);
79 dst_offset += 8 * sizeof(float);
94 key.element[nr].output_offset = dst_offset;
96 dst_offset += sizeof(uint);
104 key.element[nr].output_offset = dst_offset;
107 dst_offset += 4 * sizeof(int);
115 key.element[nr].output_offset = dst_offset;
118 dst_offset += 4 * sizeof(unsigned);
126 key.element[nr].output_offset = dst_offset;
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
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,
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch.c68 unsigned dst_offset = 0; local
76 dst_offset += 1 * sizeof(float);
79 dst_offset += 8 * sizeof(float);
94 key.element[nr].output_offset = dst_offset;
96 dst_offset += sizeof(uint);
104 key.element[nr].output_offset = dst_offset;
107 dst_offset += 4 * sizeof(int);
115 key.element[nr].output_offset = dst_offset;
118 dst_offset += 4 * sizeof(unsigned);
126 key.element[nr].output_offset = dst_offset;
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
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,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
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_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...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
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_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...]
/external/mesa3d/src/mesa/drivers/dri/i915/
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,
/external/mesa3d/src/mesa/drivers/dri/i965/
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,
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dgrowable_memory_byte_array.h38 virtual int32_t CopyTo(int32_t dst_offset, argument
42 return ByteArray::CopyTo(dst_offset, array, src_offset, length);
H A Dmemory_byte_array.h50 virtual int32_t CopyTo(int32_t dst_offset, argument
54 return ByteArray::CopyTo(dst_offset, array, src_offset, length);
/external/sfntly/cpp/src/sfntly/data/
H A Dgrowable_memory_byte_array.h38 virtual int32_t CopyTo(int32_t dst_offset, argument
42 return ByteArray::CopyTo(dst_offset, array, src_offset, length);
H A Dmemory_byte_array.h50 virtual int32_t CopyTo(int32_t dst_offset, argument
54 return ByteArray::CopyTo(dst_offset, array, src_offset, length);

Completed in 8072 milliseconds

12345