/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferAndImageAllocationUtil.cpp | 119 const VkImageCreateInfo colorImageParams = in createTestImage() local 139 image = createImage(vk, vkDevice, &colorImageParams); in createTestImage() 163 const VkImageCreateInfo colorImageParams = in createTestImage() local 183 image = createImage(vk, vkDevice, &colorImageParams); in createTestImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineLogicOpTests.cpp | 262 const VkImageCreateInfo colorImageParams = in LogicOpTestInstance() local 281 m_colorImageCreateInfo = colorImageParams; in LogicOpTestInstance()
|
H A D | vktPipelinePushDescriptorTests.cpp | 309 const VkImageCreateInfo colorImageParams = in init() local 328 m_colorImage = createImage(m_vkd, *m_device, &colorImageParams); in init() 1141 const VkImageCreateInfo colorImageParams = in init() local 1160 m_colorImage = createImage(m_vkd, *m_device, &colorImageParams); in init() 2788 const VkImageCreateInfo colorImageParams = in init() local 2807 m_colorImage = createImage(m_vkd, *m_device, &colorImageParams); in init() 3665 const VkImageCreateInfo colorImageParams = in init() local 3684 m_colorImage = createImage(m_vkd, *m_device, &colorImageParams); in init()
|
H A D | vktPipelineBlendTests.cpp | 624 const VkImageCreateInfo colorImageParams = variable 643 m_colorImageCreateInfo = colorImageParams; 1218 const VkImageCreateInfo colorImageParams = variable 1237 m_colorImageCreateInfo = colorImageParams;
|
H A D | vktPipelineInterfaceMatchingTests.cpp | 199 const VkImageCreateInfo colorImageParams in iterate() 218 m_colorImage = createImage(vk, device, &colorImageParams); in iterate()
|
H A D | vktPipelineStencilTests.cpp | 380 const VkImageCreateInfo colorImageParams = variable 399 m_colorImageCreateInfo = colorImageParams;
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 572 const VkImageCreateInfo colorImageParams = in setup() local 591 checkImageSupport(vki, physDevice, colorImageParams); in setup() 610 m_colorImages[imgNdx] = SharedImagePtr(new UniqueImage(createImage(vk, vkDevice, &colorImageParams))); in setup()
|
H A D | vktPipelinePushConstantTests.cpp | 308 const VkImageCreateInfo colorImageParams = in init() local 327 m_colorImageCreateInfo = colorImageParams; in init() 2159 const VkImageCreateInfo colorImageParams = in init() local 2178 m_colorImageCreateInfo = colorImageParams; in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessUtil.cpp | 354 const VkImageCreateInfo colorImageParams = in GraphicsEnvironment() local 373 m_colorImage = createImage(vk, m_device, &colorImageParams); in GraphicsEnvironment()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineLogicOpTests.cpp | 262 const VkImageCreateInfo colorImageParams = in LogicOpTestInstance() local 281 m_colorImageCreateInfo = colorImageParams; in LogicOpTestInstance()
|
H A D | vktPipelinePushDescriptorTests.cpp | 306 const VkImageCreateInfo colorImageParams = in init() local 325 m_colorImage = createImage(m_vkd, *m_device, &colorImageParams); in init() 1129 const VkImageCreateInfo colorImageParams = in init() local 1148 m_colorImage = createImage(m_vkd, *m_device, &colorImageParams); in init() 2778 const VkImageCreateInfo colorImageParams = in init() local 2797 m_colorImage = createImage(m_vkd, *m_device, &colorImageParams); in init() 3647 const VkImageCreateInfo colorImageParams = in init() local 3666 m_colorImage = createImage(m_vkd, *m_device, &colorImageParams); in init()
|
H A D | vktPipelineBlendTests.cpp | 626 const VkImageCreateInfo colorImageParams = variable 645 m_colorImageCreateInfo = colorImageParams; 1220 const VkImageCreateInfo colorImageParams = variable 1239 m_colorImageCreateInfo = colorImageParams;
|
H A D | vktPipelineInterfaceMatchingTests.cpp | 197 const VkImageCreateInfo colorImageParams in iterate() 216 m_colorImage = createImage(vk, device, &colorImageParams); in iterate()
|
H A D | vktPipelineStencilTests.cpp | 380 const VkImageCreateInfo colorImageParams = variable 399 m_colorImageCreateInfo = colorImageParams;
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 505 const VkImageCreateInfo colorImageParams = in setup() local 524 checkImageSupport(vki, physDevice, colorImageParams); in setup() 543 m_colorImages[imgNdx] = SharedImagePtr(new UniqueImage(createImage(vk, vkDevice, &colorImageParams))); in setup()
|
H A D | vktPipelinePushConstantTests.cpp | 306 const VkImageCreateInfo colorImageParams = in init() local 325 m_colorImageCreateInfo = colorImageParams; in init() 2165 const VkImageCreateInfo colorImageParams = in init() local 2184 m_colorImageCreateInfo = colorImageParams; in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessUtil.cpp | 379 const VkImageCreateInfo colorImageParams = in GraphicsEnvironment() local 398 m_colorImage = createImage(vk, m_device, &colorImageParams); in GraphicsEnvironment()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 281 const VkImageCreateInfo colorImageParams = in MultipleSubpassesMultipleCommandBuffersTestInstance() local 301 m_colorImageA = createImage(vk, vkDevice, &colorImageParams); in MultipleSubpassesMultipleCommandBuffersTestInstance() 305 m_colorImageB = createImage(vk, vkDevice, &colorImageParams); in MultipleSubpassesMultipleCommandBuffersTestInstance()
|
H A D | vktRenderPassUnusedAttachmentTests.cpp | 367 const VkImageCreateInfo colorImageParams = in UnusedAttachmentTestInstance() local 386 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in UnusedAttachmentTestInstance()
|
H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 458 const VkImageCreateInfo colorImageParams = in UnusedClearAttachmentTestInstance() local 501 m_colorImages.emplace_back(createImage(vk, vkDevice, &colorImageParams)); in UnusedClearAttachmentTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A 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()
|
H A D | vktRenderPassUnusedAttachmentTests.cpp | 369 const VkImageCreateInfo colorImageParams = in UnusedAttachmentTestInstance() local 388 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in UnusedAttachmentTestInstance()
|
H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 459 const VkImageCreateInfo colorImageParams = in UnusedClearAttachmentTestInstance() local 502 m_colorImages.emplace_back(createImage(vk, vkDevice, &colorImageParams)); in UnusedClearAttachmentTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.cpp | 984 const VkImageCreateInfo colorImageParams = in execute() local 1016 Move<VkImage> colorImage = createImage(vk, vkDevice, &colorImageParams); in execute() 3159 const VkImageCreateInfo colorImageParams = in renderTess() local 3178 colorImage = createImage(vk, vkDevice, &colorImageParams); in renderTess()
|