Home
last modified time | relevance | path

Searched refs:vulkanVersion (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkPrograms.cpp279 vk::SpirvVersion getMaxSpirvVersionForAsm (const deUint32 vulkanVersion) in getMaxSpirvVersionForAsm() argument
283 …VersionMajorMinor = VK_MAKE_VERSION(VK_VERSION_MAJOR(vulkanVersion), VK_VERSION_MINOR(vulkanVersio… in getMaxSpirvVersionForAsm()
294 vk::SpirvVersion getMaxSpirvVersionForGlsl (const deUint32 vulkanVersion) in getMaxSpirvVersionForGlsl() argument
298 …VersionMajorMinor = VK_MAKE_VERSION(VK_VERSION_MAJOR(vulkanVersion), VK_VERSION_MINOR(vulkanVersio… in getMaxSpirvVersionForGlsl()
DvkPrograms.hpp221 vk::SpirvVersion getMaxSpirvVersionForAsm (const deUint32 vulkanVersion);
222 vk::SpirvVersion getMaxSpirvVersionForGlsl (const deUint32 vulkanVersion);
223 vk::SpirvVersion getBaselineSpirvVersion (const deUint32 vulkanVersion);
/external/deqp/external/vulkancts/scripts/
Dbuild_spirv_binaries.py62 def execBuildPrograms (buildCfg, generator, module, dstPath, vulkanVersion): argument
70 …e([binPath, "--validate-spv", "--dst-path", fullDstPath, "--target-vulkan-version", vulkanVersion])
117 execBuildPrograms(buildCfg, generator, module, args.dstPath, args.vulkanVersion)