HomeSort by relevance Sort by last modified time
    Searched defs:buf_offset (Results 1 - 11 of 11) sorted by null

  /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;
  /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/freetype/src/lzw/
ftzopen.h 119 FT_UInt buf_offset; member in struct:FT_LzwStateRec_
  /external/mesa3d/include/GL/
mesa_glinterop.h 222 ptrdiff_t buf_offset; member in struct:mesa_glinterop_export_out
  /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/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_cb_texture.c 1654 intptr_t buf_offset; local
    [all...]
  /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/gallium/auxiliary/draw/
draw_llvm.c 1690 LLVMValueRef vb_info, vbuffer_ptr, buf_offset, ofbit; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-nds32.c 5765 int buf_offset, pcrel; local
    [all...]

Completed in 199 milliseconds