Home
last modified time | relevance | path

Searched refs:colorBuffers (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineFramebufferAttachmentTests.cpp1036 Move<VkBuffer> colorBuffers[numRenderTargets]; in testMultiAttachments() local
1087 colorBuffers[renderTargetIdx] = makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT); in testMultiAttachments()
1088 colorBufferAllocs[renderTargetIdx] = bindBuffer(vk, device, allocator, *colorBuffers[renderTargetIdx], MemoryRequirement::HostVisible); in testMultiAttachments()
1279 vk.cmdCopyImageToBuffer(*cmdBuffer, *colorImages[renderTargetIdx], VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *colorBuffers[renderTargetIdx], 1u, &region); in testMultiAttachments()
1289 *colorBuffers[renderTargetIdx], // VkBuffer buffer; in testMultiAttachments()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVertexAttributeTest.cpp1109 GLBuffer colorBuffers[2]; in TEST_P() local
1119 SetupColorsForUnitQuad(colorLoc, kFloatRed, GL_STREAM_DRAW, &colorBuffers[0]); in TEST_P()
1125 SetupColorsForUnitQuad(colorLoc, kFloatGreen, GL_STATIC_DRAW, &colorBuffers[1]); in TEST_P()
2196 GLBuffer colorBuffers[2]; in TEST_P() local
2197 glBindBuffer(GL_ARRAY_BUFFER, colorBuffers[0]); in TEST_P()
2199 glBindBuffer(GL_ARRAY_BUFFER, colorBuffers[1]); in TEST_P()
2220 glBindBuffer(GL_ARRAY_BUFFER, colorBuffers[i]); in TEST_P()
H A DStateChangeTest.cpp2108 GLBuffer colorBuffers[kRepeat]; in TEST_P() local
2117 glBindBuffer(GL_ARRAY_BUFFER, colorBuffers[i]); in TEST_P()
2147 glBindBuffer(GL_ARRAY_BUFFER, colorBuffers[i]); in TEST_P()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineFramebufferAttachmentTests.cpp1046 Move<VkBuffer> colorBuffers[numRenderTargets]; in testMultiAttachments() local
1097 colorBuffers[renderTargetIdx] = makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT); in testMultiAttachments()
1098 colorBufferAllocs[renderTargetIdx] = bindBuffer(vk, device, allocator, *colorBuffers[renderTargetIdx], MemoryRequirement::HostVisible); in testMultiAttachments()
1290 vk.cmdCopyImageToBuffer(*cmdBuffer, *colorImages[renderTargetIdx], VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *colorBuffers[renderTargetIdx], 1u, &region); in testMultiAttachments()
1300 *colorBuffers[renderTargetIdx], // VkBuffer buffer; in testMultiAttachments()

Completed in 21 milliseconds