/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferAndImageAllocationUtil.cpp | 117 const VkImageCreateInfo colorImageParams = in createTestImage() local 137 image = createImage(vk, vkDevice, &colorImageParams); in createTestImage() 161 const VkImageCreateInfo colorImageParams = in createTestImage() local 181 image = createImage(vk, vkDevice, &colorImageParams); in createTestImage()
|
D | vktApiCopiesAndBlittingTests.cpp | 4288 VkImageCreateInfo colorImageParams = in ResolveImageToImage() local 4309 m_multisampledImage = createImage(vk, vkDevice, &colorImageParams); in ResolveImageToImage() 4319 …colorImageParams.usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT |… in ResolveImageToImage() 4320 m_multisampledCopyImage = createImage(vk, vkDevice, &colorImageParams); in ResolveImageToImage() 4329 …colorImageParams.usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT |… in ResolveImageToImage() 4330 colorImageParams.arrayLayers = getArraySize(m_params.dst.image); in ResolveImageToImage() 4331 m_multisampledCopyImage = createImage(vk, vkDevice, &colorImageParams); in ResolveImageToImage()
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 329 const VkImageCreateInfo colorImageParams = in GraphicsEnvironment() local 348 m_colorImage = createImage(vk, m_device, &colorImageParams); in GraphicsEnvironment()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineLogicOpTests.cpp | 257 const VkImageCreateInfo colorImageParams = in LogicOpTestInstance() local 276 m_colorImageCreateInfo = colorImageParams; in LogicOpTestInstance()
|
D | vktPipelinePushDescriptorTests.cpp | 293 const VkImageCreateInfo colorImageParams = in init() local 312 m_colorImage = createImage(m_vkd, *m_device, &colorImageParams); in init() 1103 const VkImageCreateInfo colorImageParams = in init() local 1122 m_colorImage = createImage(m_vkd, *m_device, &colorImageParams); in init() 2741 const VkImageCreateInfo colorImageParams = in init() local 2760 m_colorImage = createImage(m_vkd, *m_device, &colorImageParams); in init() 3600 const VkImageCreateInfo colorImageParams = in init() local 3619 m_colorImage = createImage(m_vkd, *m_device, &colorImageParams); in init()
|
D | vktPipelineStencilTests.cpp | 368 const VkImageCreateInfo colorImageParams = in StencilTestInstance() local 387 m_colorImageCreateInfo = colorImageParams; in StencilTestInstance()
|
D | vktPipelineBlendTests.cpp | 604 const VkImageCreateInfo colorImageParams = in BlendTestInstance() local 623 m_colorImageCreateInfo = colorImageParams; in BlendTestInstance() 1188 const VkImageCreateInfo colorImageParams = in DualSourceBlendTestInstance() local 1207 m_colorImageCreateInfo = colorImageParams; in DualSourceBlendTestInstance()
|
D | vktPipelineDepthTests.cpp | 328 const VkImageCreateInfo colorImageParams = in DepthTestInstance() local 347 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in DepthTestInstance()
|
D | vktPipelineInputAssemblyTests.cpp | 971 const VkImageCreateInfo colorImageParams = in InputAssemblyInstance() local 990 m_colorImageCreateInfo = colorImageParams; in InputAssemblyInstance()
|
D | vktPipelinePushConstantTests.cpp | 292 const VkImageCreateInfo colorImageParams = in init() local 311 m_colorImageCreateInfo = colorImageParams; in init() 2074 const VkImageCreateInfo colorImageParams = in init() local 2093 m_colorImageCreateInfo = colorImageParams; in init()
|
D | vktPipelineDynamicOffsetTests.cpp | 200 const VkImageCreateInfo colorImageParams = in init() local 219 m_colorImageCreateInfo = colorImageParams; in init()
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 343 const VkImageCreateInfo colorImageParams = in createImage2DAndBindMemory() local 362 Move<VkImage> image = createImage(vk, vkDevice, &colorImageParams); in createImage2DAndBindMemory()
|
D | vktPipelineImageSamplingInstance.cpp | 571 const VkImageCreateInfo colorImageParams = in ImageSamplingInstance() local 596 …olorImages[imgNdx] = SharedImagePtr(new UniqueImage(createImage(vk, vkDevice, &colorImageParams))); in ImageSamplingInstance()
|
D | vktPipelineCacheTests.cpp | 471 const VkImageCreateInfo colorImageParams = in createImage2DAndBindMemory() local 490 Move<VkImage> image = createImage(vk, vkDevice, &colorImageParams); in createImage2DAndBindMemory()
|
D | vktPipelineVertexInputTests.cpp | 963 const VkImageCreateInfo colorImageParams = in VertexInputInstance() local 982 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in VertexInputInstance()
|
D | vktPipelineMultisampleTests.cpp | 2509 const VkImageCreateInfo colorImageParams = in initialize() local 2528 …eImageFormatSupport(context.getPhysicalDevice(), context.getInstanceInterface(), colorImageParams)) in initialize() 2531 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in initialize() 2536 …evice, context.getPhysicalDevice(), context.getInstanceInterface(), colorImageParams, *m_bindSemap… in initialize()
|
D | vktPipelineBlendOperationAdvancedTests.cpp | 950 const VkImageCreateInfo colorImageParams = in createImage2DAndBindMemory() local 969 Move<VkImage> image = createImage(vk, vkDevice, &colorImageParams); in createImage2DAndBindMemory()
|
D | vktPipelineTimestampTests.cpp | 923 const VkImageCreateInfo colorImageParams = in createImage2DAndBindMemory() local 942 Move<VkImage> image = createImage(vk, vkDevice, &colorImageParams); in createImage2DAndBindMemory()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 282 const VkImageCreateInfo colorImageParams = in MultipleSubpassesMultipleCommandBuffersTestInstance() local 302 m_colorImageA = createImage(vk, vkDevice, &colorImageParams); in MultipleSubpassesMultipleCommandBuffersTestInstance() 306 m_colorImageB = createImage(vk, vkDevice, &colorImageParams); in MultipleSubpassesMultipleCommandBuffersTestInstance()
|
D | vktRenderPassUnusedAttachmentTests.cpp | 368 const VkImageCreateInfo colorImageParams = in UnusedAttachmentTestInstance() local 387 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in UnusedAttachmentTestInstance()
|
D | vktRenderPassUnusedClearAttachmentTests.cpp | 447 const VkImageCreateInfo colorImageParams = in UnusedClearAttachmentTestInstance() local 490 m_colorImages.emplace_back(createImage(vk, vkDevice, &colorImageParams)); in UnusedClearAttachmentTestInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 972 const VkImageCreateInfo colorImageParams = in execute() local 1004 Move<VkImage> colorImage = createImage(vk, vkDevice, &colorImageParams); in execute() 2911 const VkImageCreateInfo colorImageParams = in renderTess() local 2930 colorImage = createImage(vk, vkDevice, &colorImageParams); in renderTess()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryMappingTests.cpp | 333 const VkImageCreateInfo colorImageParams = in makeImage() local 356 return createImage(vk, device, &colorImageParams); in makeImage()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 1832 const VkImageCreateInfo colorImageParams = in render() local 1851 colorImage = createImage(vk, vkDevice, &colorImageParams); in render()
|