Home
last modified time | relevance | path

Searched defs:makeBuffer (Results 1 – 19 of 19) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsMakeUtil.hpp48 inline vk::Move<vk::VkBuffer> makeBuffer (const vk::DeviceInterface& vk, const vk::VkDevice device,… in makeBuffer() function
/external/skqp/src/gpu/
DGrOnFlushResourceProvider.cpp76 sk_sp<GrBuffer> GrOnFlushResourceProvider::makeBuffer(GrBufferType intendedType, size_t size, in makeBuffer() function in GrOnFlushResourceProvider
/external/skia/src/gpu/
DGrOnFlushResourceProvider.cpp84 sk_sp<GrGpuBuffer> GrOnFlushResourceProvider::makeBuffer(GrGpuBufferType intendedType, size_t size, in makeBuffer() function in GrOnFlushResourceProvider
DGrBufferAllocPool.cpp33 sk_sp<GrCpuBuffer> GrBufferAllocPool::CpuBufferCache::makeBuffer(size_t size, in makeBuffer() function in GrBufferAllocPool::CpuBufferCache
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.hpp262 inline vk::Move<vk::VkBuffer> makeBuffer (const vk::DeviceInterface& vk, const vk::VkDevice device,… in makeBuffer() function
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.hpp189 inline vk::Move<vk::VkBuffer> makeBuffer (const vk::DeviceInterface& vk, const vk::VkDevice device,… in makeBuffer() function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilExportTests.cpp135 inline Move<VkBuffer> makeBuffer (const DeviceInterface& vk, const VkDevice device, const VkDeviceS… in makeBuffer() function
DvktPipelineFramebufferAttachmentTests.cpp373 inline Move<VkBuffer> makeBuffer (const DeviceInterface& vk, const VkDevice device, const VkDeviceS… in makeBuffer() function
DvktPipelineMultisampleImageTests.cpp482 inline Move<VkBuffer> makeBuffer (const DeviceInterface& vk, const VkDevice device, const VkDeviceS… in makeBuffer() function
DvktPipelineRenderToImageTests.cpp555 inline Move<VkBuffer> makeBuffer (const DeviceInterface& vk, const VkDevice device, const VkDeviceS… in makeBuffer() function
DvktPipelineMultisampleSampleLocationsExtTests.cpp507 inline Move<VkBuffer> makeBuffer (const DeviceInterface& vk, const VkDevice device, const VkDeviceS… in makeBuffer() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOModule.cpp239 LTOModule::makeBuffer(const void *mem, size_t length, StringRef name) { in makeBuffer() function in LTOModule
/external/llvm/lib/LTO/
DLTOModule.cpp249 LTOModule::makeBuffer(const void *mem, size_t length, StringRef name) { in makeBuffer() function in LTOModule
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp328 de::MovePtr<vk::BufferWithMemory> makeBuffer (ProtectedContext& context, in makeBuffer() function
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOModule.cpp120 MemoryBuffer *LTOModule::makeBuffer(const void *mem, size_t length) { in makeBuffer() function in LTOModule
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp54 Move<VkBuffer> makeBuffer (const DeviceInterface& vk, const VkDevice device, const VkDeviceSize siz… in makeBuffer() function
DvktMemoryMappingTests.cpp336 Move<VkBuffer> makeBuffer(const DeviceInterface& vk, VkDevice device, VkDeviceSize size, deUint32 q… in makeBuffer() function
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp555 inline Move<VkBuffer> makeBuffer (const DeviceInterface& vk, const VkDevice device, const VkDeviceS… in makeBuffer() function
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp2751 void RectangleTest::makeBuffer(const GLvoid* gradient, const PixelFormat& format, int samplerIsIntU… in makeBuffer() function in glcts::RectangleTest