• Home
  • Raw
  • Download

Lines Matching defs:device

1278 static bool validate_queue_family_indices(VkDevice device, const char *function_name, const uint32_…  in validate_queue_family_indices()
1677 void storeCreateDeviceData(VkDevice device, const VkDeviceCreateInfo *pCreateInfo) { in storeCreateDeviceData()
1759 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(VkDevice device, const VkAllocationCallb… in vkDestroyDevice()
1779 bool PreGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex) { in PreGetDeviceQueue()
1798 vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) { in vkGetDeviceQueue()
1861 bool PostDeviceWaitIdle(VkDevice device, VkResult result) { in PostDeviceWaitIdle()
1873 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkDeviceWaitIdle(VkDevice device) { in vkDeviceWaitIdle()
1881 bool PostAllocateMemory(VkDevice device, VkDeviceMemory *pMemory, VkResult result) { in PostAllocateMemory()
1892 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkAllocateMemory(VkDevice device, const VkMemoryAllo… in vkAllocateMemory()
1911 vkFreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks *pAllocator) { in vkFreeMemory()
1923 bool PostMapMemory(VkDevice device, VkDeviceMemory mem, VkDeviceSize offset, VkDeviceSize size, VkM… in PostMapMemory()
1936 vkMapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemor… in vkMapMemory()
1953 bool PostFlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, VkResult result) { in PostFlushMappedMemoryRanges()
1966 vkFlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pM… in vkFlushMappedMemoryRanges()
1983 bool PostInvalidateMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, VkResult result) { in PostInvalidateMappedMemoryRanges()
1996 vkInvalidateMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRang… in vkInvalidateMappedMemoryRanges()
2015 vkGetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, VkDeviceSize *pCommittedMemoryI… in vkGetDeviceMemoryCommitment()
2027 bool PostBindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memory… in PostBindBufferMemory()
2040 vkBindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memoryOffset)… in vkBindBufferMemory()
2048 bool PostBindImageMemory(VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memoryOff… in PostBindImageMemory()
2061 vkBindImageMemory(VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memoryOffset) { in vkBindImageMemory()
2070 vkGetBufferMemoryRequirements(VkDevice device, VkBuffer buffer, VkMemoryRequirements *pMemoryRequir… in vkGetBufferMemoryRequirements()
2083 vkGetImageMemoryRequirements(VkDevice device, VkImage image, VkMemoryRequirements *pMemoryRequireme… in vkGetImageMemoryRequirements()
2095 bool PostGetImageSparseMemoryRequirements(VkDevice device, VkImage image, uint32_t *pNumRequirement… in PostGetImageSparseMemoryRequirements()
2112 vkGetImageSparseMemoryRequirements(VkDevice device, VkImage image, uint32_t *pSparseMemoryRequireme… in vkGetImageSparseMemoryRequirements()
2215 bool PostCreateFence(VkDevice device, VkFence *pFence, VkResult result) { in PostCreateFence()
2227 vkCreateFence(VkDevice device, const VkFenceCreateInfo *pCreateInfo, const VkAllocationCallbacks *p… in vkCreateFence()
2244 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyFence(VkDevice device, VkFence fence, const VkA… in vkDestroyFence()
2256 bool PostResetFences(VkDevice device, uint32_t fenceCount, VkResult result) { in PostResetFences()
2268 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkResetFences(VkDevice device, uint32_t fenceCount, … in vkResetFences()
2285 bool PostGetFenceStatus(VkDevice device, VkFence fence, VkResult result) { in PostGetFenceStatus()
2297 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkGetFenceStatus(VkDevice device, VkFence fence) { in vkGetFenceStatus()
2305 bool PostWaitForFences(VkDevice device, uint32_t fenceCount, VkBool32 waitAll, uint64_t timeout, Vk… in PostWaitForFences()
2318 vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uin… in vkWaitForFences()
2335 bool PostCreateSemaphore(VkDevice device, VkSemaphore *pSemaphore, VkResult result) { in PostCreateSemaphore()
2346 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateSemaphore(VkDevice device, const VkSemaphore… in vkCreateSemaphore()
2365 vkDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks *pAllocator)… in vkDestroySemaphore()
2377 bool PostCreateEvent(VkDevice device, VkEvent *pEvent, VkResult result) { in PostCreateEvent()
2389 vkCreateEvent(VkDevice device, const VkEventCreateInfo *pCreateInfo, const VkAllocationCallbacks *p… in vkCreateEvent()
2406 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyEvent(VkDevice device, VkEvent event, const VkA… in vkDestroyEvent()
2418 bool PostGetEventStatus(VkDevice device, VkEvent event, VkResult result) { in PostGetEventStatus()
2430 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkGetEventStatus(VkDevice device, VkEvent event) { in vkGetEventStatus()
2438 bool PostSetEvent(VkDevice device, VkEvent event, VkResult result) { in PostSetEvent()
2450 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkSetEvent(VkDevice device, VkEvent event) { in vkSetEvent()
2458 bool PostResetEvent(VkDevice device, VkEvent event, VkResult result) { in PostResetEvent()
2470 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkResetEvent(VkDevice device, VkEvent event) { in vkResetEvent()
2478 bool PreCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCreateInfo) { in PreCreateQueryPool()
2490 bool PostCreateQueryPool(VkDevice device, VkQueryPool *pQueryPool, VkResult result) { in PostCreateQueryPool()
2501 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(VkDevice device, const VkQueryPool… in vkCreateQueryPool()
2522 vkDestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator)… in vkDestroyQueryPool()
2534 bool PostGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t … in PostGetQueryPoolResults()
2546 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkGetQueryPoolResults(VkDevice device, VkQueryPool q… in vkGetQueryPoolResults()
2567 bool PreCreateBuffer(VkDevice device, const VkBufferCreateInfo *pCreateInfo) { in PreCreateBuffer()
2582 bool PostCreateBuffer(VkDevice device, VkBuffer *pBuffer, VkResult result) { in PostCreateBuffer()
2594 vkCreateBuffer(VkDevice device, const VkBufferCreateInfo *pCreateInfo, const VkAllocationCallbacks … in vkCreateBuffer()
2614 vkDestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks *pAllocator) { in vkDestroyBuffer()
2626 bool PreCreateBufferView(VkDevice device, const VkBufferViewCreateInfo *pCreateInfo) { in PreCreateBufferView()
2638 bool PostCreateBufferView(VkDevice device, VkBufferView *pView, VkResult result) { in PostCreateBufferView()
2649 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateBufferView(VkDevice device, const VkBufferVi… in vkCreateBufferView()
2670 vkDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocat… in vkDestroyBufferView()
2682 bool PreCreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo) { in PreCreateImage()
2712 bool PostCreateImage(VkDevice device, VkImage *pImage, VkResult result) { in PostCreateImage()
2724 vkCreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *p… in vkCreateImage()
2743 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyImage(VkDevice device, VkImage image, const VkA… in vkDestroyImage()
2755 bool PreGetImageSubresourceLayout(VkDevice device, const VkImageSubresource *pSubresource) { in PreGetImageSubresourceLayout()
2769 vkGetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource *pSubresource,… in vkGetImageSubresourceLayout()
2783 bool PreCreateImageView(VkDevice device, const VkImageViewCreateInfo *pCreateInfo) { in PreCreateImageView()
2824 bool PostCreateImageView(VkDevice device, VkImageView *pView, VkResult result) { in PostCreateImageView()
2835 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateImageView(VkDevice device, const VkImageView… in vkCreateImageView()
2856 vkDestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks *pAllocator)… in vkDestroyImageView()
2868 bool PostCreateShaderModule(VkDevice device, VkShaderModule *pShaderModule, VkResult result) { in PostCreateShaderModule()
2879 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateShaderModule(VkDevice device, const VkShader… in vkCreateShaderModule()
2900 vkDestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks *pA… in vkDestroyShaderModule()
2912 bool PostCreatePipelineCache(VkDevice device, VkPipelineCache *pPipelineCache, VkResult result) { in PostCreatePipelineCache()
2923 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreatePipelineCache(VkDevice device, const VkPipel… in vkCreatePipelineCache()
2944 vkDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks … in vkDestroyPipelineCache()
2956 bool PostGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t *pDataSize, vo… in PostGetPipelineCacheData()
2968 vkGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t *pDataSize, void *pDa… in vkGetPipelineCacheData()
2985 bool PostMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, VkR… in PostMergePipelineCaches()
2998 vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPi… in vkMergePipelineCaches()
3015 bool PreCreateGraphicsPipelines(VkDevice device, const VkGraphicsPipelineCreateInfo *pCreateInfos) { in PreCreateGraphicsPipelines()
3230 bool PostCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t count, Vk… in PostCreateGraphicsPipelines()
3243 vkCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, in vkCreateGraphicsPipelines()
3266 bool PreCreateComputePipelines(VkDevice device, const VkComputePipelineCreateInfo *pCreateInfos) { in PreCreateComputePipelines()
3278 bool PostCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t count, VkP… in PostCreateComputePipelines()
3291 vkCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, in vkCreateComputePipelines()
3315 vkDestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks *pAllocator) { in vkDestroyPipeline()
3327 bool PostCreatePipelineLayout(VkDevice device, VkPipelineLayout *pPipelineLayout, VkResult result) { in PostCreatePipelineLayout()
3339 vkCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo *pCreateInfo, const VkAllo… in vkCreatePipelineLayout()
3359 vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbac… in vkDestroyPipelineLayout()
3371 bool PreCreateSampler(VkDevice device, const VkSamplerCreateInfo *pCreateInfo) { in PreCreateSampler()
3439 bool PostCreateSampler(VkDevice device, VkSampler *pSampler, VkResult result) { in PostCreateSampler()
3450 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateSampler(VkDevice device, const VkSamplerCrea… in vkCreateSampler()
3471 vkDestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks *pAllocator) { in vkDestroySampler()
3483 bool PreCreateDescriptorSetLayout(VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateIn… in PreCreateDescriptorSetLayout()
3499 bool PostCreateDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout *pSetLayout, VkResult res… in PostCreateDescriptorSetLayout()
3511 vkCreateDescriptorSetLayout(VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, in vkCreateDescriptorSetLayout()
3533 vkDestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAl… in vkDestroyDescriptorSetLayout()
3545 bool PreCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo) { in PreCreateDescriptorPool()
3561 bool PostCreateDescriptorPool(VkDevice device, uint32_t maxSets, VkDescriptorPool *pDescriptorPool,… in PostCreateDescriptorPool()
3576 vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllo… in vkCreateDescriptorPool()
3598 vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbac… in vkDestroyDescriptorPool()
3610 bool PostResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkResult result) { in PostResetDescriptorPool()
3623 vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags … in vkResetDescriptorPool()
3631 bool PostAllocateDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t count, V… in PostAllocateDescriptorSets()
3644 vkAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo *pAllocateInfo, VkDescr… in vkAllocateDescriptorSets()
3662 bool PostFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t count, VkRes… in PostFreeDescriptorSets()
3674 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkFreeDescriptorSets(VkDevice device, VkDescriptorPo… in vkFreeDescriptorSets()
3694 bool PreUpdateDescriptorSets(VkDevice device, const VkWriteDescriptorSet *pDescriptorWrites, in PreUpdateDescriptorSets()
3722 vkUpdateDescriptorSets(VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescriptorSet *… in vkUpdateDescriptorSets()
3739 bool PostCreateFramebuffer(VkDevice device, VkFramebuffer *pFramebuffer, VkResult result) { in PostCreateFramebuffer()
3750 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateFramebuffer(VkDevice device, const VkFramebu… in vkCreateFramebuffer()
3770 vkDestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks *pAllo… in vkDestroyFramebuffer()
3782 bool PreCreateRenderPass(VkDevice device, const VkRenderPassCreateInfo *pCreateInfo) { in PreCreateRenderPass()
3889 bool PostCreateRenderPass(VkDevice device, VkRenderPass *pRenderPass, VkResult result) { in PostCreateRenderPass()
3900 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateRenderPass(VkDevice device, const VkRenderPa… in vkCreateRenderPass()
3922 vkDestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks *pAllocat… in vkDestroyRenderPass()
3935 vkGetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D *pGranularity) { in vkGetRenderAreaGranularity()
3947 bool PostCreateCommandPool(VkDevice device, VkCommandPool *pCommandPool, VkResult result) { in PostCreateCommandPool()
3958 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateCommandPool(VkDevice device, const VkCommand… in vkCreateCommandPool()
3980 vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllo… in vkDestroyCommandPool()
3992 bool PostResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags… in PostResetCommandPool()
4005 vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) { in vkResetCommandPool()
4013 bool PreCreateCommandBuffer(VkDevice device, const VkCommandBufferAllocateInfo *pCreateInfo) { in PreCreateCommandBuffer()
4025 bool PostCreateCommandBuffer(VkDevice device, VkCommandBuffer *pCommandBuffer, VkResult result) { in PostCreateCommandBuffer()
4037 vkAllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkComma… in vkAllocateCommandBuffers()
4056 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkFreeCommandBuffers(VkDevice device, VkCommandPool comm… in vkFreeCommandBuffers()
4898 VK_LAYER_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(VkDevice device, const… in vkGetDeviceProcAddr()