Searched defs:alloc_flags (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Damdgpu_test.h453 amdgpu_bo_alloc_and_map(amdgpu_device_handle dev,unsigned size,unsigned alignment,unsigned heap,uint64_t alloc_flags,amdgpu_bo_handle * bo,void ** cpu,uint64_t * mc_address,amdgpu_va_handle * va_handle) argument
H A Dsecurity_tests.c120 amdgpu_bo_alloc_map(struct amdgpu_device * dev,unsigned size,unsigned alignment,unsigned gem_domain,uint64_t alloc_flags,struct sec_amdgpu_bo * sbo) argument
H A Dcp_dma_tests.c89 allocate_bo_and_va(amdgpu_device_handle dev,uint64_t size,uint64_t alignment,uint32_t heap,uint64_t alloc_flags,struct amdgpu_cp_dma_bo * bo) argument
H A Dbasic_tests.c698 amdgpu_bo_alloc_and_map_raw(amdgpu_device_handle dev,unsigned size,unsigned alignment,unsigned heap,uint64_t alloc_flags,uint64_t mapping_flags,amdgpu_bo_handle * bo,void ** cpu,uint64_t * mc_address,amdgpu_va_handle * va_handle) argument
/xsrc/external/mit/libdrm/dist/amdgpu/
H A Damdgpu.h235 uint64_t alloc_flags; member in struct:amdgpu_bo_info
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_priv.h290 uint32_t alloc_flags; /* flags that control allocation/mapping, ie. FD_BO_x */ member in struct:fd_bo
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_allocator.c1574 anv_bo_alloc_flags_to_bo_flags(struct anv_device * device,enum anv_bo_alloc_flags alloc_flags) argument
1602 anv_device_get_bo_align(struct anv_device * device,enum anv_bo_alloc_flags alloc_flags) argument
1613 anv_device_alloc_bo(struct anv_device * device,const char * name,uint64_t size,enum anv_bo_alloc_flags alloc_flags,uint64_t explicit_address,struct anv_bo ** bo_out) argument
1755 anv_device_import_bo_from_host_ptr(struct anv_device * device,void * host_ptr,uint32_t size,enum anv_bo_alloc_flags alloc_flags,uint64_t client_address,struct anv_bo ** bo_out) argument
1851 anv_device_import_bo(struct anv_device * device,int fd,enum anv_bo_alloc_flags alloc_flags,uint64_t client_address,struct anv_bo ** bo_out) argument
[all...]
H A Danv_device.c3649 enum anv_bo_alloc_flags alloc_flags = 0; local in function:anv_AllocateMemory
3546 anv_vma_alloc(struct anv_device * device,uint64_t size,uint64_t align,enum anv_bo_alloc_flags alloc_flags,uint64_t client_address) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resource.c343 uint32_t alloc_flags = 0; local in function:iris_resource_alloc_aux
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.c557 crocus_resource_init_aux_buf(struct crocus_resource *res, uint32_t alloc_flags) argument
587 uint32_t alloc_flags; local in function:crocus_resource_alloc_separate_aux
859 uint32_t alloc_flags; local in function:crocus_resource_from_handle
421 crocus_resource_configure_aux(struct crocus_screen * screen,struct crocus_resource * res,bool imported,uint64_t * aux_size_B,uint32_t * alloc_flags) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c682 const uint32_t alloc_flags = local in function:miptree_create
1678 const uint32_t alloc_flags = local in function:intel_alloc_aux_buffer
549 make_surface(struct brw_context * brw,GLenum target,mesa_format format,unsigned first_level,unsigned last_level,unsigned width0,unsigned height0,unsigned depth0,unsigned num_samples,isl_tiling_flags_t tiling_flags,isl_surf_usage_flags_t isl_usage_flags,uint32_t alloc_flags,unsigned row_pitch_B,struct brw_bo * bo) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_mipmap_tree.c482 const uint32_t alloc_flags = local in function:miptree_create
1430 const uint32_t alloc_flags = local in function:brw_alloc_aux_buffer
349 make_surface(struct brw_context * brw,GLenum target,mesa_format format,unsigned first_level,unsigned last_level,unsigned width0,unsigned height0,unsigned depth0,unsigned num_samples,isl_tiling_flags_t tiling_flags,isl_surf_usage_flags_t isl_usage_flags,uint32_t alloc_flags,unsigned row_pitch_B,struct brw_bo * bo) argument

Completed in 37 milliseconds