HomeSort by relevance Sort by last modified time
    Searched refs:alloc_size (Results 76 - 96 of 96) sorted by null

1 2 34

  /hardware/intel/img/psb_video/src/
psb_drv_video.c     [all...]
psb_drv_video.h 594 unsigned int alloc_size; member in struct:object_buffer_s
psb_output.c 531 obj_buffer->alloc_size = obj_buffer->size;
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 1974 size_t alloc_size; local
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_descriptor_set.c 477 assert(state.alloc_size == 64);
anv_private.h 380 uint32_t alloc_size; member in struct:anv_state
448 anv_clflush_range(state.map, state.alloc_size);
    [all...]
anv_device.c     [all...]
  /external/compiler-rt/lib/asan/
asan_report.cc 818 void ReportNewDeleteSizeMismatch(uptr addr, uptr alloc_size, uptr delete_size,
832 alloc_size, delete_size);
    [all...]
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_cs.c 188 alloc_buffer.alloc_size = ctx->ws->info.gart_page_size;
204 memset(ctx->user_fence_cpu_address_base, 0, alloc_buffer.alloc_size);
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_device.c     [all...]
  /bionic/tests/
fortify_test.cpp 420 #ifdef __clang__ && !__has_attribute(alloc_size)
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 376 uint32_t alloc_size; member in struct:r600_shader_driver_constants_info
r600_state_common.c     [all...]
  /external/protobuf/src/google/protobuf/
arena.h 138 uint64 alloc_size, void* cookie);
    [all...]
arena_unittest.cc     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
arena.h 138 uint64 alloc_size, void* cookie);
    [all...]
  /system/extras/micro_bench/
micro_bench.cpp 434 size_t alloc_size = size * 2 + 3 * cmd_data.dst_align; // should alloc_size be used? local
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 6989 int alloc_size[MAX_NUM_INPUT_OUTPUT_BUFFERS] = {0}; local
    [all...]
  /external/v8/src/wasm/
wasm-module.cc 105 const size_t alloc_size = local
110 void* memory = base::OS::AllocateGuarded(alloc_size);
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 4322 size_t alloc_size = __sanitizer_get_estimated_allocated_size(sizes[i]); local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-xtensa.c 2171 static bfd_size_type alloc_size = 0; local
    [all...]

Completed in 534 milliseconds

1 2 34