Searched refs:renderPassSampleLocationsBeginInfo (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 1058 const VkRenderPassSampleLocationsBeginInfoEXT renderPassSampleLocationsBeginInfo = in draw() local 1068 renderPass.begin(vk, *cmdBuffer, renderArea, static_cast<deUint32>(clearValues.size()), dataOrNullPtr(clearValues), VK_SUBPASS_CONTENTS_INLINE, &renderPassSampleLocationsBeginInfo); in draw()
|
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 946 const VkRenderPassSampleLocationsBeginInfoEXT renderPassSampleLocationsBeginInfo = in recordBeginRenderPass() local 955 m_renderPass.begin(vk, cmdBuffer, renderArea, static_cast<deUint32>(m_clearValues.size()), dataOrNullPtr(m_clearValues), subpassContents, &renderPassSampleLocationsBeginInfo); in recordBeginRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 1063 const VkRenderPassSampleLocationsBeginInfoEXT renderPassSampleLocationsBeginInfo = in draw() local 1073 renderPassBeginInfo.pNext = &renderPassSampleLocationsBeginInfo; in draw()
|
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 943 const VkRenderPassSampleLocationsBeginInfoEXT renderPassSampleLocationsBeginInfo = in recordBeginRenderPass() local 956 &renderPassSampleLocationsBeginInfo, // const void* pNext; in recordBeginRenderPass()
|
Completed in 18 milliseconds