Home
last modified time | relevance | path

Searched refs:compareBuffer (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DD3D11EmulatedIndexedBufferTest.cpp91 ID3D11Buffer *compareBuffer = nullptr; in compareContents() local
94 &compareBuffer); in compareContents()
97 HRESULT hr = mRenderer->getDeviceContext()->Map(compareBuffer, 0, D3D11_MAP_READ, 0, in compareContents()
107 mRenderer->getDeviceContext()->Unmap(compareBuffer, 0); in compareContents()
108 SafeRelease(compareBuffer); in compareContents()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp709 Move<VkBuffer> compareBuffer; //!< Buffer used to verify the images - comparison data member
1120 const VkDescriptorBufferInfo compareBufferInfo = makeDescriptorBufferInfo(*subpassData.compareBuffer, 0ull, subpassData.compareBufferSize); in dispatchImageCheck()
1229 subpassData.compareBuffer = makeBuffer(vk, device, subpassData.compareBufferSize, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT); in createPerSubpassData()
1230 subpassData.compareBufferAlloc = bindBuffer(vk, device, *allocator, *subpassData.compareBuffer, MemoryRequirement::HostVisible); in createPerSubpassData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp707 Move<VkBuffer> compareBuffer; //!< Buffer used to verify the images - comparison data member
1128 const VkDescriptorBufferInfo compareBufferInfo = makeDescriptorBufferInfo(*subpassData.compareBuffer, 0ull, subpassData.compareBufferSize); in dispatchImageCheck()
1237 subpassData.compareBuffer = makeBuffer(vk, device, subpassData.compareBufferSize, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT); in createPerSubpassData()
1238 subpassData.compareBufferAlloc = bindBuffer(vk, device, *allocator, *subpassData.compareBuffer, MemoryRequirement::HostVisible); in createPerSubpassData()

Completed in 8 milliseconds