/external/dng_sdk/source/ |
D | dng_stream.cpp | 742 dng_memory_data zeroBuffer (kZeroBufferSize); in PutZeros() local 744 DoZeroBytes (zeroBuffer.Buffer (), in PutZeros() 752 Put (zeroBuffer.Buffer (), (uint32) blockSize); in PutZeros()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsScissorTests.cpp | 267 void zeroBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const V… in zeroBuffer() function 463 zeroBuffer(vk, device, *colorBufferFullAlloc, colorBufferSize); in test() 464 zeroBuffer(vk, device, *colorBufferScissoredAlloc, colorBufferSize); in test()
|
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 139 void zeroBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const V… in zeroBuffer() function 438 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in test()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSynchronizationTests.cpp | 227 std::vector<deUint32> zeroBuffer (bufferElements, 0); in init() local 233 gl.bufferData(GL_SHADER_STORAGE_BUFFER, bufferSize, &zeroBuffer[0], GL_STATIC_DRAW); in init() 254 const std::vector<deInt32> zeroBuffer(m_workWidth * m_workHeight * m_elementsPerInvocation, 0); in init() local 255 …0, 0, m_workWidth, m_workHeight * m_elementsPerInvocation, GL_RED_INTEGER, GL_INT, &zeroBuffer[0]); in init() 1659 const std::vector<deUint32> zeroBuffer(numElements, 0); in genStorage() local 1660 gl.bufferData(GL_SHADER_STORAGE_BUFFER, bufferSize, &zeroBuffer[0], GL_STATIC_DRAW); in genStorage() 1664 const std::vector<float> zeroBuffer(numElements, 0.0f); in genStorage() local 1665 gl.bufferData(GL_SHADER_STORAGE_BUFFER, bufferSize, &zeroBuffer[0], GL_STATIC_DRAW); in genStorage() 1703 const std::vector<deInt32> zeroBuffer(imageWidth * imageHeight, 0); in genStorage() local 1704 …ubImage2D(GL_TEXTURE_2D, 0, 0, 0, imageWidth, imageHeight, GL_RED_INTEGER, GL_INT, &zeroBuffer[0]); in genStorage() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleImageTests.cpp | 521 void zeroBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const V… in zeroBuffer() function 957 zeroBuffer(vk, device, *checksumBufferAlloc, checksumBufferSize); in test() 1345 zeroBuffer(vk, device, *resolveImageOneBufferAlloc, resolveBufferSize); in test() 1346 zeroBuffer(vk, device, *resolveImageTwoBufferAlloc, resolveBufferSize); in test()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 1054 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in test() 1336 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in testLayeredReadBack() 1337 zeroBuffer(vk, device, *depthBufferAlloc, depthBufferSize); in testLayeredReadBack() 1338 zeroBuffer(vk, device, *stencilBufferAlloc, stencilBufferSize); in testLayeredReadBack()
|
D | vktGeometryTestsUtil.hpp | 184 void zeroBuffer (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::Allo…
|
D | vktGeometryInstancedRenderingTests.cpp | 382 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in test()
|
D | vktGeometryTestsUtil.cpp | 552 void zeroBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const V… in zeroBuffer() function
|