HomeSort by relevance Sort by last modified time
    Searched refs:buf_offset (Results 1 - 25 of 30) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/virgl/
virgl_winsys.h 54 uint32_t buf_offset, uint32_t level);
60 uint32_t buf_offset, uint32_t level);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
4-1.c 90 size_t buf_offset = 0; local
98 aiocbs[i].aio_offset = buf_offset;
116 buf_offset += buf_size;
  /external/mesa3d/src/mesa/state_tracker/
st_pbo.c 55 * buf_offset is in pixels.
61 struct pipe_resource *buf, intptr_t buf_offset,
68 unsigned ofs = (buf_offset * addr->bytes_per_pixel) % st->ctx->Const.TextureBufferOffsetAlignment;
74 buf_offset -= skip_pixels;
80 assert(buf_offset >= 0);
83 addr->first_element = buf_offset;
84 addr->last_element = buf_offset + skip_pixels + addr->width - 1
116 intptr_t buf_offset = (intptr_t) pixels; local
118 if (buf_offset % addr->bytes_per_pixel)
122 buf_offset = buf_offset / addr->bytes_per_pixel
    [all...]
st_pbo.h 63 struct pipe_resource *buf, intptr_t buf_offset,
  /external/freetype/src/lzw/
ftzopen.h 119 FT_UInt buf_offset; member in struct:FT_LzwStateRec_
ftzopen.c 44 state->buf_offset = 0;
63 FT_UInt offset = state->buf_offset;
96 state->buf_offset = offset + num_bits;
197 state->buf_offset = 0;
  /hardware/qcom/msm8998/kernel-headers/linux/
spcom.h 74 uint32_t buf_offset; member in struct:spcom_ion_info
  /hardware/qcom/msm8998/original-kernel-headers/linux/
spcom.h 93 uint32_t buf_offset; /* virtual address offset in request/response */ member in struct:spcom_ion_info
  /external/mesa3d/include/GL/
mesa_glinterop.h 222 ptrdiff_t buf_offset; member in struct:mesa_glinterop_export_out
  /hardware/intel/img/psb_video/src/mrst/
lnc_cmdbuf.h 133 * "buf_offset" is be added to the device virtual address, and the sum is then
141 uint32_t buf_offset,
lnc_cmdbuf.c 248 * "buf_offset" is be added to the device virtual address, and the sum is then
256 uint32_t buf_offset,
274 uint32_t new_val = presumed_offset + buf_offset;
288 reloc->pre_add = buf_offset;
  /external/cn-cbor/src/
cn-encoder.c 295 size_t buf_offset,
299 cn_write_state ws = { buf, buf_offset, buf_size };
302 return ws.offset - buf_offset;
  /external/cn-cbor/include/cn-cbor/
cn-cbor.h 264 * @param[in] buf_offset The offset (in bytes) from the beginning of the buffer
271 size_t buf_offset,
  /hardware/intel/img/psb_video/src/
pnw_cmdbuf.h 154 * "buf_offset" is be added to the device virtual address, and the sum is then
162 uint32_t buf_offset,
vsp_cmdbuf.c 199 * "buf_offset" is be added to the device virtual address, and the sum is then
207 uint32_t buf_offset,
225 uint32_t new_val = presumed_offset + buf_offset;
239 reloc->pre_add = buf_offset;
tng_cmdbuf.h 181 * "buf_offset" is be added to the device virtual address, and the sum is then
189 IMG_UINT32 buf_offset,
vsp_cmdbuf.h 183 uint32_t buf_offset,
psb_surface_attrib.c 143 int width, height, buf_stride, buf_offset, size;
173 buf_offset = v4l2_buf->m.offset;
177 width, height, buf_stride, buf_offset, size);
204 vaStatus = psb_surface_create_camera(driver_data, width, height, buf_stride, size, psb_surface, 1, buf_offset);
218 buf_stride, size, psb_surface, 1, buf_offset, user_ptr);
pnw_cmdbuf.c 257 * "buf_offset" is be added to the device virtual address, and the sum is then
265 uint32_t buf_offset,
283 uint32_t new_val = presumed_offset + buf_offset;
297 reloc->pre_add = buf_offset;
tng_cmdbuf.c 320 * "buf_offset" is be added to the device virtual address, and the sum is then
328 IMG_UINT32 buf_offset,
346 IMG_UINT32 new_val = presumed_offset + buf_offset;
360 reloc->pre_add = buf_offset;
psb_cmdbuf.h 143 * "buf_offset" is be added to the device virtual address, and the sum is then
151 uint32_t buf_offset,
  /external/mesa3d/src/gallium/winsys/virgl/vtest/
virgl_vtest_winsys.c 72 uint32_t buf_offset, uint32_t level)
86 virgl_vtest_send_transfer_put_data(vtws, ptr + buf_offset, size);
96 uint32_t buf_offset, uint32_t level)
112 virgl_vtest_recv_transfer_get_data(vtws, ptr + buf_offset, size,
  /external/strace/
btrfs.c 1140 uint64_t buf_offset; local
1152 buf_offset = offsetof(struct btrfs_ioctl_search_args, buf);
1153 btrfs_print_tree_search(tcp, &args.key, arg + buf_offset,
1162 uint64_t buf_offset; local
1182 buf_offset = offsetof(struct btrfs_ioctl_search_args_v2, buf);
1183 btrfs_print_tree_search(tcp, &args.key, arg + buf_offset,
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_buffer.c 542 uint32_t buf_offset; local
543 radv_cmd_buffer_upload_data(cmd_buffer, dataSize, 32, pData, &buf_offset);
545 buf_offset, dstOffset + dst_buffer->offset, dataSize);
  /external/mesa3d/src/gallium/winsys/virgl/drm/
virgl_drm_winsys.c 254 uint32_t buf_offset, uint32_t level)
262 tohostcmd.offset = buf_offset;
274 uint32_t buf_offset, uint32_t level)
282 fromhostcmd.offset = buf_offset;

Completed in 645 milliseconds

1 2