Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp516 PIPELINE_CACHE_NDX_CACHED, enumerator
775 m_colorImage[PIPELINE_CACHE_NDX_CACHED] = createImage2DAndBindMemory(m_context, in GraphicsCacheTestInstance()
781 &m_colorImageAlloc[PIPELINE_CACHE_NDX_CACHED]); in GraphicsCacheTestInstance()
813 colorImageBarrier.image = *m_colorImage[PIPELINE_CACHE_NDX_CACHED]; in GraphicsCacheTestInstance()
848 colorAttachmentViewParams.image = *m_colorImage[PIPELINE_CACHE_NDX_CACHED]; in GraphicsCacheTestInstance()
849 …m_colorAttachmentView[PIPELINE_CACHE_NDX_CACHED] = createImageView(vk, vkDevice, &colorAttachmentV… in GraphicsCacheTestInstance()
892 attachmentBindInfos[0] = *m_colorAttachmentView[PIPELINE_CACHE_NDX_CACHED]; in GraphicsCacheTestInstance()
893 m_framebuffer[PIPELINE_CACHE_NDX_CACHED] = createFramebuffer(vk, vkDevice, &framebufferParams); in GraphicsCacheTestInstance()
963 …m_pipeline[PIPELINE_CACHE_NDX_CACHED] = m_pipelineBuilder.buildPipeline(m_renderSize, *m_renderPas… in GraphicsCacheTestInstance()
1003 …prepareRenderPass(*m_framebuffer[PIPELINE_CACHE_NDX_CACHED], *m_pipeline[PIPELINE_CACHE_NDX_CACHED in prepareCommandBuffer()
[all …]