/external/mesa3d/src/intel/vulkan/ |
D | anv_wsi.c | 32 ANV_FROM_HANDLE(anv_physical_device, physical_device, physicalDevice); in anv_wsi_proc_addr() 57 ANV_FROM_HANDLE(anv_instance, instance, _instance); in anv_DestroySurfaceKHR() 72 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceSurfaceSupportKHR() 87 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceSurfaceCapabilitiesKHR() 99 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceSurfaceCapabilities2KHR() 112 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceSurfaceFormatsKHR() 124 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceSurfaceFormats2KHR() 136 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceSurfacePresentModesKHR() 149 ANV_FROM_HANDLE(anv_device, device, _device); in anv_CreateSwapchainKHR() 167 ANV_FROM_HANDLE(anv_device, device, _device); in anv_DestroySwapchainKHR() [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() 202 ANV_FROM_HANDLE(anv_descriptor_set_layout, set_layout, _set_layout); in anv_DestroyDescriptorSetLayout() 230 ANV_FROM_HANDLE(anv_device, device, _device); in anv_CreatePipelineLayout() 246 ANV_FROM_HANDLE(anv_descriptor_set_layout, set_layout, in anv_CreatePipelineLayout() 287 ANV_FROM_HANDLE(anv_device, device, _device); in anv_DestroyPipelineLayout() 288 ANV_FROM_HANDLE(anv_pipeline_layout, pipeline_layout, _pipelineLayout); 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() 364 ANV_FROM_HANDLE(anv_descriptor_pool, pool, _pool); in anv_DestroyDescriptorPool() [all …]
|
D | anv_queue.c | 120 ANV_FROM_HANDLE(anv_queue, queue, _queue); in anv_QueueSubmit() 194 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, in anv_QueueSubmit() 256 ANV_FROM_HANDLE(anv_queue, queue, _queue); in anv_QueueWaitIdle() 267 ANV_FROM_HANDLE(anv_device, device, _device); in anv_CreateFence() 333 ANV_FROM_HANDLE(anv_device, device, _device); in anv_DestroyFence() 334 ANV_FROM_HANDLE(anv_fence, fence, _fence); in anv_DestroyFence() 350 ANV_FROM_HANDLE(anv_device, device, _device); in anv_ResetFences() 353 ANV_FROM_HANDLE(anv_fence, fence, pFences[i]); in anv_ResetFences() 390 ANV_FROM_HANDLE(anv_device, device, _device); in anv_GetFenceStatus() 391 ANV_FROM_HANDLE(anv_fence, fence, _fence); in anv_GetFenceStatus() [all …]
|
D | anv_cmd_buffer.c | 238 ANV_FROM_HANDLE(anv_device, device, _device); in anv_AllocateCommandBuffers() 239 ANV_FROM_HANDLE(anv_cmd_pool, pool, pAllocateInfo->commandPool); in anv_AllocateCommandBuffers() 283 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, pCommandBuffers[i]); in anv_FreeCommandBuffers() 313 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in anv_ResetCommandBuffer() 342 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in anv_CmdBindPipeline() 343 ANV_FROM_HANDLE(anv_pipeline, pipeline, _pipeline); in anv_CmdBindPipeline() 379 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in anv_CmdSetViewport() 397 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in anv_CmdSetScissor() 413 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in anv_CmdSetLineWidth() 425 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in anv_CmdSetDepthBias() [all …]
|
D | anv_device.c | 611 ANV_FROM_HANDLE(anv_instance, instance, _instance); in anv_DestroyInstance() 671 ANV_FROM_HANDLE(anv_instance, instance, _instance); in anv_EnumeratePhysicalDevices() 696 ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice); in anv_GetPhysicalDeviceFeatures() 805 ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice); in anv_GetPhysicalDeviceProperties() 952 ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice); in anv_GetPhysicalDeviceProperties2KHR() 1043 ANV_FROM_HANDLE(anv_physical_device, physical_device, physicalDevice); in anv_GetPhysicalDeviceMemoryProperties() 1082 ANV_FROM_HANDLE(anv_instance, instance, _instance); in anv_GetInstanceProcAddr() 1131 ANV_FROM_HANDLE(anv_device, device, _device); in anv_GetDeviceProcAddr() 1149 ANV_FROM_HANDLE(anv_instance, instance, _instance); in anv_CreateDebugReportCallbackEXT() 1160 ANV_FROM_HANDLE(anv_instance, instance, _instance); in anv_DestroyDebugReportCallbackEXT() [all …]
|
D | anv_wsi_x11.c | 39 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceXcbPresentationSupportKHR() 55 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceXlibPresentationSupportKHR() 71 ANV_FROM_HANDLE(anv_instance, instance, _instance); in anv_CreateXcbSurfaceKHR() 89 ANV_FROM_HANDLE(anv_instance, instance, _instance); in anv_CreateXlibSurfaceKHR()
|
D | genX_query.c | 41 ANV_FROM_HANDLE(anv_device, device, _device); in genX() 125 ANV_FROM_HANDLE(anv_device, device, _device); in genX() 126 ANV_FROM_HANDLE(anv_query_pool, pool, _pool); in genX() 205 ANV_FROM_HANDLE(anv_device, device, _device); in genX() 206 ANV_FROM_HANDLE(anv_query_pool, pool, queryPool); in genX() 355 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in genX() 356 ANV_FROM_HANDLE(anv_query_pool, pool, queryPool); in genX() 409 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in genX() 410 ANV_FROM_HANDLE(anv_query_pool, pool, queryPool); in genX() 444 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in genX() [all …]
|
D | anv_blorp.c | 234 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in anv_CmdCopyImage() 235 ANV_FROM_HANDLE(anv_image, src_image, srcImage); in anv_CmdCopyImage() 236 ANV_FROM_HANDLE(anv_image, dst_image, dstImage); in anv_CmdCopyImage() 412 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in anv_CmdCopyBufferToImage() 413 ANV_FROM_HANDLE(anv_buffer, src_buffer, srcBuffer); in anv_CmdCopyBufferToImage() 414 ANV_FROM_HANDLE(anv_image, dst_image, dstImage); in anv_CmdCopyBufferToImage() 428 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in anv_CmdCopyImageToBuffer() 429 ANV_FROM_HANDLE(anv_image, src_image, srcImage); in anv_CmdCopyImageToBuffer() 430 ANV_FROM_HANDLE(anv_buffer, dst_buffer, dstBuffer); in anv_CmdCopyImageToBuffer() 468 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in anv_CmdBlitImage() [all …]
|
D | anv_image.c | 517 ANV_FROM_HANDLE(anv_device, device, _device); in anv_image_create() 610 ANV_FROM_HANDLE(anv_device, device, _device); in anv_DestroyImage() 611 ANV_FROM_HANDLE(anv_image, image, _image); in anv_DestroyImage() 650 ANV_FROM_HANDLE(anv_device, device, _device); in anv_BindImageMemory() 651 ANV_FROM_HANDLE(anv_device_memory, mem, _memory); in anv_BindImageMemory() 652 ANV_FROM_HANDLE(anv_image, image, _image); in anv_BindImageMemory() 669 ANV_FROM_HANDLE(anv_device, device, _device); in anv_BindImageMemory2KHR() 673 ANV_FROM_HANDLE(anv_device_memory, mem, bind_info->memory); in anv_BindImageMemory2KHR() 674 ANV_FROM_HANDLE(anv_image, image, bind_info->image); in anv_BindImageMemory2KHR() 710 ANV_FROM_HANDLE(anv_image, image, _image); in anv_GetImageSubresourceLayout() [all …]
|
D | gen8_cmd_buffer.c | 551 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in genX() 552 ANV_FROM_HANDLE(anv_buffer, buffer, _buffer); in genX() 601 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in genX() 602 ANV_FROM_HANDLE(anv_event, event, _event); in genX() 625 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in genX() 626 ANV_FROM_HANDLE(anv_event, event, _event); in genX() 657 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in genX() 659 ANV_FROM_HANDLE(anv_event, event, pEvents[i]); in genX()
|
D | anv_pipeline_cache.c | 385 ANV_FROM_HANDLE(anv_device, device, _device); in anv_CreatePipelineCache() 414 ANV_FROM_HANDLE(anv_device, device, _device); in anv_DestroyPipelineCache() 415 ANV_FROM_HANDLE(anv_pipeline_cache, cache, _cache); in anv_DestroyPipelineCache() 431 ANV_FROM_HANDLE(anv_device, device, _device); in anv_GetPipelineCacheData() 432 ANV_FROM_HANDLE(anv_pipeline_cache, cache, _cache); in anv_GetPipelineCacheData() 492 ANV_FROM_HANDLE(anv_pipeline_cache, dst, destCache); in anv_MergePipelineCaches() 498 ANV_FROM_HANDLE(anv_pipeline_cache, src, pSrcCaches[i]); in anv_MergePipelineCaches()
|
D | anv_wsi_wayland.c | 35 ANV_FROM_HANDLE(anv_physical_device, physical_device, physicalDevice); in anv_GetPhysicalDeviceWaylandPresentationSupportKHR() 46 ANV_FROM_HANDLE(anv_instance, instance, _instance); in anv_CreateWaylandSurfaceKHR()
|
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() 302 ANV_FROM_HANDLE(anv_render_pass, pass, _pass); in anv_DestroyRenderPass() 312 ANV_FROM_HANDLE(anv_render_pass, pass, renderPass); in anv_GetRenderAreaGranularity()
|
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_cmd_buffer.c | 841 ANV_FROM_HANDLE(anv_framebuffer, framebuffer, begin->framebuffer); in genX() 935 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in genX() 1065 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in genX() 1091 ANV_FROM_HANDLE(anv_cmd_buffer, primary, commandBuffer); in genX() 1109 ANV_FROM_HANDLE(anv_cmd_buffer, secondary, pCmdBuffers[i]); in genX() 1399 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in genX() 1421 ANV_FROM_HANDLE(anv_image, image, pImageMemoryBarriers[i].image); in genX() 2270 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in genX() 2308 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in genX() 2459 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in genX() [all …]
|
D | anv_formats.c | 659 ANV_FROM_HANDLE(anv_physical_device, physical_device, physicalDevice); in anv_GetPhysicalDeviceFormatProperties() 847 ANV_FROM_HANDLE(anv_physical_device, physical_device, physicalDevice); in anv_GetPhysicalDeviceImageFormatProperties() 881 ANV_FROM_HANDLE(anv_physical_device, physical_device, physicalDevice); in anv_GetPhysicalDeviceImageFormatProperties2KHR() 1029 ANV_FROM_HANDLE(anv_device, device, _device); in anv_CreateSamplerYcbcrConversionKHR() 1073 ANV_FROM_HANDLE(anv_device, device, _device); in anv_DestroySamplerYcbcrConversionKHR() 1074 ANV_FROM_HANDLE(anv_ycbcr_conversion, conversion, YcbcrConversion); in anv_DestroySamplerYcbcrConversionKHR()
|
D | genX_state.c | 239 ANV_FROM_HANDLE(anv_device, device, _device); in genX() 259 ANV_FROM_HANDLE(anv_ycbcr_conversion, conversion, in genX()
|
D | gen7_cmd_buffer.c | 113 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, commandBuffer); in genX() 114 ANV_FROM_HANDLE(anv_buffer, buffer, _buffer); in genX()
|
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() 76 ANV_FROM_HANDLE(anv_shader_module, module, _module); in anv_DestroyShaderModule() 212 ANV_FROM_HANDLE(anv_device, device, _device); in anv_DestroyPipeline() 213 ANV_FROM_HANDLE(anv_pipeline, pipeline, _pipeline); in anv_DestroyPipeline() 1278 ANV_FROM_HANDLE(anv_render_pass, render_pass, pCreateInfo->renderPass); in anv_pipeline_init()
|
D | anv_intel.c | 39 ANV_FROM_HANDLE(anv_device, device, _device); in anv_CreateDmaBufImageINTEL()
|
D | genX_pipeline.c | 1662 ANV_FROM_HANDLE(anv_device, device, _device); 1663 ANV_FROM_HANDLE(anv_render_pass, pass, pCreateInfo->renderPass); 1744 ANV_FROM_HANDLE(anv_device, device, _device); 1784 ANV_FROM_HANDLE(anv_shader_module, module, pCreateInfo->stage.module); 1873 ANV_FROM_HANDLE(anv_pipeline_cache, pipeline_cache, pipelineCache); 1904 ANV_FROM_HANDLE(anv_pipeline_cache, pipeline_cache, pipelineCache);
|
D | anv_batch_chain.c | 1457 ANV_FROM_HANDLE(anv_fence, fence, _fence); in anv_cmd_buffer_execbuf() 1465 ANV_FROM_HANDLE(anv_semaphore, semaphore, in_semaphores[i]); in anv_cmd_buffer_execbuf() 1509 ANV_FROM_HANDLE(anv_semaphore, semaphore, out_semaphores[i]); in anv_cmd_buffer_execbuf() 1618 ANV_FROM_HANDLE(anv_semaphore, semaphore, in_semaphores[i]); in anv_cmd_buffer_execbuf() 1651 ANV_FROM_HANDLE(anv_semaphore, semaphore, out_semaphores[i]); in anv_cmd_buffer_execbuf()
|
D | anv_private.h | 2934 #define ANV_FROM_HANDLE(__anv_type, __name, __handle) \ macro
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 2964 ANV_FROM_HANDLE(anv_device, anv_device, device); in anv_tramp_GetDeviceProcAddr() 2970 ANV_FROM_HANDLE(anv_device, anv_device, device); in anv_tramp_DestroyDevice() 2976 ANV_FROM_HANDLE(anv_device, anv_device, device); in anv_tramp_GetDeviceQueue() 2982 ANV_FROM_HANDLE(anv_device, anv_device, device); in anv_tramp_DeviceWaitIdle() 2988 ANV_FROM_HANDLE(anv_device, anv_device, device); in anv_tramp_AllocateMemory() 2994 ANV_FROM_HANDLE(anv_device, anv_device, device); in anv_tramp_FreeMemory() 3000 ANV_FROM_HANDLE(anv_device, anv_device, device); in anv_tramp_MapMemory() 3006 ANV_FROM_HANDLE(anv_device, anv_device, device); in anv_tramp_UnmapMemory() 3012 ANV_FROM_HANDLE(anv_device, anv_device, device); in anv_tramp_FlushMappedMemoryRanges() 3018 ANV_FROM_HANDLE(anv_device, anv_device, device); in anv_tramp_InvalidateMappedMemoryRanges() [all …]
|