Home
last modified time | relevance | path

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

/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.cpp4501 const VkImageViewCreateInfo colorAttachmentViewParams = in ResolveImageToImage() local
4512 sourceAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in ResolveImageToImage()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp352 const VkImageViewCreateInfo colorAttachmentViewParams = in GraphicsEnvironment() local
364 m_colorAttachmentView = createImageView(vk, m_device, &colorAttachmentViewParams); in GraphicsEnvironment()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp280 const VkImageViewCreateInfo colorAttachmentViewParams = in LogicOpTestInstance() local
295 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in LogicOpTestInstance()
DvktPipelinePushDescriptorTests.cpp321 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
333 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
1131 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
1143 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
2769 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
2781 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
3628 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
3640 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
DvktPipelineStencilTests.cpp432 const VkImageViewCreateInfo colorAttachmentViewParams = in StencilTestInstance() local
444 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in StencilTestInstance()
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()
DvktPipelineBlendTests.cpp633 const VkImageViewCreateInfo colorAttachmentViewParams = in BlendTestInstance() local
645 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BlendTestInstance()
1217 const VkImageViewCreateInfo colorAttachmentViewParams = in DualSourceBlendTestInstance() local
1229 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in DualSourceBlendTestInstance()
DvktPipelineDepthTests.cpp390 const VkImageViewCreateInfo colorAttachmentViewParams = in DepthTestInstance() local
402 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()
DvktPipelineInputAssemblyTests.cpp1000 const VkImageViewCreateInfo colorAttachmentViewParams = in InputAssemblyInstance() local
1012 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in InputAssemblyInstance()
DvktPipelinePushConstantTests.cpp321 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
333 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
2103 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
2115 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
DvktPipelineDynamicOffsetTests.cpp229 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
241 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
DvktPipelineDepthRangeUnrestrictedTests.cpp897 VkImageViewCreateInfo colorAttachmentViewParams = in DepthRangeUnrestrictedTestInstance() local
909 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in DepthRangeUnrestrictedTestInstance()
DvktPipelineImageSamplingInstance.cpp600 const VkImageViewCreateInfo colorAttachmentViewParams = in ImageSamplingInstance() local
612 …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.cpp1652 const VkImageViewCreateInfo colorAttachmentViewParams = in buildFrameBuffer() local
1664 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in buildFrameBuffer()
DvktPipelineMultisampleTests.cpp2678 const VkImageViewCreateInfo colorAttachmentViewParams = in initialize() local
2690 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()
DvktRenderPassUnusedClearAttachmentTests.cpp496 const VkImageViewCreateInfo colorAttachmentViewParams = in UnusedClearAttachmentTestInstance() local
508 m_colorAttachmentViews.emplace_back(createImageView(vk, vkDevice, &colorAttachmentViewParams)); in UnusedClearAttachmentTestInstance()