Home
last modified time | relevance | path

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

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferAndImageAllocationUtil.cpp119 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 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLogicOpTests.cpp262 const VkImageCreateInfo colorImageParams = in LogicOpTestInstance() local
281 m_colorImageCreateInfo = colorImageParams; in LogicOpTestInstance()
H A DvktPipelinePushDescriptorTests.cpp309 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 DvktPipelineBlendTests.cpp624 const VkImageCreateInfo colorImageParams = variable
643 m_colorImageCreateInfo = colorImageParams;
1218 const VkImageCreateInfo colorImageParams = variable
1237 m_colorImageCreateInfo = colorImageParams;
H A DvktPipelineInterfaceMatchingTests.cpp199 const VkImageCreateInfo colorImageParams in iterate()
218 m_colorImage = createImage(vk, device, &colorImageParams); in iterate()
H A DvktPipelineStencilTests.cpp380 const VkImageCreateInfo colorImageParams = variable
399 m_colorImageCreateInfo = colorImageParams;
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp572 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 DvktPipelinePushConstantTests.cpp308 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 DvktRobustnessUtil.cpp354 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 DvktPipelineLogicOpTests.cpp262 const VkImageCreateInfo colorImageParams = in LogicOpTestInstance() local
281 m_colorImageCreateInfo = colorImageParams; in LogicOpTestInstance()
H A DvktPipelinePushDescriptorTests.cpp306 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 DvktPipelineBlendTests.cpp626 const VkImageCreateInfo colorImageParams = variable
645 m_colorImageCreateInfo = colorImageParams;
1220 const VkImageCreateInfo colorImageParams = variable
1239 m_colorImageCreateInfo = colorImageParams;
H A DvktPipelineInterfaceMatchingTests.cpp197 const VkImageCreateInfo colorImageParams in iterate()
216 m_colorImage = createImage(vk, device, &colorImageParams); in iterate()
H A DvktPipelineStencilTests.cpp380 const VkImageCreateInfo colorImageParams = variable
399 m_colorImageCreateInfo = colorImageParams;
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp505 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 DvktPipelinePushConstantTests.cpp306 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 DvktRobustnessUtil.cpp379 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 DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp281 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 DvktRenderPassUnusedAttachmentTests.cpp367 const VkImageCreateInfo colorImageParams = in UnusedAttachmentTestInstance() local
386 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in UnusedAttachmentTestInstance()
H A DvktRenderPassUnusedClearAttachmentTests.cpp458 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 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()
H A DvktRenderPassUnusedAttachmentTests.cpp369 const VkImageCreateInfo colorImageParams = in UnusedAttachmentTestInstance() local
388 m_colorImage = createImage(vk, vkDevice, &colorImageParams); in UnusedAttachmentTestInstance()
H A DvktRenderPassUnusedClearAttachmentTests.cpp459 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 DvktShaderExecutor.cpp984 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()

Completed in 65 milliseconds

123