Home
last modified time | relevance | path

Searched refs:getPipelineDefaultSize (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.hpp302 int getPipelineDefaultSize(void) const;
H A DtcuCommandLine.cpp1093 int CommandLine::getPipelineDefaultSize (void) const { return m_cmdLine.getOption<opt::PipelineDefaultSize>(); } in getPipelineDefaultSize() function in tcu::CommandLine
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp1270 VkDeviceSize pipelineDefaultSize = VkDeviceSize(m_context.getTestContext().getCommandLine().getPipelineDefaultSize());
1402 VkDeviceSize pipelineDefaultSize = VkDeviceSize(m_context.getTestContext().getCommandLine().getPipelineDefaultSize());
1792 const VkDeviceSize psForOnePipeline = VkDeviceSize(m_context.getTestContext().getCommandLine().getPipelineDefaultSize());
1902 pipelineID.poolEntrySize = VkDeviceSize(m_context.getTestContext().getCommandLine().getPipelineDefaultSize());
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp1269 VkDeviceSize pipelineDefaultSize = VkDeviceSize(m_context.getTestContext().getCommandLine().getPipelineDefaultSize());
1401 VkDeviceSize pipelineDefaultSize = VkDeviceSize(m_context.getTestContext().getCommandLine().getPipelineDefaultSize());
1791 const VkDeviceSize psForOnePipeline = VkDeviceSize(m_context.getTestContext().getCommandLine().getPipelineDefaultSize());
1901 pipelineID.poolEntrySize = VkDeviceSize(m_context.getTestContext().getCommandLine().getPipelineDefaultSize());
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp976 m_pipelineSizes = vksc_server::extractSizesFromPipelineCache( m_pipelineInput, m_cacheData, deUint32(m_testCtx.getCommandLine().getPipelineDefaultSize()), vulkanSC10Properties.recyclePipelineMemory == VK_TRUE); in importPipelineCacheData()
1166 m_pipelineSizes = vksc_server::extractSizesFromPipelineCache( m_pipelineInput, m_cacheData, deUint32(m_testCtx.getCommandLine().getPipelineDefaultSize()), vulkanSC10Properties.recyclePipelineMemory == VK_TRUE); in importPipelineCacheData()

Completed in 11 milliseconds