Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp314 const VkImageViewCreateInfo colorAttachmentViewParams = in GraphicsEnvironment() local
326 m_colorAttachmentView = createImageView(vk, m_device, &colorAttachmentViewParams); in GraphicsEnvironment()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGetMemoryCommitment.cpp164 const VkImageViewCreateInfo colorAttachmentViewParams = in iterate() local
176 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.cpp3974 const VkImageViewCreateInfo colorAttachmentViewParams = in ResolveImageToImage() local
3985 sourceAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in ResolveImageToImage()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp530 const VkImageViewCreateInfo colorAttachmentViewParams = in UnusedAttachmentTestInstance() local
542 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in UnusedAttachmentTestInstance()
DvktRenderPassUnusedClearAttachmentTests.cpp496 const VkImageViewCreateInfo colorAttachmentViewParams = in UnusedClearAttachmentTestInstance() local
508 m_colorAttachmentViews.emplace_back(createImageView(vk, vkDevice, &colorAttachmentViewParams)); in UnusedClearAttachmentTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp312 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
324 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
1117 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
1129 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
2728 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
2740 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
3578 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
3590 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
DvktPipelineCacheTests.cpp878 VkImageViewCreateInfo colorAttachmentViewParams = in GraphicsCacheTestInstance() local
890 …hmentView[PIPELINE_CACHE_NDX_NO_CACHE] = createImageView(vk, vkDevice, &colorAttachmentViewParams); in GraphicsCacheTestInstance()
892 colorAttachmentViewParams.image = *m_colorImage[PIPELINE_CACHE_NDX_CACHED]; in GraphicsCacheTestInstance()
893 …achmentView[PIPELINE_CACHE_NDX_CACHED] = createImageView(vk, vkDevice, &colorAttachmentViewParams); in GraphicsCacheTestInstance()
DvktPipelineStencilTests.cpp435 const VkImageViewCreateInfo colorAttachmentViewParams = in StencilTestInstance() local
447 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in StencilTestInstance()
DvktPipelineDepthTests.cpp396 const VkImageViewCreateInfo colorAttachmentViewParams = in DepthTestInstance() local
408 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in DepthTestInstance()
DvktPipelineBlendOperationAdvancedTests.cpp1420 VkImageViewCreateInfo colorAttachmentViewParams = in BlendOperationAdvancedTestInstance() local
1432 m_colorAttachmentViews.emplace_back(createImageView(vk, vkDevice, &colorAttachmentViewParams)); in BlendOperationAdvancedTestInstance()
2219 VkImageViewCreateInfo colorAttachmentViewParams = in BlendOperationAdvancedTestCoherentInstance() local
2231 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BlendOperationAdvancedTestCoherentInstance()
DvktPipelineDynamicOffsetTests.cpp215 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
227 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
DvktPipelineInputAssemblyTests.cpp993 const VkImageViewCreateInfo colorAttachmentViewParams = in InputAssemblyInstance() local
1005 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in InputAssemblyInstance()
DvktPipelineBlendTests.cpp352 const VkImageViewCreateInfo colorAttachmentViewParams = in BlendTestInstance() local
364 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BlendTestInstance()
DvktPipelineDepthRangeUnrestrictedTests.cpp897 VkImageViewCreateInfo colorAttachmentViewParams = in DepthRangeUnrestrictedTestInstance() local
909 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in DepthRangeUnrestrictedTestInstance()
DvktPipelinePushConstantTests.cpp302 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
314 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
DvktPipelineImageSamplingInstance.cpp528 const VkImageViewCreateInfo colorAttachmentViewParams = in ImageSamplingInstance() local
540 …SharedImageViewPtr(new UniqueImageView(createImageView(vk, vkDevice, &colorAttachmentViewParams))); in ImageSamplingInstance()
DvktPipelineVertexInputTests.cpp991 const VkImageViewCreateInfo colorAttachmentViewParams = in VertexInputInstance() local
1003 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in VertexInputInstance()
DvktPipelineTimestampTests.cpp1648 const VkImageViewCreateInfo colorAttachmentViewParams = in buildFrameBuffer() local
1660 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in buildFrameBuffer()
DvktPipelineMultisampleTests.cpp2663 const VkImageViewCreateInfo colorAttachmentViewParams = in initialize() local
2675 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in initialize()