Home
last modified time | relevance | path

Searched refs:GetApiVersion (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/layers/
Dshader_validation.cpp2301 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()
Dbuffer_validation.cpp1696 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()
Dcore_validation.h536 uint32_t GetApiVersion();
Dcore_validation.cpp5042 uint32_t CoreChecks::GetApiVersion() { return api_version; } in GetApiVersion() function in CoreChecks