| /xsrc/external/mit/libdrm/dist/tests/amdgpu/ |
| H A D | amdgpu_test.h | 453 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 D | security_tests.c | 120 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 D | cp_dma_tests.c | 89 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 D | basic_tests.c | 698 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 D | amdgpu.h | 235 uint64_t alloc_flags; member in struct:amdgpu_bo_info
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | freedreno_priv.h | 290 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 D | anv_allocator.c | 1574 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 D | anv_device.c | 3649 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 D | iris_resource.c | 343 uint32_t alloc_flags = 0; local in function:iris_resource_alloc_aux
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_resource.c | 557 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 D | intel_mipmap_tree.c | 682 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 D | brw_mipmap_tree.c | 482 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
|