Searched defs:colorAttachmentViewParams (Results 1 - 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp519 const VkImageViewCreateInfo colorAttachmentViewParams = local
531 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
H A DvktPipelineBlendTests.cpp344 const VkImageViewCreateInfo colorAttachmentViewParams = local
356 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
H A DvktPipelineDepthTests.cpp305 const VkImageViewCreateInfo colorAttachmentViewParams = local
317 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
H A DvktPipelineInputAssemblyTests.cpp978 const VkImageViewCreateInfo colorAttachmentViewParams = local
990 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
H A DvktPipelinePushConstantTests.cpp519 const VkImageViewCreateInfo colorAttachmentViewParams = local
531 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
H A DvktPipelineStencilTests.cpp392 const VkImageViewCreateInfo colorAttachmentViewParams = local
404 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
H A DvktPipelineCacheTests.cpp987 VkImageViewCreateInfo colorAttachmentViewParams = local
999 m_colorAttachmentView[PIPELINE_CACHE_NDX_NO_CACHE] = createImageView(vk, vkDevice, &colorAttachmentViewParams);
1001 colorAttachmentViewParams.image = *m_colorImage[PIPELINE_CACHE_NDX_CACHED];
1002 m_colorAttachmentView[PIPELINE_CACHE_NDX_CACHED] = createImageView(vk, vkDevice, &colorAttachmentViewParams);
H A DvktPipelineMultisampleTests.cpp1349 const VkImageViewCreateInfo colorAttachmentViewParams = local
1361 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
H A DvktPipelineVertexInputTests.cpp683 const VkImageViewCreateInfo colorAttachmentViewParams = local
695 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp204 const VkImageViewCreateInfo colorAttachmentViewParams = local
216 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);

Completed in 207 milliseconds