/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 312 const VkImageViewCreateInfo colorAttachmentViewParams = in GraphicsEnvironment() local 324 m_colorAttachmentView = createImageView(vk, m_device, &colorAttachmentViewParams); in GraphicsEnvironment()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiGetMemoryCommitment.cpp | 148 const VkImageViewCreateInfo colorAttachmentViewParams = in iterate() local 160 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 | 3589 const VkImageViewCreateInfo colorAttachmentViewParams = in ResolveImageToImage() local 3600 sourceAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in ResolveImageToImage()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCacheTests.cpp | 834 VkImageViewCreateInfo colorAttachmentViewParams = in GraphicsCacheTestInstance() local 846 …hmentView[PIPELINE_CACHE_NDX_NO_CACHE] = createImageView(vk, vkDevice, &colorAttachmentViewParams); in GraphicsCacheTestInstance() 848 colorAttachmentViewParams.image = *m_colorImage[PIPELINE_CACHE_NDX_CACHED]; in GraphicsCacheTestInstance() 849 …achmentView[PIPELINE_CACHE_NDX_CACHED] = createImageView(vk, vkDevice, &colorAttachmentViewParams); in GraphicsCacheTestInstance()
|
D | vktPipelinePushDescriptorTests.cpp | 310 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local 322 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init() 1114 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local 1126 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init() 2724 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local 2736 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init() 3573 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local 3585 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
|
D | vktPipelineDepthTests.cpp | 351 const VkImageViewCreateInfo colorAttachmentViewParams = in DepthTestInstance() local 363 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in DepthTestInstance()
|
D | vktPipelineStencilTests.cpp | 389 const VkImageViewCreateInfo colorAttachmentViewParams = in StencilTestInstance() local 401 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in StencilTestInstance()
|
D | vktPipelineBlendTests.cpp | 346 const VkImageViewCreateInfo colorAttachmentViewParams = in BlendTestInstance() local 358 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BlendTestInstance()
|
D | vktPipelineDynamicOffsetTests.cpp | 203 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local 215 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
|
D | vktPipelineInputAssemblyTests.cpp | 979 const VkImageViewCreateInfo colorAttachmentViewParams = in InputAssemblyInstance() local 991 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in InputAssemblyInstance()
|
D | vktPipelinePushConstantTests.cpp | 302 const VkImageViewCreateInfo colorAttachmentViewParams = in init() local 314 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
|
D | vktPipelineTimestampTests.cpp | 977 const VkImageViewCreateInfo colorAttachmentViewParams = in buildFrameBuffer() local 989 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in buildFrameBuffer()
|
D | vktPipelineImageSamplingInstance.cpp | 483 const VkImageViewCreateInfo colorAttachmentViewParams = in ImageSamplingInstance() local 495 …SharedImageViewPtr(new UniqueImageView(createImageView(vk, vkDevice, &colorAttachmentViewParams))); in ImageSamplingInstance()
|
D | vktPipelineVertexInputTests.cpp | 988 const VkImageViewCreateInfo colorAttachmentViewParams = in VertexInputInstance() local 1000 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in VertexInputInstance()
|
D | vktPipelineMultisampleTests.cpp | 2198 const VkImageViewCreateInfo colorAttachmentViewParams = in initialize() local 2210 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in initialize()
|
/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()
|