Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp184 …const AttachmentRef colorAttachmentReference // VkAttachmentReference || VkAttach… in makeRenderPass() local
243 …&colorAttachmentReference, // const VkAttachmentReference* pColorAttachments; || cons… in makeRenderPass()
401 …const AttachmentRef colorAttachmentReference // VkAttachmentReference || VkAttach… in makeRenderPassWithAttachments() local
446 …&colorAttachmentReference, // const VkAttachmentReference* pColorAttachments; || cons… in makeRenderPassWithAttachments()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawBaseClass.cpp72 const vk::VkAttachmentReference colorAttachmentReference = in initialize() local
83 &colorAttachmentReference, in initialize()
DvktDrawNegativeViewportHeightTests.cpp147 const VkAttachmentReference colorAttachmentReference = in NegativeViewportHeightTestInstance() local
159 &colorAttachmentReference, // colorAttachments in NegativeViewportHeightTestInstance()
DvktDrawInvertedDepthRangesTests.cpp195 const VkAttachmentReference colorAttachmentReference = in InvertedDepthRangesTestInstance() local
213 &colorAttachmentReference, // colorAttachments in InvertedDepthRangesTestInstance()
DvktDrawAhbTests.cpp412 const VkAttachmentReference colorAttachmentReference = in iterate() local
423 &colorAttachmentReference, in iterate()
DvktDrawMultipleClearsWithinRenderPass.cpp280 …const VkAttachmentReference colorAttachmentReference = hasColor ? makeAttachmentReference(0u, VK_… in MultipleClearsTest() local
288 hasColor ? &colorAttachmentReference : DE_NULL, // colorAttachments in MultipleClearsTest()
DvktDrawMultipleInterpolationTests.cpp337 const vk::VkAttachmentReference colorAttachmentReference = in render() local
344 colorAttachmentRefs.push_back(colorAttachmentReference); in render()
DvktDrawInstancedTests.cpp383 const vk::VkAttachmentReference colorAttachmentReference = in InstancedDrawInstance() local
394 &colorAttachmentReference, in InstancedDrawInstance()
DvktBasicDrawTests.cpp347 const vk::VkAttachmentReference colorAttachmentReference = in initialize() local
358 &colorAttachmentReference, in initialize()
/external/vulkan-validation-layers/tests/
Dvklayertests_imageless_framebuffer.cpp619 VkAttachmentReference colorAttachmentReference = {}; in TEST_F() local
620 colorAttachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
621 colorAttachmentReference.attachment = 0; in TEST_F()
633 subpassDescription.pColorAttachments = &colorAttachmentReference; in TEST_F()
801 VkAttachmentReference colorAttachmentReference = {}; in TEST_F() local
802 colorAttachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
803 colorAttachmentReference.attachment = 0; in TEST_F()
815 subpassDescription.pColorAttachments = &colorAttachmentReference; in TEST_F()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp134 const vk::VkAttachmentReference colorAttachmentReference = in initRenderPass() local
146 &colorAttachmentReference, in initRenderPass()
DvktDynamicStateDSTests.cpp183 const vk::VkAttachmentReference colorAttachmentReference = in initialize() local
201 &colorAttachmentReference, in initialize()
567 const vk::VkAttachmentReference colorAttachmentReference = in initRenderPass() local
585 &colorAttachmentReference, in initRenderPass()
DvktDynamicStateRSTests.cpp169 const vk::VkAttachmentReference colorAttachmentReference = in initialize() local
186 &colorAttachmentReference, in initialize()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilExportTests.cpp189 VkAttachmentReference colorAttachmentReference = in makeTestRenderPass() local
221 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments; in makeTestRenderPass()
DvktPipelineNoPositionTests.cpp473 const VkAttachmentReference colorAttachmentReference = in iterate() local
486 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments; in iterate()
DvktPipelineColorWriteEnableTests.cpp530 std::vector<vk::VkAttachmentReference> colorAttachmentReference; in iterate() local
533 colorAttachmentReference.push_back(vk::VkAttachmentReference in iterate()
554 colorAttachmentReference.data(), // const VkAttachmentReference* pColorAttachments; in iterate()
DvktPipelineMultisampleShaderBuiltInTests.cpp1762 const vk::VkAttachmentReference colorAttachmentReference = in iterate() local
1789 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments; in iterate()
DvktPipelineMultisampleTests.cpp2801 const VkAttachmentReference colorAttachmentReference = in initialize() local
2889 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments in initialize()
2939 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments; in initialize()
DvktPipelineExtendedDynamicStateTests.cpp1376 const vk::VkAttachmentReference colorAttachmentReference = in iterate() local
1395 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolConcurrentTests.cpp148 const vk::VkAttachmentReference colorAttachmentReference = in StateObjects() local
165 &colorAttachmentReference, // pColorAttachments in StateObjects()
DvktQueryPoolPerformanceTests.cpp459 const VkAttachmentReference colorAttachmentReference = in initStateObjects() local
470 &colorAttachmentReference, // pColorAttachments in initStateObjects()
DvktQueryPoolOcclusionTests.cpp139 const vk::VkAttachmentReference colorAttachmentReference = in StateObjects() local
156 &colorAttachmentReference, // pColorAttachments in StateObjects()
DvktQueryPoolStatisticsTests.cpp1085 const VkAttachmentReference colorAttachmentReference = in creatColorAttachmentAndRenderPass() local
1104 &colorAttachmentReference, //const VkAttachmentReference* pColorAttachments; in creatColorAttachmentAndRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp1017 const VkAttachmentReference colorAttachmentReference = in execute() local
1023 colorAttachmentReferences.push_back(colorAttachmentReference); in execute()
2985 const VkAttachmentReference colorAttachmentReference = in renderTess() local
2998 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments; in renderTess()
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateBasic.cpp1398 const vk::VkAttachmentReference2 colorAttachmentReference = in iterate() local
1443 &colorAttachmentReference, // pColorAttachments in iterate()

12