Home
last modified time | relevance | path

Searched refs:VK_API_VERSION (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp81 VK_API_VERSION, // deUint32 apiVersion; in createInstanceTest()
98 VK_API_VERSION, // deUint32 apiVersion; in createInstanceTest()
115 VK_API_VERSION, // deUint32 apiVersion; in createInstanceTest()
132 VK_API_VERSION, // deUint32 apiVersion; in createInstanceTest()
190 const ApiVersion apiVersion = unpackVersion(VK_API_VERSION); in createInstanceWithInvalidApiVersionTest()
298 VK_API_VERSION, // deUint32 apiVersion; in createInstanceWithUnsupportedExtensionsTest()
DvktApiFeatureInfo.cpp940 const ApiVersion deqpVersion = unpackVersion(VK_API_VERSION); in deviceProperties()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp473 props->apiVersion = VK_API_VERSION; in getPhysicalDeviceProperties()
DvkBasicTypes.inl4 enum { VK_API_VERSION = VK_MAKE_VERSION(1, 0, 5) }; enumerator
/external/skia/src/gpu/vk/
DGrVkGpu.cpp64 VK_API_VERSION, // apiVersion in vk_gpu_create()
/external/skia/third_party/vulkan/
Dvulkan.h44 #define VK_API_VERSION VK_MAKE_VERSION(1, 0, 3) macro