Lines Matching refs:VkDevice

398 …bool ValidateAcquireNextImage(layer_data* device_data, VkDevice device, VkSwapchainKHR swapchain, …
400 …void RecordAcquireNextImageState(layer_data* device_data, VkDevice device, VkSwapchainKHR swapchai…
469 …bool ValidateCreateRenderPass(layer_data* dev_data, VkDevice device, RenderPassCreateVersion rp_ve…
534 VkDevice GetDevice();
581 …VkResult CoreLayerCreateValidationCacheEXT(VkDevice device, const VkValidationCacheCreateInfoEXT* …
583 void CoreLayerDestroyValidationCacheEXT(VkDevice device, VkValidationCacheEXT validationCache,
585 …VkResult CoreLayerMergeValidationCachesEXT(VkDevice device, VkValidationCacheEXT dstCache, uint32_…
587 …VkResult CoreLayerGetValidationCacheDataEXT(VkDevice device, VkValidationCacheEXT validationCache,…
611 …bool PreCallValidateCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pCreateInf…
613 … void PreCallRecordCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo,
615 …void PostCallRecordCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo,
703 …bool PreCallValidateCreateImage(VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAll…
706 …void PostCallRecordCreateImage(VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllo…
709 …void PreCallRecordDestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAlloc…
711 …bool PreCallValidateDestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAll…
854 bool ValidateLayouts(layer_data* dev_data, RenderPassCreateVersion rp_version, VkDevice device,
857 …bool ValidateMapImageLayouts(layer_data* dev_data, VkDevice device, DEVICE_MEM_INFO const* mem_inf…
873 bool PreCallValidateCreateBuffer(VkDevice device, const VkBufferCreateInfo* pCreateInfo,
876 …void PostCallRecordCreateBuffer(VkDevice device, const VkBufferCreateInfo* pCreateInfo, const VkAl…
879 bool PreCallValidateCreateBufferView(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo,
882 void PostCallRecordCreateBufferView(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo,
901 bool PreCallValidateCreateImageView(VkDevice device, const VkImageViewCreateInfo* pCreateInfo,
904 void PostCallRecordCreateImageView(VkDevice device, const VkImageViewCreateInfo* pCreateInfo,
927 …bool PreCallValidateDestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCal…
929 …void PreCallRecordDestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallb…
931 …bool PreCallValidateDestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* p…
933 …void PreCallRecordDestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAl…
935 …bool PreCallValidateDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocation…
937 …void PreCallRecordDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCa…
957 …bool PreCallValidateGetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubreso…
974 …bool PreCallValidateCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32…
977 …void PreCallRecordCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t…
980 …void PostCallRecordCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_…
984 …bool PreCallValidateCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_…
987 …void PostCallRecordCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t…
991 …bool PreCallValidateCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo* pCreat…
993 …void PreCallRecordCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateI…
996 …void PostCallRecordCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo* pCreate…
999 …bool PreCallValidateAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAl…
1001 …void PostCallRecordAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAll…
1003 …bool PreCallValidateCreateRayTracingPipelinesNV(VkDevice device, VkPipelineCache pipelineCache, ui…
1007 …void PostCallRecordCreateRayTracingPipelinesNV(VkDevice device, VkPipelineCache pipelineCache, uin…
1014 const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
1016 const VkAllocationCallbacks* pAllocator, VkDevice* pDevice,
1019 … const VkAllocationCallbacks* pAllocator, VkDevice* pDevice, VkResult result);
1024 …void PostCallRecordCreateFence(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllo…
1026 …bool PreCallValidateGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex…
1027 …void PostCallRecordGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex,…
1028 …void PostCallRecordGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue*…
1029 …bool PreCallValidateCreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCr…
1032 …void PostCallRecordCreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCre…
1035 …bool PreCallValidateCreateSamplerYcbcrConversionKHR(VkDevice device, const VkSamplerYcbcrConversio…
1038 …void PostCallRecordCreateSamplerYcbcrConversionKHR(VkDevice device, const VkSamplerYcbcrConversion…
1042 void PreCallRecordDestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
1046 bool PreCallValidateAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo,
1048 void PostCallRecordAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo,
1050 …bool PreCallValidateFreeMemory(VkDevice device, VkDeviceMemory mem, const VkAllocationCallbacks* p…
1051 …void PreCallRecordFreeMemory(VkDevice device, VkDeviceMemory mem, const VkAllocationCallbacks* pAl…
1052 …bool PreCallValidateWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, Vk…
1054 …void PostCallRecordWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkB…
1056 bool PreCallValidateGetFenceStatus(VkDevice device, VkFence fence);
1057 void PostCallRecordGetFenceStatus(VkDevice device, VkFence fence, VkResult result);
1060 bool PreCallValidateDeviceWaitIdle(VkDevice device);
1061 void PostCallRecordDeviceWaitIdle(VkDevice device, VkResult result);
1062 …bool PreCallValidateDestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAll…
1063 …void PreCallRecordDestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAlloc…
1064 …bool PreCallValidateDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCal…
1065 …void PreCallRecordDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallb…
1066 …bool PreCallValidateDestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAll…
1067 …void PreCallRecordDestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAlloc…
1068 …bool PreCallValidateDestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCal…
1069 …void PreCallRecordDestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallb…
1070 …bool PreCallValidateGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuer…
1072 …void PostCallRecordGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery…
1075 …bool PreCallValidateBindBufferMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindBuff…
1076 …void PostCallRecordBindBufferMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindBuffe…
1078 …bool PreCallValidateBindBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferM…
1079 …void PostCallRecordBindBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMe…
1081 …bool PreCallValidateBindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDevic…
1082 …void PostCallRecordBindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDevice…
1084 …void PostCallRecordGetBufferMemoryRequirements(VkDevice device, VkBuffer buffer, VkMemoryRequireme…
1085 …void PostCallRecordGetBufferMemoryRequirements2(VkDevice device, const VkBufferMemoryRequirementsI…
1087 …void PostCallRecordGetBufferMemoryRequirements2KHR(VkDevice device, const VkBufferMemoryRequiremen…
1089 …bool PreCallValidateGetImageMemoryRequirements2(VkDevice device, const VkImageMemoryRequirementsIn…
1091 …bool PreCallValidateGetImageMemoryRequirements2KHR(VkDevice device, const VkImageMemoryRequirement…
1093 …void PostCallRecordGetImageMemoryRequirements(VkDevice device, VkImage image, VkMemoryRequirements…
1094 …void PostCallRecordGetImageMemoryRequirements2(VkDevice device, const VkImageMemoryRequirementsInf…
1096 …void PostCallRecordGetImageMemoryRequirements2KHR(VkDevice device, const VkImageMemoryRequirements…
1098 …void PostCallRecordGetImageSparseMemoryRequirements(VkDevice device, VkImage image, uint32_t* pSpa…
1100 …void PostCallRecordGetImageSparseMemoryRequirements2(VkDevice device, const VkImageSparseMemoryReq…
1103 …void PostCallRecordGetImageSparseMemoryRequirements2KHR(VkDevice device, const VkImageSparseMemory…
1112 …void PreCallRecordDestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAlloca…
1113 …bool PreCallValidateDestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocationCallba…
1114 …void PreCallRecordDestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocationCallback…
1115 void PreCallRecordDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout,
1117 …bool PreCallValidateDestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks…
1118 …void PreCallRecordDestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks* …
1119 …void PreCallRecordDestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetL…
1121 bool PreCallValidateDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool,
1123 void PreCallRecordDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool,
1125 …bool PreCallValidateFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t comman…
1127 …void PreCallRecordFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandB…
1129 … bool PreCallValidateCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo,
1131 … void PostCallRecordCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo,
1133 bool PreCallValidateCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo,
1135 void PostCallRecordCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo,
1137 …bool PreCallValidateDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocat…
1138 …void PreCallRecordDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocatio…
1139 …bool PreCallValidateResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolRese…
1140 …void PostCallRecordResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset…
1141 bool PreCallValidateResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences);
1142 …void PostCallRecordResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkRes…
1143 …bool PreCallValidateDestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocat…
1144 …void PreCallRecordDestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocatio…
1145 …bool PreCallValidateDestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocation…
1146 …void PreCallRecordDestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCa…
1147 void PostCallRecordCreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo,
1149 …bool PreCallValidateCreateDescriptorSetLayout(VkDevice device, const VkDescriptorSetLayoutCreateIn…
1151 …void PostCallRecordCreateDescriptorSetLayout(VkDevice device, const VkDescriptorSetLayoutCreateInf…
1154 …void PostCallRecordCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreate…
1157 …bool PreCallValidateResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescri…
1158 …void PostCallRecordResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescrip…
1160 …bool PreCallValidateFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t …
1162 …void PreCallRecordFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t co…
1164 bool PreCallValidateUpdateDescriptorSets(VkDevice device, uint32_t descriptorWriteCount,
1167 void PreCallRecordUpdateDescriptorSets(VkDevice device, uint32_t descriptorWriteCount,
1170 …void PostCallRecordAllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pCre…
1320 … bool PreCallValidateCreateFramebuffer(VkDevice device, const VkFramebufferCreateInfo* pCreateInfo,
1322 … void PostCallRecordCreateFramebuffer(VkDevice device, const VkFramebufferCreateInfo* pCreateInfo,
1324 bool PreCallValidateCreateRenderPass(VkDevice device, const VkRenderPassCreateInfo* pCreateInfo,
1326 void PostCallRecordCreateRenderPass(VkDevice device, const VkRenderPassCreateInfo* pCreateInfo,
1328 …bool PreCallValidateGetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory mem, VkDeviceSize* p…
1329 …bool PreCallValidateCreateRenderPass2KHR(VkDevice device, const VkRenderPassCreateInfo2KHR* pCreat…
1331 …void PostCallRecordCreateRenderPass2KHR(VkDevice device, const VkRenderPassCreateInfo2KHR* pCreate…
1355 …bool PreCallValidateMapMemory(VkDevice device, VkDeviceMemory mem, VkDeviceSize offset, VkDeviceSi…
1357 …void PostCallRecordMapMemory(VkDevice device, VkDeviceMemory mem, VkDeviceSize offset, VkDeviceSiz…
1359 bool PreCallValidateUnmapMemory(VkDevice device, VkDeviceMemory mem);
1360 void PreCallRecordUnmapMemory(VkDevice device, VkDeviceMemory mem);
1361 …bool PreCallValidateFlushMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, const VkMappe…
1362 bool PreCallValidateInvalidateMappedMemoryRanges(VkDevice device, uint32_t memRangeCount,
1364 …void PostCallRecordInvalidateMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, const VkM…
1366 …bool PreCallValidateBindImageMemory(VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSi…
1367 …void PostCallRecordBindImageMemory(VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSiz…
1369 …bool PreCallValidateBindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMem…
1370 …void PostCallRecordBindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemo…
1372 …bool PreCallValidateBindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindImage…
1373 …void PostCallRecordBindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindImageM…
1375 bool PreCallValidateSetEvent(VkDevice device, VkEvent event);
1376 void PreCallRecordSetEvent(VkDevice device, VkEvent event);
1380 void PostCallRecordCreateSemaphore(VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo,
1382 …bool PreCallValidateImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImpor…
1383 …void PostCallRecordImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImport…
1386 void PostCallRecordImportSemaphoreWin32HandleKHR(VkDevice device,
1389 bool PreCallValidateImportSemaphoreWin32HandleKHR(VkDevice device,
1391 bool PreCallValidateImportFenceWin32HandleKHR(VkDevice device,
1393 void PostCallRecordImportFenceWin32HandleKHR(VkDevice device,
1396 …void PostCallRecordGetSemaphoreWin32HandleKHR(VkDevice device, const VkSemaphoreGetWin32HandleInfo…
1398 …void PostCallRecordGetFenceWin32HandleKHR(VkDevice device, const VkFenceGetWin32HandleInfoKHR* pGe…
1401 …bool PreCallValidateImportFenceFdKHR(VkDevice device, const VkImportFenceFdInfoKHR* pImportFenceFd…
1402 …void PostCallRecordImportFenceFdKHR(VkDevice device, const VkImportFenceFdInfoKHR* pImportFenceFdI…
1404 …void PostCallRecordGetSemaphoreFdKHR(VkDevice device, const VkSemaphoreGetFdInfoKHR* pGetFdInfo, i…
1405 …void PostCallRecordGetFenceFdKHR(VkDevice device, const VkFenceGetFdInfoKHR* pGetFdInfo, int* pFd,…
1406 …void PostCallRecordCreateEvent(VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllo…
1408 …bool PreCallValidateCreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInf…
1410 …void PostCallRecordCreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo,
1412 …void PreCallRecordDestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocatio…
1413 …bool PreCallValidateGetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t* pSw…
1415 …void PostCallRecordGetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t* pSwa…
1419 bool PreCallValidateCreateSharedSwapchainsKHR(VkDevice device, uint32_t swapchainCount,
1422 void PostCallRecordCreateSharedSwapchainsKHR(VkDevice device, uint32_t swapchainCount,
1426 …bool PreCallValidateAcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeou…
1428 …bool PreCallValidateAcquireNextImage2KHR(VkDevice device, const VkAcquireNextImageInfoKHR* pAcquir…
1429 …void PostCallRecordAcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout…
1431 …void PostCallRecordAcquireNextImage2KHR(VkDevice device, const VkAcquireNextImageInfoKHR* pAcquire…
1497 …bool PreCallValidateCreateDescriptorUpdateTemplate(VkDevice device, const VkDescriptorUpdateTempla…
1500 …void PostCallRecordCreateDescriptorUpdateTemplate(VkDevice device, const VkDescriptorUpdateTemplat…
1503 bool PreCallValidateCreateDescriptorUpdateTemplateKHR(VkDevice device,
1507 void PostCallRecordCreateDescriptorUpdateTemplateKHR(VkDevice device,
1511 …void PreCallRecordDestroyDescriptorUpdateTemplate(VkDevice device, VkDescriptorUpdateTemplateKHR d…
1513 …void PreCallRecordDestroyDescriptorUpdateTemplateKHR(VkDevice device, VkDescriptorUpdateTemplateKH…
1515 …bool PreCallValidateUpdateDescriptorSetWithTemplate(VkDevice device, VkDescriptorSet descriptorSet,
1517 … void PreCallRecordUpdateDescriptorSetWithTemplate(VkDevice device, VkDescriptorSet descriptorSet,
1519 …bool PreCallValidateUpdateDescriptorSetWithTemplateKHR(VkDevice device, VkDescriptorSet descriptor…
1522 …void PreCallRecordUpdateDescriptorSetWithTemplateKHR(VkDevice device, VkDescriptorSet descriptorSe…
1568 …void PostCallRecordDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrCo…
1572 …void PostCallRecordDestroySamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversion ycbc…
1574 …bool PreCallValidateGetBufferDeviceAddressEXT(VkDevice device, const VkBufferDeviceAddressInfoEXT*…
1576 …bool PreCallValidateGetAndroidHardwareBufferProperties(VkDevice device, const struct AHardwareBuff…
1578 …void PostCallRecordGetAndroidHardwareBufferProperties(VkDevice device, const struct AHardwareBuffe…
1580 …bool PreCallValidateGetMemoryAndroidHardwareBuffer(VkDevice device, const VkMemoryGetAndroidHardwa…