/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 314 const VkImageViewCreateInfo colorAttachmentViewParams = in GraphicsEnvironment() local 326 m_colorAttachmentView = createImageView(vk, m_device, &colorAttachmentViewParams); in GraphicsEnvironment()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiGetMemoryCommitment.cpp | 164 const VkImageViewCreateInfo colorAttachmentViewParams = in iterate() local 176 colorAttachmentView = createImageView(vkd, device, &colorAttachmentViewParams); in iterate()
|
D | vktApiBufferViewAccessTests.cpp | 190 const VkImageViewCreateInfo colorAttachmentViewParams = in BufferViewTestInstance() local 202 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BufferViewTestInstance()
|
D | vktApiCopiesAndBlittingTests.cpp | 3974 const VkImageViewCreateInfo colorAttachmentViewParams = in ResolveImageToImage() local 3985 sourceAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in ResolveImageToImage()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 530 const VkImageViewCreateInfo colorAttachmentViewParams = in UnusedAttachmentTestInstance() local 542 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in UnusedAttachmentTestInstance()
|
D | vktRenderPassUnusedClearAttachmentTests.cpp | 496 const VkImageViewCreateInfo colorAttachmentViewParams = in UnusedClearAttachmentTestInstance() local 508 m_colorAttachmentViews.emplace_back(createImageView(vk, vkDevice, &colorAttachmentViewParams)); in UnusedClearAttachmentTestInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 312 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()
|
D | vktPipelineCacheTests.cpp | 878 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()
|
D | vktPipelineStencilTests.cpp | 435 const VkImageViewCreateInfo colorAttachmentViewParams = in StencilTestInstance() local 447 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in StencilTestInstance()
|
D | vktPipelineDepthTests.cpp | 396 const VkImageViewCreateInfo colorAttachmentViewParams = in DepthTestInstance() local 408 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in DepthTestInstance()
|
D | vktPipelineBlendOperationAdvancedTests.cpp | 1420 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()
|
D | vktPipelineDynamicOffsetTests.cpp | 215 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local 227 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
|
D | vktPipelineInputAssemblyTests.cpp | 993 const VkImageViewCreateInfo colorAttachmentViewParams = in InputAssemblyInstance() local 1005 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in InputAssemblyInstance()
|
D | vktPipelineBlendTests.cpp | 352 const VkImageViewCreateInfo colorAttachmentViewParams = in BlendTestInstance() local 364 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BlendTestInstance()
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 897 VkImageViewCreateInfo colorAttachmentViewParams = in DepthRangeUnrestrictedTestInstance() local 909 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in DepthRangeUnrestrictedTestInstance()
|
D | vktPipelinePushConstantTests.cpp | 302 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local 314 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
|
D | vktPipelineImageSamplingInstance.cpp | 528 const VkImageViewCreateInfo colorAttachmentViewParams = in ImageSamplingInstance() local 540 …SharedImageViewPtr(new UniqueImageView(createImageView(vk, vkDevice, &colorAttachmentViewParams))); in ImageSamplingInstance()
|
D | vktPipelineVertexInputTests.cpp | 991 const VkImageViewCreateInfo colorAttachmentViewParams = in VertexInputInstance() local 1003 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in VertexInputInstance()
|
D | vktPipelineTimestampTests.cpp | 1648 const VkImageViewCreateInfo colorAttachmentViewParams = in buildFrameBuffer() local 1660 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in buildFrameBuffer()
|
D | vktPipelineMultisampleTests.cpp | 2663 const VkImageViewCreateInfo colorAttachmentViewParams = in initialize() local 2675 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in initialize()
|