Home
last modified time | relevance | path

Searched refs:PVR_FROM_HANDLE (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/imagination/vulkan/
Dpvr_image.c131 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_CreateImage()
160 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_DestroyImage()
161 PVR_FROM_HANDLE(pvr_image, image, _image); in pvr_DestroyImage()
208 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_BindImageMemory2()
212 PVR_FROM_HANDLE(pvr_device_memory, mem, pBindInfos[i].memory); in pvr_BindImageMemory2()
213 PVR_FROM_HANDLE(pvr_image, image, pBindInfos[i].image); in pvr_BindImageMemory2()
224 PVR_FROM_HANDLE(pvr_image, image, pBindInfos[i].image); in pvr_BindImageMemory2()
241 PVR_FROM_HANDLE(pvr_image, image, _image); in pvr_GetImageSubresourceLayout()
261 PVR_FROM_HANDLE(pvr_image, image, pCreateInfo->image); in pvr_CreateImageView()
262 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_CreateImageView()
[all …]
Dpvr_device.c238 PVR_FROM_HANDLE(pvr_instance, instance, _instance); in pvr_DestroyInstance()
576 PVR_FROM_HANDLE(pvr_instance, instance, _instance); in pvr_EnumeratePhysicalDevices()
599 PVR_FROM_HANDLE(pvr_physical_device, pdevice, physicalDevice); in pvr_GetPhysicalDeviceFeatures2()
797 PVR_FROM_HANDLE(pvr_physical_device, pdevice, physicalDevice); in pvr_GetPhysicalDeviceProperties2()
1074 PVR_FROM_HANDLE(pvr_physical_device, pdevice, physicalDevice); in pvr_GetPhysicalDeviceMemoryProperties2()
1086 PVR_FROM_HANDLE(pvr_instance, instance, _instance); in pvr_GetInstanceProcAddr()
1110 PVR_FROM_HANDLE(pvr_instance, instance, _instance); in vk_icdGetPhysicalDeviceProcAddr()
1568 PVR_FROM_HANDLE(pvr_physical_device, pdevice, physicalDevice); in pvr_CreateDevice()
1711 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_DestroyDevice()
1742 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_AllocateMemory()
[all …]
Dpvr_pipeline_cache.c72 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_CreatePipelineCache()
102 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_DestroyPipelineCache()
103 PVR_FROM_HANDLE(pvr_pipeline_cache, cache, _cache); in pvr_DestroyPipelineCache()
116 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_GetPipelineCacheData()
Dpvr_descriptor_set.c435 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_CreateDescriptorSetLayout()
543 PVR_FROM_HANDLE(pvr_sampler, in pvr_CreateDescriptorSetLayout()
677 PVR_FROM_HANDLE(pvr_descriptor_set_layout, layout, _set_layout); in pvr_DestroyDescriptorSetLayout()
678 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_DestroyDescriptorSetLayout()
844 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_CreatePipelineLayout()
872 PVR_FROM_HANDLE(pvr_descriptor_set_layout, in pvr_CreatePipelineLayout()
989 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_DestroyPipelineLayout()
990 PVR_FROM_HANDLE(pvr_pipeline_layout, layout, _pipelineLayout); in pvr_DestroyPipelineLayout()
1000 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_CreateDescriptorPool()
1058 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_DestroyDescriptorPool()
[all …]
Dpvr_blit.c106 PVR_FROM_HANDLE(pvr_cmd_buffer, cmd_buffer, commandBuffer); in pvr_CmdCopyBuffer2KHR()
107 PVR_FROM_HANDLE(pvr_buffer, src, pCopyBufferInfo->srcBuffer); in pvr_CmdCopyBuffer2KHR()
108 PVR_FROM_HANDLE(pvr_buffer, dst, pCopyBufferInfo->dstBuffer); in pvr_CmdCopyBuffer2KHR()
Dpvr_query.c42 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_CreateQueryPool()
109 PVR_FROM_HANDLE(pvr_query_pool, pool, queryPool); in pvr_DestroyQueryPool()
110 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_DestroyQueryPool()
Dpvr_wsi.c40 PVR_FROM_HANDLE(pvr_physical_device, pdevice, physicalDevice); in pvr_wsi_proc_addr()
74 PVR_FROM_HANDLE(pvr_queue, queue, _queue); in pvr_QueuePresentKHR()
Dpvr_cmd_buffer.c194 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_AllocateCommandBuffers()
1778 PVR_FROM_HANDLE(pvr_cmd_buffer, cmd_buffer, commandBuffer); in pvr_CmdBindPipeline()
1779 PVR_FROM_HANDLE(pvr_pipeline, pipeline, _pipeline); in pvr_CmdBindPipeline()
1870 PVR_FROM_HANDLE(pvr_cmd_buffer, cmd_buffer, commandBuffer); in pvr_CmdSetViewport()
1902 PVR_FROM_HANDLE(pvr_cmd_buffer, cmd_buffer, commandBuffer); in pvr_CmdSetScissor()
1923 PVR_FROM_HANDLE(pvr_cmd_buffer, cmd_buffer, commandBuffer); in pvr_CmdSetLineWidth()
1935 PVR_FROM_HANDLE(pvr_cmd_buffer, cmd_buffer, commandBuffer); in pvr_CmdSetDepthBias()
1947 PVR_FROM_HANDLE(pvr_cmd_buffer, cmd_buffer, commandBuffer); in pvr_CmdSetBlendConstants()
1969 PVR_FROM_HANDLE(pvr_cmd_buffer, cmd_buffer, commandBuffer); in pvr_CmdSetStencilCompareMask()
1985 PVR_FROM_HANDLE(pvr_cmd_buffer, cmd_buffer, commandBuffer); in pvr_CmdSetStencilWriteMask()
[all …]
Dpvr_pass.c312 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_CreateRenderPass2()
559 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_DestroyRenderPass()
560 PVR_FROM_HANDLE(pvr_render_pass, pass, _pass); in pvr_DestroyRenderPass()
581 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_GetRenderAreaGranularity()
Dpvr_queue.c172 PVR_FROM_HANDLE(pvr_queue, queue, _queue); in pvr_QueueWaitIdle()
465 PVR_FROM_HANDLE(pvr_cmd_buffer, cmd_buffer, commandBuffer); in pvr_process_cmd_buffer()
595 PVR_FROM_HANDLE(pvr_queue, queue, _queue); in pvr_QueueSubmit()
Dpvr_pipeline.c1282 PVR_FROM_HANDLE(pvr_pipeline_cache, pipeline_cache, pipelineCache); in pvr_CreateComputePipelines()
1283 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_CreateComputePipelines()
1988 PVR_FROM_HANDLE(pvr_pipeline_cache, pipeline_cache, pipelineCache); in pvr_CreateGraphicsPipelines()
1989 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_CreateGraphicsPipelines()
2016 PVR_FROM_HANDLE(pvr_pipeline, pipeline, _pipeline); in pvr_DestroyPipeline()
2017 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_DestroyPipeline()
Dpvr_formats.c172 PVR_FROM_HANDLE(pvr_physical_device, pdevice, physicalDevice); in pvr_GetPhysicalDeviceImageFormatProperties2()
Dpvr_private.h1433 #define PVR_FROM_HANDLE(__pvr_type, __name, __handle) \ macro