Home
last modified time | relevance | path

Searched refs:colorImageParams (Results 1 – 19 of 19) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferAndImageAllocationUtil.cpp121 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()
DvktApiCopiesAndBlittingTests.cpp3378 VkImageCreateInfo colorImageParams = in ResolveImageToImage() local
3397 m_multisampledImage = createImage(vk, vkDevice, &colorImageParams); in ResolveImageToImage()
3407colorImageParams.usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT |… in ResolveImageToImage()
3408 m_multisampledCopyImage = createImage(vk, vkDevice, &colorImageParams); in ResolveImageToImage()
3417colorImageParams.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/
DvktRobustnessUtil.cpp289 const VkImageCreateInfo colorImageParams = in GraphicsEnvironment() local
308 m_colorImage = createImage(vk, m_device, &colorImageParams); in GraphicsEnvironment()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp368 const VkImageCreateInfo colorImageParams = in UnusedAttachmentTestInstance() local
387 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in UnusedAttachmentTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp282 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()
DvktPipelineStencilTests.cpp324 const VkImageCreateInfo colorImageParams = in StencilTestInstance() local
343 m_colorImageCreateInfo = colorImageParams; in StencilTestInstance()
DvktPipelineDepthTests.cpp287 const VkImageCreateInfo colorImageParams = in DepthTestInstance() local
306 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in DepthTestInstance()
DvktPipelineBlendTests.cpp317 const VkImageCreateInfo colorImageParams = in BlendTestInstance() local
336 m_colorImageCreateInfo = colorImageParams; in BlendTestInstance()
DvktPipelineDynamicOffsetTests.cpp174 const VkImageCreateInfo colorImageParams = in init() local
193 m_colorImageCreateInfo = colorImageParams; in init()
DvktPipelineInputAssemblyTests.cpp950 const VkImageCreateInfo colorImageParams = in InputAssemblyInstance() local
969 m_colorImageCreateInfo = colorImageParams; in InputAssemblyInstance()
DvktPipelineMultisampleTests.cpp2029 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()
DvktPipelinePushConstantTests.cpp273 const VkImageCreateInfo colorImageParams = in init() local
292 m_colorImageCreateInfo = colorImageParams; in init()
DvktPipelineCacheTests.cpp467 const VkImageCreateInfo colorImageParams = in createImage2DAndBindMemory() local
486 Move<VkImage> image = createImage(vk, vkDevice, &colorImageParams); in createImage2DAndBindMemory()
DvktPipelineTimestampTests.cpp776 const VkImageCreateInfo colorImageParams = in createImage2DAndBindMemory() local
795 Move<VkImage> image = createImage(vk, vkDevice, &colorImageParams); in createImage2DAndBindMemory()
DvktPipelineImageSamplingInstance.cpp454 const VkImageCreateInfo colorImageParams = in ImageSamplingInstance() local
479 …olorImages[imgNdx] = SharedImagePtr(new UniqueImage(createImage(vk, vkDevice, &colorImageParams))); in ImageSamplingInstance()
DvktPipelineVertexInputTests.cpp960 const VkImageCreateInfo colorImageParams = in VertexInputInstance() local
979 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in VertexInputInstance()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp968 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/
DvktMemoryMappingTests.cpp310 const VkImageCreateInfo colorImageParams = in makeImage() local
333 return createImage(vk, device, &colorImageParams); in makeImage()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1816 const VkImageCreateInfo colorImageParams = in render() local
1835 colorImage = createImage(vk, vkDevice, &colorImageParams); in render()