Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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.cpp5753 const VkImageViewCreateInfo colorAttachmentViewParams = in ResolveImageToImage() local
5764 sourceAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in ResolveImageToImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp352 const VkImageViewCreateInfo colorAttachmentViewParams = in GraphicsEnvironment() local
364 m_colorAttachmentView = createImageView(vk, m_device, &colorAttachmentViewParams); in GraphicsEnvironment()
/third_party/vk-gl-cts/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()
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.cpp432 const VkImageViewCreateInfo colorAttachmentViewParams = in StencilTestInstance() local
444 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in StencilTestInstance()
DvktPipelineInterfaceMatchingTests.cpp223 const VkImageViewCreateInfo colorAttachmentViewParams in iterate() local
235 m_colorAttachmentView = createImageView(vk, device, &colorAttachmentViewParams); in iterate()
DvktPipelineBlendTests.cpp635 const VkImageViewCreateInfo colorAttachmentViewParams = in BlendTestInstance() local
647 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BlendTestInstance()
1225 const VkImageViewCreateInfo colorAttachmentViewParams = in DualSourceBlendTestInstance() local
1237 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()
DvktPipelinePushConstantTests.cpp329 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
341 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
2134 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
2146 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
DvktPipelineInputAssemblyTests.cpp1176 const VkImageViewCreateInfo colorAttachmentViewParams = in InputAssemblyInstance() local
1188 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in InputAssemblyInstance()
DvktPipelineDepthRangeUnrestrictedTests.cpp897 VkImageViewCreateInfo colorAttachmentViewParams = in DepthRangeUnrestrictedTestInstance() local
909 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in DepthRangeUnrestrictedTestInstance()
DvktPipelineDynamicOffsetTests.cpp229 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local
241 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
DvktPipelineImageSamplingInstance.cpp600 const VkImageViewCreateInfo colorAttachmentViewParams = in ImageSamplingInstance() local
612 …SharedImageViewPtr(new UniqueImageView(createImageView(vk, vkDevice, &colorAttachmentViewParams))); in ImageSamplingInstance()
DvktPipelineVertexInputTests.cpp1016 const VkImageViewCreateInfo colorAttachmentViewParams = in VertexInputInstance() local
1028 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in VertexInputInstance()
DvktPipelineTimestampTests.cpp1691 const VkImageViewCreateInfo colorAttachmentViewParams = in buildFrameBuffer() local
1703 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in buildFrameBuffer()
DvktPipelineMultisampleTests.cpp3485 const VkImageViewCreateInfo colorAttachmentViewParams = in initialize() local
3497 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp530 const VkImageViewCreateInfo colorAttachmentViewParams = in UnusedAttachmentTestInstance() local
542 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in UnusedAttachmentTestInstance()
DvktRenderPassUnusedClearAttachmentTests.cpp500 const VkImageViewCreateInfo colorAttachmentViewParams = in UnusedClearAttachmentTestInstance() local
512 m_colorAttachmentViews.emplace_back(createImageView(vk, vkDevice, &colorAttachmentViewParams)); in UnusedClearAttachmentTestInstance()