Home
last modified time | relevance | path

Searched refs:vkd1 (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp1413 tcu::TestStatus runTest (const DeviceInterface& vkd1, const VkDevice device1,
1421 tcu::TestStatus ConstantModuleIdentifiersInstance::runTest (const DeviceInterface& vkd1, const VkDevice device1, in runTest() argument
1438 const auto shaderModule1 = (m_params->needsVkModule() ? createShaderModule(vkd1, device1, binary) : Move<VkShaderModule>()); in runTest()
1443 ? getShaderModuleIdentifier(vkd1, device1, shaderModule1.get()) in runTest()
1444 : getShaderModuleIdentifier(vkd1, device1, makeShaderModuleCreateInfo(binSize, binData))); in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp1407 tcu::TestStatus runTest (const DeviceInterface& vkd1, const VkDevice device1,
1415 tcu::TestStatus ConstantModuleIdentifiersInstance::runTest (const DeviceInterface& vkd1, const VkDevice device1, in runTest() argument
1432 const auto shaderModule1 = (m_params->needsVkModule() ? createShaderModule(vkd1, device1, binary) : Move<VkShaderModule>()); in runTest()
1437 ? getShaderModuleIdentifier(vkd1, device1, shaderModule1.get()) in runTest()
1438 : getShaderModuleIdentifier(vkd1, device1, makeShaderModuleCreateInfo(binSize, binData))); in runTest()

Completed in 12 milliseconds