Searched refs:GetApiVersion (Results 1 – 4 of 4) sorted by relevance
2301 if (GetApiVersion() >= VK_API_VERSION_1_1) { in PreCallValidateCreateShaderModule()2357 …spv_target_env spirv_environment = ((GetApiVersion() >= VK_API_VERSION_1_1) ? SPV_ENV_VULKAN_1_1 :… in PostCallRecordCreateShaderModule()
1696 if (GetApiVersion() >= VK_API_VERSION_1_1 || GetDeviceExtensions()->vk_khr_maintenance1) { in PreCallValidateCmdClearColorImage()1742 if (GetApiVersion() >= VK_API_VERSION_1_1 || GetDeviceExtensions()->vk_khr_maintenance1) { in PreCallValidateCmdClearDepthStencilImage()2690 if (GetApiVersion() >= VK_API_VERSION_1_1 || GetDeviceExtensions()->vk_khr_maintenance1) { in PreCallValidateCmdCopyImage()4910 if (GetApiVersion() >= VK_API_VERSION_1_1 || GetDeviceExtensions()->vk_khr_maintenance1) { in PreCallValidateCmdCopyImageToBuffer()4994 if (GetApiVersion() >= VK_API_VERSION_1_1 || GetDeviceExtensions()->vk_khr_maintenance1) { in PreCallValidateCmdCopyBufferToImage()
536 uint32_t GetApiVersion();
5042 uint32_t CoreChecks::GetApiVersion() { return api_version; } in GetApiVersion() function in CoreChecks