Home
last modified time | relevance | path

Searched refs:allocateHandle (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/d3d/
H A DGrD3DCpuDescriptorManager.cpp20 const GrD3DDescriptorHeap::CPUHandle& descriptor = fRTVDescriptorPool.allocateHandle(gpu); in createRenderTargetView()
32 const GrD3DDescriptorHeap::CPUHandle& descriptor = fDSVDescriptorPool.allocateHandle(gpu); in createDepthStencilView()
44 const GrD3DDescriptorHeap::CPUHandle& descriptor = fCBVSRVDescriptorPool.allocateHandle(gpu); in createConstantBufferView()
54 const GrD3DDescriptorHeap::CPUHandle& descriptor = fCBVSRVDescriptorPool.allocateHandle(gpu); in createShaderResourceView()
72 const GrD3DDescriptorHeap::CPUHandle& descriptor = fSamplerDescriptorPool.allocateHandle(gpu); in createSampler()
132 GrD3DDescriptorHeap::CPUHandle GrD3DCpuDescriptorManager::HeapPool::allocateHandle( in allocateHandle() function in GrD3DCpuDescriptorManager::HeapPool
H A DGrD3DCpuDescriptorManager.h75 GrD3DDescriptorHeap::CPUHandle allocateHandle(GrD3DGpu*);
/dports/graphics/ospray/ospray-2.8.0/modules/mpi/ospray/
H A DMPIOffloadDevice.cpp324 ObjectHandle handle = allocateHandle(); in newLight()
337 ObjectHandle handle = allocateHandle(); in newCamera()
350 ObjectHandle handle = allocateHandle(); in newGeometry()
363 ObjectHandle handle = allocateHandle(); in newVolume()
376 ObjectHandle handle = allocateHandle(); in newGeometricModel()
391 ObjectHandle handle = allocateHandle(); in newVolumetricModel()
411 ObjectHandle handle = allocateHandle(); in newMaterial()
424 ObjectHandle handle = allocateHandle(); in newTransferFunction()
437 ObjectHandle handle = allocateHandle(); in newTexture()
454 ObjectHandle handle = allocateHandle(); in newGroup()
[all …]
H A DMPIOffloadDevice.h169 ObjectHandle allocateHandle() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp66 Handle allocateHandle (Parent parent, const CreateInfo* pCreateInfo, const VkAllocationCallbacks* p…
91 Handle allocateHandle (const CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator)
116 Handle allocateHandle (Parent parent, const VkAllocationCallbacks* pAllocator)
157 Object* const obj = allocateHandle<Object, Object*>(parent, pCreateInfo, pAllocator);
170 Object* const obj = allocateHandle<Object, Object*>(parent, pAllocator);
H A DvkNullDriverImpl.inl7 VK_NULL_RETURN((*pInstance = allocateHandle<Instance, VkInstance>(pCreateInfo, pAllocator)));
13 …VK_NULL_RETURN((*pDevice = allocateHandle<Device, VkDevice>(physicalDevice, pCreateInfo, pAllocato…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2002-12-037059 (allocateHandle):
H A DChangeLog-2006-12-3134933 DeprectedString.cpp, to be able to access allocateHandle().
39852 (WebCore::allocateHandle):
H A DChangeLog-2006-05-1023860 (allocateHandle):
H A DChangeLog-2005-12-1911334 (allocateHandle):
H A DChangeLog-2007-10-1420196 (WebCore::allocateHandle):
H A DChangeLog-2005-08-2345032 (allocateHandle): inline this function because it's so hot