Home
last modified time | relevance | path

Searched defs:colorAttachmentLocations (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSampleReadTests.cpp748 uint32_t colorAttachmentLocations[]{VK_ATTACHMENT_UNUSED, 0}; in iterateInternalDynamicRendering() local
942 uint32_t colorAttachmentLocations[] = {VK_ATTACHMENT_UNUSED, 0}; in createSubpassPipeline() local
DvktDynamicRenderingLocalReadTests.cpp270 auto &colorAttachmentLocations = m_colorAttachmentLocations[inputDraw]; local
1050 const uint32_t colorAttachmentLocations[]{3, 0, 2, 1}; in iterate() local
1537 uint32_t colorAttachmentLocations[][3]{{2, 0, 1}, {0, 1, 2}, {1, 2, 0}}; in iterate() local
DvktRenderPassLoadStoreOpNoneTests.cpp839 …std::vector<uint32_t> colorAttachmentLocations(m_testParams.attachments.size(), VK_ATTACHMENT_UNUS… in drawCommands() local
1361 … std::vector<uint32_t> colorAttachmentLocations(colorVector.size(), VK_ATTACHMENT_UNUSED); in iterate() local
DvktRenderPassMultisampleTests.cpp798 …ntLocationInfoKHR getRenderingAttachmentLocationInfo(std::vector<uint32_t> &colorAttachmentLocatio… in getRenderingAttachmentLocationInfo()
1305 std::vector<uint32_t> colorAttachmentLocations; in createSplitPipelines() local
1468 std::vector<uint32_t> colorAttachmentLocations(colorAttachmentCount, VK_ATTACHMENT_UNUSED); in iterateInternalDynamicRendering() local
DvktRenderPassFragmentDensityMapTests.cpp1903 uint32_t colorAttachmentLocations[] = {VK_ATTACHMENT_UNUSED, 0}; in FragmentDensityMapTestInstance() local
2108 uint32_t colorAttachmentLocations[] = {VK_ATTACHMENT_UNUSED, 0}; in remapingBeforeCopySubsampledImage() local
DvktRenderPassTests.cpp1992 std::vector<uint32_t> &colorAttachmentLocations, in fillRenderingAttachmentLocationsInfo()
2055 std::vector<uint32_t> &colorAttachmentLocations, in prepareAttachmentRemapping()
2107 std::vector<uint32_t> colorAttachmentLocations; in beginCommandBuffer() local
2690 … std::vector<uint32_t> colorAttachmentLocations(colorAttachmentCount, VK_ATTACHMENT_UNUSED); in pushRenderCommands() local
3069 std::vector<uint32_t> colorAttachmentLocations(colorAttachmentCount, VK_ATTACHMENT_UNUSED); in createSubpassPipeline() local
3509 … std::vector<uint32_t> colorAttachmentLocations(colorAttachmentCount, VK_ATTACHMENT_UNUSED); in pushDynamicRenderingCommands() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp261 gl::DrawBuffersArray<uint32_t> colorAttachmentLocations; member