/external/mesa3d/src/intel/vulkan/ |
D | anv_gem_stubs.c | 39 anv_gem_create(struct anv_device *device, uint64_t size) in anv_gem_create() 54 anv_gem_close(struct anv_device *device, uint32_t gem_handle) in anv_gem_close() 60 anv_gem_mmap(struct anv_device *device, uint32_t gem_handle, in anv_gem_mmap() 80 anv_gem_userptr(struct anv_device *device, void *mem, size_t size) in anv_gem_userptr() 86 anv_gem_busy(struct anv_device *device, uint32_t gem_handle) in anv_gem_busy() 92 anv_gem_wait(struct anv_device *device, uint32_t gem_handle, int64_t *timeout_ns) in anv_gem_wait() 98 anv_gem_execbuffer(struct anv_device *device, in anv_gem_execbuffer() 105 anv_gem_set_tiling(struct anv_device *device, in anv_gem_set_tiling() 112 anv_gem_set_caching(struct anv_device *device, uint32_t gem_handle, in anv_gem_set_caching() 119 anv_gem_set_domain(struct anv_device *device, uint32_t gem_handle, in anv_gem_set_domain() [all …]
|
D | anv_gem.c | 52 anv_gem_create(struct anv_device *device, uint64_t size) in anv_gem_create() 68 anv_gem_close(struct anv_device *device, uint32_t gem_handle) in anv_gem_close() 81 anv_gem_mmap(struct anv_device *device, uint32_t gem_handle, in anv_gem_mmap() 110 anv_gem_userptr(struct anv_device *device, void *mem, size_t size) in anv_gem_userptr() 126 anv_gem_set_caching(struct anv_device *device, in anv_gem_set_caching() 138 anv_gem_set_domain(struct anv_device *device, uint32_t gem_handle, in anv_gem_set_domain() 154 anv_gem_busy(struct anv_device *device, uint32_t gem_handle) in anv_gem_busy() 171 anv_gem_wait(struct anv_device *device, uint32_t gem_handle, int64_t *timeout_ns) in anv_gem_wait() 186 anv_gem_execbuffer(struct anv_device *device, in anv_gem_execbuffer() 197 anv_gem_get_tiling(struct anv_device *device, uint32_t gem_handle) in anv_gem_get_tiling() [all …]
|
D | anv_private.h | 214 __builtin_types_compatible_p (__typeof (o), struct anv_device*), \ 217 __builtin_types_compatible_p (__typeof (o), const struct anv_device*), \ 544 struct anv_device *device; 645 struct anv_device *device, 655 struct anv_device *device, 675 struct anv_device *device; 682 void anv_bo_pool_init(struct anv_bo_pool *pool, struct anv_device *device, 699 void anv_scratch_pool_init(struct anv_device *device, 701 void anv_scratch_pool_finish(struct anv_device *device, 703 struct anv_bo *anv_scratch_pool_alloc(struct anv_device *device, [all …]
|
D | anv_queue.c | 38 anv_device_execbuf(struct anv_device *device, in anv_device_execbuf() 59 anv_device_submit_simple_batch(struct anv_device *device, in anv_device_submit_simple_batch() 121 struct anv_device *device = queue->device; in anv_QueueSubmit() 267 ANV_FROM_HANDLE(anv_device, device, _device); in anv_CreateFence() 308 anv_fence_impl_cleanup(struct anv_device *device, in anv_fence_impl_cleanup() 333 ANV_FROM_HANDLE(anv_device, device, _device); in anv_DestroyFence() 350 ANV_FROM_HANDLE(anv_device, device, _device); in anv_ResetFences() 390 ANV_FROM_HANDLE(anv_device, device, _device); in anv_GetFenceStatus() 459 anv_wait_for_syncobj_fences(struct anv_device *device, in anv_wait_for_syncobj_fences() 523 anv_wait_for_bo_fences(struct anv_device *device, in anv_wait_for_bo_fences() [all …]
|
D | anv_descriptor_set.c | 44 ANV_FROM_HANDLE(anv_device, device, _device); in anv_CreateDescriptorSetLayout() 201 ANV_FROM_HANDLE(anv_device, device, _device); in anv_DestroyDescriptorSetLayout() 230 ANV_FROM_HANDLE(anv_device, device, _device); in anv_CreatePipelineLayout() 287 ANV_FROM_HANDLE(anv_device, device, _device); in anv_DestroyPipelineLayout() 316 ANV_FROM_HANDLE(anv_device, device, _device); in anv_CreateDescriptorPool() 363 ANV_FROM_HANDLE(anv_device, device, _device); in anv_DestroyDescriptorPool() 378 ANV_FROM_HANDLE(anv_device, device, _device); in anv_ResetDescriptorPool() 424 anv_descriptor_set_create(struct anv_device *device, in anv_descriptor_set_create() 511 anv_descriptor_set_destroy(struct anv_device *device, in anv_descriptor_set_destroy() 541 ANV_FROM_HANDLE(anv_device, device, _device); in anv_AllocateDescriptorSets() [all …]
|
D | anv_device.c | 1131 ANV_FROM_HANDLE(anv_device, device, _device); in anv_GetDeviceProcAddr() 1181 anv_queue_init(struct anv_device *device, struct anv_queue *queue) in anv_queue_init() 1216 anv_device_init_border_colors(struct anv_device *device) in anv_device_init_border_colors() 1233 anv_device_init_trivial_batch(struct anv_device *device) in anv_device_init_trivial_batch() 1280 anv_device_init_dispatch(struct anv_device *device) in anv_device_init_dispatch() 1327 struct anv_device *device; in anv_CreateDevice() 1533 ANV_FROM_HANDLE(anv_device, device, _device); in anv_DestroyDevice() 1607 ANV_FROM_HANDLE(anv_device, device, _device); in anv_GetDeviceQueue() 1615 anv_device_query_status(struct anv_device *device) in anv_device_query_status() 1647 anv_device_bo_busy(struct anv_device *device, struct anv_bo *bo) in anv_device_bo_busy() [all …]
|
D | anv_dump.c | 61 dump_image_init(struct anv_device *device, struct dump_image *image, in dump_image_init() 101 dump_image_finish(struct anv_device *device, struct dump_image *image) in dump_image_finish() 110 dump_image_do_blit(struct anv_device *device, struct dump_image *image, in dump_image_do_blit() 200 dump_image_write_to_ppm(struct anv_device *device, struct dump_image *image) in dump_image_write_to_ppm() 246 anv_dump_image_to_ppm(struct anv_device *device, in anv_dump_image_to_ppm() 334 static struct anv_device *dump_device; 338 anv_dump_start(struct anv_device *device, enum anv_dump_action actions) in anv_dump_start()
|
D | anv_pipeline_cache.c | 30 anv_shader_bin_create(struct anv_device *device, in anv_shader_bin_create() 87 anv_shader_bin_destroy(struct anv_device *device, in anv_shader_bin_destroy() 127 anv_shader_bin_create_from_blob(struct anv_device *device, in anv_shader_bin_create_from_blob() 194 struct anv_device *device, in anv_pipeline_cache_init() 335 struct anv_device *device = cache->device; in anv_pipeline_cache_load() 385 ANV_FROM_HANDLE(anv_device, device, _device); in anv_CreatePipelineCache() 414 ANV_FROM_HANDLE(anv_device, device, _device); in anv_DestroyPipelineCache() 431 ANV_FROM_HANDLE(anv_device, device, _device); in anv_GetPipelineCacheData()
|
D | anv_genX.h | 39 VkResult genX(init_device_state)(struct anv_device *device); 62 genX(emit_urb_setup)(struct anv_device *device, struct anv_batch *batch,
|
D | anv_wsi.c | 149 ANV_FROM_HANDLE(anv_device, device, _device); in anv_CreateSwapchainKHR() 167 ANV_FROM_HANDLE(anv_device, device, _device); in anv_DestroySwapchainKHR() 197 ANV_FROM_HANDLE(anv_device, device, _device); in anv_AcquireNextImageKHR()
|
D | anv_image.c | 232 const struct anv_device *device) in add_fast_clear_state_buffer() 282 make_surface(const struct anv_device *dev, in make_surface() 517 ANV_FROM_HANDLE(anv_device, device, _device); in anv_image_create() 610 ANV_FROM_HANDLE(anv_device, device, _device); in anv_DestroyImage() 626 static void anv_image_bind_memory_plane(struct anv_device *device, in anv_image_bind_memory_plane() 650 ANV_FROM_HANDLE(anv_device, device, _device); in anv_BindImageMemory() 669 ANV_FROM_HANDLE(anv_device, device, _device); in anv_BindImageMemory2KHR() 866 alloc_surface_state(struct anv_device *device) in alloc_surface_state() 891 anv_image_fill_surface_state(struct anv_device *device, in anv_image_fill_surface_state() 1080 ANV_FROM_HANDLE(anv_device, device, _device); in anv_CreateImageView() [all …]
|
D | anv_allocator.c | 245 struct anv_device *device, in anv_block_pool_init() 612 struct anv_device *device, in anv_state_pool_init() 960 anv_bo_pool_init(struct anv_bo_pool *pool, struct anv_device *device, in anv_bo_pool_init() 1055 anv_scratch_pool_init(struct anv_device *device, struct anv_scratch_pool *pool) in anv_scratch_pool_init() 1061 anv_scratch_pool_finish(struct anv_device *device, struct anv_scratch_pool *pool) in anv_scratch_pool_finish() 1073 anv_scratch_pool_alloc(struct anv_device *device, struct anv_scratch_pool *pool, in anv_scratch_pool_alloc() 1232 anv_bo_cache_alloc(struct anv_device *device, in anv_bo_cache_alloc() 1268 anv_bo_cache_import(struct anv_device *device, in anv_bo_cache_import() 1313 anv_bo_cache_export(struct anv_device *device, in anv_bo_cache_export() 1348 anv_bo_cache_release(struct anv_device *device, in anv_bo_cache_release()
|
D | anv_android.c | 107 ANV_FROM_HANDLE(anv_device, device, device_h); in anv_image_from_gralloc() 223 ANV_FROM_HANDLE(anv_device, device, device_h); in anv_GetSwapchainGrallocUsageANDROID() 318 ANV_FROM_HANDLE(anv_device, device, device_h); in anv_AcquireImageANDROID()
|
D | genX_blorp_exec.c | 168 struct anv_device *device = batch->blorp->driver_ctx; in blorp_flush_range() 177 struct anv_device *device = batch->blorp->driver_ctx; in blorp_emit_urb_config()
|
D | genX_state.c | 92 genX(init_device_state)(struct anv_device *device) in genX() 239 ANV_FROM_HANDLE(anv_device, device, _device); in genX()
|
D | genX_query.c | 41 ANV_FROM_HANDLE(anv_device, device, _device); in genX() 125 ANV_FROM_HANDLE(anv_device, device, _device); in genX() 156 wait_for_available(struct anv_device *device, in wait_for_available() 205 ANV_FROM_HANDLE(anv_device, device, _device); in genX()
|
D | anv_pass.c | 53 ANV_FROM_HANDLE(anv_device, device, _device); in anv_CreateRenderPass() 301 ANV_FROM_HANDLE(anv_device, device, _device); in anv_DestroyRenderPass()
|
D | anv_intel.c | 39 ANV_FROM_HANDLE(anv_device, device, _device); in anv_CreateDmaBufImageINTEL()
|
D | anv_blorp.c | 31 struct anv_device *device = blorp->driver_ctx; in lookup_blorp_shader() 60 struct anv_device *device = blorp->driver_ctx; in upload_blorp_shader() 90 anv_device_init_blorp(struct anv_device *device) in anv_device_init_blorp() 120 anv_device_finish_blorp(struct anv_device *device) in anv_device_finish_blorp() 127 get_blorp_surf_for_anv_buffer(struct anv_device *device, in get_blorp_surf_for_anv_buffer() 188 get_blorp_surf_for_anv_image(const struct anv_device *device, in get_blorp_surf_for_anv_image() 1349 resolve_image(struct anv_device *device, in resolve_image()
|
D | anv_pipeline.c | 48 ANV_FROM_HANDLE(anv_device, device, _device); in anv_CreateShaderModule() 75 ANV_FROM_HANDLE(anv_device, device, _device); in anv_DestroyShaderModule() 106 const struct anv_device *device = pipeline->device; in anv_shader_compile_to_nir() 212 ANV_FROM_HANDLE(anv_device, device, _device); in anv_DestroyPipeline() 1264 struct anv_device *device, in anv_pipeline_init()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 2964 ANV_FROM_HANDLE(anv_device, anv_device, device); in anv_tramp_GetDeviceProcAddr() 2965 return anv_device->dispatch.vkGetDeviceProcAddr(device, pName); in anv_tramp_GetDeviceProcAddr() 2970 ANV_FROM_HANDLE(anv_device, anv_device, device); in anv_tramp_DestroyDevice() 2971 return anv_device->dispatch.vkDestroyDevice(device, pAllocator); in anv_tramp_DestroyDevice() 2976 ANV_FROM_HANDLE(anv_device, anv_device, device); in anv_tramp_GetDeviceQueue() 2977 return anv_device->dispatch.vkGetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in anv_tramp_GetDeviceQueue() 2982 ANV_FROM_HANDLE(anv_device, anv_device, device); in anv_tramp_DeviceWaitIdle() 2983 return anv_device->dispatch.vkDeviceWaitIdle(device); in anv_tramp_DeviceWaitIdle() 2988 ANV_FROM_HANDLE(anv_device, anv_device, device); in anv_tramp_AllocateMemory() 2989 return anv_device->dispatch.vkAllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in anv_tramp_AllocateMemory() [all …]
|
/external/mesa3d/src/intel/vulkan/tests/ |
D | state_pool.c | 38 struct anv_device device = { in main()
|
D | state_pool_free_list_only.c | 37 struct anv_device device = { in main()
|
D | state_pool_no_free.c | 58 struct anv_device device = { in run_test()
|
D | block_pool_no_free.c | 113 struct anv_device device = { in run_test()
|