/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferAndImageAllocationUtil.cpp | 121 const VkImageCreateInfo colorImageParams = in createTestImage() local 141 image = createImage(vk, vkDevice, &colorImageParams); in createTestImage() 169 const VkImageCreateInfo colorImageParams = in createTestImage() local 189 image = createImage(vk, vkDevice, &colorImageParams); in createTestImage()
|
D | vktApiCopiesAndBlittingTests.cpp | 3378 VkImageCreateInfo colorImageParams = in ResolveImageToImage() local 3397 m_multisampledImage = createImage(vk, vkDevice, &colorImageParams); in ResolveImageToImage() 3407 …colorImageParams.usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT |… in ResolveImageToImage() 3408 m_multisampledCopyImage = createImage(vk, vkDevice, &colorImageParams); in ResolveImageToImage() 3417 …colorImageParams.usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT |… in ResolveImageToImage() 3418 colorImageParams.arrayLayers = getArraySize(m_params.dst.image); in ResolveImageToImage() 3419 m_multisampledCopyImage = createImage(vk, vkDevice, &colorImageParams); in ResolveImageToImage()
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 289 const VkImageCreateInfo colorImageParams = in GraphicsEnvironment() local 308 m_colorImage = createImage(vk, m_device, &colorImageParams); in GraphicsEnvironment()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 368 const VkImageCreateInfo colorImageParams = in UnusedAttachmentTestInstance() local 387 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in UnusedAttachmentTestInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 282 const VkImageCreateInfo colorImageParams = in init() local 301 m_colorImage = createImage(m_vkd, *m_device, &colorImageParams); in init() 1086 const VkImageCreateInfo colorImageParams = in init() local 1105 m_colorImage = createImage(m_vkd, *m_device, &colorImageParams); in init() 2696 const VkImageCreateInfo colorImageParams = in init() local 2715 m_colorImage = createImage(m_vkd, *m_device, &colorImageParams); in init() 3545 const VkImageCreateInfo colorImageParams = in init() local 3564 m_colorImage = createImage(m_vkd, *m_device, &colorImageParams); in init()
|
D | vktPipelineStencilTests.cpp | 324 const VkImageCreateInfo colorImageParams = in StencilTestInstance() local 343 m_colorImageCreateInfo = colorImageParams; in StencilTestInstance()
|
D | vktPipelineDepthTests.cpp | 287 const VkImageCreateInfo colorImageParams = in DepthTestInstance() local 306 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in DepthTestInstance()
|
D | vktPipelineBlendTests.cpp | 317 const VkImageCreateInfo colorImageParams = in BlendTestInstance() local 336 m_colorImageCreateInfo = colorImageParams; in BlendTestInstance()
|
D | vktPipelineDynamicOffsetTests.cpp | 174 const VkImageCreateInfo colorImageParams = in init() local 193 m_colorImageCreateInfo = colorImageParams; in init()
|
D | vktPipelineInputAssemblyTests.cpp | 950 const VkImageCreateInfo colorImageParams = in InputAssemblyInstance() local 969 m_colorImageCreateInfo = colorImageParams; in InputAssemblyInstance()
|
D | vktPipelineMultisampleTests.cpp | 2029 const VkImageCreateInfo colorImageParams = in initialize() local 2048 …eImageFormatSupport(context.getPhysicalDevice(), context.getInstanceInterface(), colorImageParams)) in initialize() 2051 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in initialize() 2056 …evice, context.getPhysicalDevice(), context.getInstanceInterface(), colorImageParams, *m_bindSemap… in initialize()
|
D | vktPipelinePushConstantTests.cpp | 273 const VkImageCreateInfo colorImageParams = in init() local 292 m_colorImageCreateInfo = colorImageParams; in init()
|
D | vktPipelineCacheTests.cpp | 467 const VkImageCreateInfo colorImageParams = in createImage2DAndBindMemory() local 486 Move<VkImage> image = createImage(vk, vkDevice, &colorImageParams); in createImage2DAndBindMemory()
|
D | vktPipelineTimestampTests.cpp | 776 const VkImageCreateInfo colorImageParams = in createImage2DAndBindMemory() local 795 Move<VkImage> image = createImage(vk, vkDevice, &colorImageParams); in createImage2DAndBindMemory()
|
D | vktPipelineImageSamplingInstance.cpp | 454 const VkImageCreateInfo colorImageParams = in ImageSamplingInstance() local 479 …olorImages[imgNdx] = SharedImagePtr(new UniqueImage(createImage(vk, vkDevice, &colorImageParams))); in ImageSamplingInstance()
|
D | vktPipelineVertexInputTests.cpp | 960 const VkImageCreateInfo colorImageParams = in VertexInputInstance() local 979 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in VertexInputInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 968 const VkImageCreateInfo colorImageParams = in execute() local 1000 Move<VkImage> colorImage = createImage(vk, vkDevice, &colorImageParams); in execute() 2566 const VkImageCreateInfo colorImageParams = in renderTess() local 2585 colorImage = createImage(vk, vkDevice, &colorImageParams); in renderTess()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryMappingTests.cpp | 310 const VkImageCreateInfo colorImageParams = in makeImage() local 333 return createImage(vk, device, &colorImageParams); in makeImage()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 1816 const VkImageCreateInfo colorImageParams = in render() local 1835 colorImage = createImage(vk, vkDevice, &colorImageParams); in render()
|