Searched defs:colorAttachmentLocations (Results 1 – 7 of 7) sorted by relevance
| /external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassSampleReadTests.cpp | 748 uint32_t colorAttachmentLocations[]{VK_ATTACHMENT_UNUSED, 0}; in iterateInternalDynamicRendering() local 942 uint32_t colorAttachmentLocations[] = {VK_ATTACHMENT_UNUSED, 0}; in createSubpassPipeline() local
|
| D | vktDynamicRenderingLocalReadTests.cpp | 270 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
|
| D | vktRenderPassLoadStoreOpNoneTests.cpp | 839 …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
|
| D | vktRenderPassMultisampleTests.cpp | 798 …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
|
| D | vktRenderPassFragmentDensityMapTests.cpp | 1903 uint32_t colorAttachmentLocations[] = {VK_ATTACHMENT_UNUSED, 0}; in FragmentDensityMapTestInstance() local 2108 uint32_t colorAttachmentLocations[] = {VK_ATTACHMENT_UNUSED, 0}; in remapingBeforeCopySubsampledImage() local
|
| D | vktRenderPassTests.cpp | 1992 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/ |
| D | vk_cache_utils.cpp | 261 gl::DrawBuffersArray<uint32_t> colorAttachmentLocations; member
|