Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferAndImageAllocationUtil.cpp117 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()
DvktApiCopiesAndBlittingTests.cpp5469 VkImageCreateInfo colorImageParams = in ResolveImageToImage() local
5491 m_multisampledImage = createImage(vk, vkDevice, &colorImageParams); in ResolveImageToImage()
5502colorImageParams.usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT |… in ResolveImageToImage()
5503 m_multisampledCopyImage = createImage(vk, vkDevice, &colorImageParams); in ResolveImageToImage()
5512colorImageParams.usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT |… in ResolveImageToImage()
5513 colorImageParams.arrayLayers = getArraySize(m_params.dst.image); in ResolveImageToImage()
5514 m_multisampledCopyImage = createImage(vk, vkDevice, &colorImageParams); in ResolveImageToImage()
5522colorImageParams.usage = VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT | VK… in ResolveImageToImage()
5523 colorImageParams.arrayLayers = getArraySize(m_params.dst.image); in ResolveImageToImage()
5524 m_multisampledCopyImage = createImage(vk, vkDevice, &colorImageParams); in ResolveImageToImage()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp329 const VkImageCreateInfo colorImageParams = in GraphicsEnvironment() local
348 m_colorImage = createImage(vk, m_device, &colorImageParams); in GraphicsEnvironment()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp282 const VkImageCreateInfo colorImageParams = in MultipleSubpassesMultipleCommandBuffersTestInstance() local
302 m_colorImageA = createImage(vk, vkDevice, &colorImageParams); in MultipleSubpassesMultipleCommandBuffersTestInstance()
306 m_colorImageB = createImage(vk, vkDevice, &colorImageParams); in MultipleSubpassesMultipleCommandBuffersTestInstance()
DvktRenderPassUnusedAttachmentTests.cpp368 const VkImageCreateInfo colorImageParams = in UnusedAttachmentTestInstance() local
387 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in UnusedAttachmentTestInstance()
DvktRenderPassUnusedClearAttachmentTests.cpp451 const VkImageCreateInfo colorImageParams = in UnusedClearAttachmentTestInstance() local
494 m_colorImages.emplace_back(createImage(vk, vkDevice, &colorImageParams)); in UnusedClearAttachmentTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp257 const VkImageCreateInfo colorImageParams = in LogicOpTestInstance() local
276 m_colorImageCreateInfo = colorImageParams; in LogicOpTestInstance()
DvktPipelinePushDescriptorTests.cpp293 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()
DvktPipelineStencilTests.cpp368 const VkImageCreateInfo colorImageParams = in StencilTestInstance() local
387 m_colorImageCreateInfo = colorImageParams; in StencilTestInstance()
DvktPipelineInterfaceMatchingTests.cpp195 const VkImageCreateInfo colorImageParams in iterate() local
214 m_colorImage = createImage(vk, device, &colorImageParams); in iterate()
DvktPipelineBlendTests.cpp606 const VkImageCreateInfo colorImageParams = in BlendTestInstance() local
625 m_colorImageCreateInfo = colorImageParams; in BlendTestInstance()
1196 const VkImageCreateInfo colorImageParams = in DualSourceBlendTestInstance() local
1215 m_colorImageCreateInfo = colorImageParams; in DualSourceBlendTestInstance()
DvktPipelineDepthTests.cpp328 const VkImageCreateInfo colorImageParams = in DepthTestInstance() local
347 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in DepthTestInstance()
DvktPipelinePushConstantTests.cpp300 const VkImageCreateInfo colorImageParams = in init() local
319 m_colorImageCreateInfo = colorImageParams; in init()
2105 const VkImageCreateInfo colorImageParams = in init() local
2124 m_colorImageCreateInfo = colorImageParams; in init()
DvktPipelineInputAssemblyTests.cpp1147 const VkImageCreateInfo colorImageParams = in InputAssemblyInstance() local
1166 m_colorImageCreateInfo = colorImageParams; in InputAssemblyInstance()
DvktPipelineDepthRangeUnrestrictedTests.cpp343 const VkImageCreateInfo colorImageParams = in createImage2DAndBindMemory() local
362 Move<VkImage> image = createImage(vk, vkDevice, &colorImageParams); in createImage2DAndBindMemory()
DvktPipelineDynamicOffsetTests.cpp200 const VkImageCreateInfo colorImageParams = in init() local
219 m_colorImageCreateInfo = colorImageParams; in init()
DvktPipelineCacheTests.cpp471 const VkImageCreateInfo colorImageParams = in createImage2DAndBindMemory() local
490 Move<VkImage> image = createImage(vk, vkDevice, &colorImageParams); in createImage2DAndBindMemory()
DvktPipelineImageSamplingInstance.cpp571 const VkImageCreateInfo colorImageParams = in ImageSamplingInstance() local
596 …olorImages[imgNdx] = SharedImagePtr(new UniqueImage(createImage(vk, vkDevice, &colorImageParams))); in ImageSamplingInstance()
DvktPipelineVertexInputTests.cpp988 const VkImageCreateInfo colorImageParams = in VertexInputInstance() local
1007 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in VertexInputInstance()
DvktPipelineBlendOperationAdvancedTests.cpp950 const VkImageCreateInfo colorImageParams = in createImage2DAndBindMemory() local
969 Move<VkImage> image = createImage(vk, vkDevice, &colorImageParams); in createImage2DAndBindMemory()
DvktPipelineMultisampleTests.cpp3316 const VkImageCreateInfo colorImageParams = in initialize() local
3335 …eImageFormatSupport(context.getPhysicalDevice(), context.getInstanceInterface(), colorImageParams)) in initialize()
3338 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in initialize()
3343 …evice, context.getPhysicalDevice(), context.getInstanceInterface(), colorImageParams, *m_bindSemap… in initialize()
DvktPipelineTimestampTests.cpp961 const VkImageCreateInfo colorImageParams = in createImage2DAndBindMemory() local
980 Move<VkImage> image = createImage(vk, vkDevice, &colorImageParams); in createImage2DAndBindMemory()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp981 const VkImageCreateInfo colorImageParams = in execute() local
1013 Move<VkImage> colorImage = createImage(vk, vkDevice, &colorImageParams); in execute()
2918 const VkImageCreateInfo colorImageParams = in renderTess() local
2937 colorImage = createImage(vk, vkDevice, &colorImageParams); in renderTess()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp335 const VkImageCreateInfo colorImageParams = in makeImage() local
358 return createImage(vk, device, &colorImageParams); in makeImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1854 const VkImageCreateInfo colorImageParams = in render() local
1873 colorImage = createImage(vk, vkDevice, &colorImageParams); in render()