Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp312 const VkImageViewCreateInfo colorAttachmentViewParams = in GraphicsEnvironment() local
324 m_colorAttachmentView = createImageView(vk, m_device, &colorAttachmentViewParams); in GraphicsEnvironment()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGetMemoryCommitment.cpp148 const VkImageViewCreateInfo colorAttachmentViewParams = in iterate() local
160 colorAttachmentView = createImageView(vkd, device, &colorAttachmentViewParams); in iterate()
DvktApiBufferViewAccessTests.cpp190 const VkImageViewCreateInfo colorAttachmentViewParams = in BufferViewTestInstance() local
202 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BufferViewTestInstance()
DvktApiCopiesAndBlittingTests.cpp3589 const VkImageViewCreateInfo colorAttachmentViewParams = in ResolveImageToImage() local
3600 sourceAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in ResolveImageToImage()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp834 VkImageViewCreateInfo colorAttachmentViewParams = in GraphicsCacheTestInstance() local
846 …hmentView[PIPELINE_CACHE_NDX_NO_CACHE] = createImageView(vk, vkDevice, &colorAttachmentViewParams); in GraphicsCacheTestInstance()
848 colorAttachmentViewParams.image = *m_colorImage[PIPELINE_CACHE_NDX_CACHED]; in GraphicsCacheTestInstance()
849 …achmentView[PIPELINE_CACHE_NDX_CACHED] = createImageView(vk, vkDevice, &colorAttachmentViewParams); in GraphicsCacheTestInstance()
DvktPipelinePushDescriptorTests.cpp310 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
322 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
1114 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
1126 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
2724 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
2736 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
3573 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
3585 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
DvktPipelineDepthTests.cpp351 const VkImageViewCreateInfo colorAttachmentViewParams = in DepthTestInstance() local
363 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in DepthTestInstance()
DvktPipelineStencilTests.cpp389 const VkImageViewCreateInfo colorAttachmentViewParams = in StencilTestInstance() local
401 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in StencilTestInstance()
DvktPipelineBlendTests.cpp346 const VkImageViewCreateInfo colorAttachmentViewParams = in BlendTestInstance() local
358 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BlendTestInstance()
DvktPipelineDynamicOffsetTests.cpp203 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
215 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
DvktPipelineInputAssemblyTests.cpp979 const VkImageViewCreateInfo colorAttachmentViewParams = in InputAssemblyInstance() local
991 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in InputAssemblyInstance()
DvktPipelinePushConstantTests.cpp302 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
314 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
DvktPipelineTimestampTests.cpp977 const VkImageViewCreateInfo colorAttachmentViewParams = in buildFrameBuffer() local
989 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in buildFrameBuffer()
DvktPipelineImageSamplingInstance.cpp483 const VkImageViewCreateInfo colorAttachmentViewParams = in ImageSamplingInstance() local
495 …SharedImageViewPtr(new UniqueImageView(createImageView(vk, vkDevice, &colorAttachmentViewParams))); in ImageSamplingInstance()
DvktPipelineVertexInputTests.cpp988 const VkImageViewCreateInfo colorAttachmentViewParams = in VertexInputInstance() local
1000 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in VertexInputInstance()
DvktPipelineMultisampleTests.cpp2198 const VkImageViewCreateInfo colorAttachmentViewParams = in initialize() local
2210 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in initialize()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp530 const VkImageViewCreateInfo colorAttachmentViewParams = in UnusedAttachmentTestInstance() local
542 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in UnusedAttachmentTestInstance()