/third_party/vk-gl-cts/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 | 5469 VkImageCreateInfo colorImageParams = in ResolveImageToImage() local 5491 m_multisampledImage = createImage(vk, vkDevice, &colorImageParams); in ResolveImageToImage() 5502 …colorImageParams.usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT |… in ResolveImageToImage() 5503 m_multisampledCopyImage = createImage(vk, vkDevice, &colorImageParams); in ResolveImageToImage() 5512 …colorImageParams.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() 5522 …colorImageParams.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/ |
D | vktRobustnessUtil.cpp | 329 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/ |
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 | 451 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/ |
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 | vktPipelineInterfaceMatchingTests.cpp | 195 const VkImageCreateInfo colorImageParams in iterate() local 214 m_colorImage = createImage(vk, device, &colorImageParams); in iterate()
|
D | vktPipelineBlendTests.cpp | 606 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()
|
D | vktPipelineDepthTests.cpp | 328 const VkImageCreateInfo colorImageParams = in DepthTestInstance() local 347 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in DepthTestInstance()
|
D | vktPipelinePushConstantTests.cpp | 300 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()
|
D | vktPipelineInputAssemblyTests.cpp | 1147 const VkImageCreateInfo colorImageParams = in InputAssemblyInstance() local 1166 m_colorImageCreateInfo = colorImageParams; in InputAssemblyInstance()
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 343 const VkImageCreateInfo colorImageParams = in createImage2DAndBindMemory() local 362 Move<VkImage> image = createImage(vk, vkDevice, &colorImageParams); in createImage2DAndBindMemory()
|
D | vktPipelineDynamicOffsetTests.cpp | 200 const VkImageCreateInfo colorImageParams = in init() local 219 m_colorImageCreateInfo = colorImageParams; in init()
|
D | vktPipelineCacheTests.cpp | 471 const VkImageCreateInfo colorImageParams = in createImage2DAndBindMemory() local 490 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 | vktPipelineVertexInputTests.cpp | 988 const VkImageCreateInfo colorImageParams = in VertexInputInstance() local 1007 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in VertexInputInstance()
|
D | vktPipelineBlendOperationAdvancedTests.cpp | 950 const VkImageCreateInfo colorImageParams = in createImage2DAndBindMemory() local 969 Move<VkImage> image = createImage(vk, vkDevice, &colorImageParams); in createImage2DAndBindMemory()
|
D | vktPipelineMultisampleTests.cpp | 3316 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()
|
D | vktPipelineTimestampTests.cpp | 961 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/ |
D | vktShaderExecutor.cpp | 981 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/ |
D | vktMemoryMappingTests.cpp | 335 const VkImageCreateInfo colorImageParams = in makeImage() local 358 return createImage(vk, device, &colorImageParams); in makeImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 1854 const VkImageCreateInfo colorImageParams = in render() local 1873 colorImage = createImage(vk, vkDevice, &colorImageParams); in render()
|