Searched refs:PIPELINE_CACHE_NDX_NO_CACHE (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCacheTests.cpp | 515 PIPELINE_CACHE_NDX_NO_CACHE, enumerator 768 m_colorImage[PIPELINE_CACHE_NDX_NO_CACHE] = createImage2DAndBindMemory(m_context, in GraphicsCacheTestInstance() 774 &m_colorImageAlloc[PIPELINE_CACHE_NDX_NO_CACHE]); in GraphicsCacheTestInstance() 807 *m_colorImage[PIPELINE_CACHE_NDX_NO_CACHE], // VkImage image; in GraphicsCacheTestInstance() 839 *m_colorImage[PIPELINE_CACHE_NDX_NO_CACHE], // VkImage image; in GraphicsCacheTestInstance() 846 …m_colorAttachmentView[PIPELINE_CACHE_NDX_NO_CACHE] = createImageView(vk, vkDevice, &colorAttachmen… in GraphicsCacheTestInstance() 873 *m_colorAttachmentView[PIPELINE_CACHE_NDX_NO_CACHE], in GraphicsCacheTestInstance() 890 m_framebuffer[PIPELINE_CACHE_NDX_NO_CACHE] = createFramebuffer(vk, vkDevice, &framebufferParams); in GraphicsCacheTestInstance() 962 …m_pipeline[PIPELINE_CACHE_NDX_NO_CACHE] = m_pipelineBuilder.buildPipeline(m_renderSize, *m_renderP… in GraphicsCacheTestInstance() 999 …prepareRenderPass(*m_framebuffer[PIPELINE_CACHE_NDX_NO_CACHE], *m_pipeline[PIPELINE_CACHE_NDX_NO_C… in prepareCommandBuffer() [all …]
|