Home
last modified time | relevance | path

Searched defs:pDevice (Results 1 - 25 of 54) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDeviceMemoryExternalHost.cpp38 ExternalMemoryHost::ExternalMemoryHost(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice) in ExternalMemoryHost() argument
H A DVkDeviceMemoryExternalLinux.hpp35 explicit OpaqueFdExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice) in OpaqueFdExternalMemory() argument
H A DVkDeviceMemoryExternalFuchsia.hpp71 explicit VmoExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice) in VmoExternalMemory() argument
H A DVkDeviceMemoryExternalMac.hpp71 explicit OpaqueFdExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice) in OpaqueFdExternalMemory() argument
H A DVkDeviceMemory.cpp135 DeviceMemory::DeviceMemory(const VkMemoryAllocateInfo *pAllocateInfo, Device *pDevice) in DeviceMemory() argument
H A DVkDeviceMemory.hpp135 DeviceMemoryInternal(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, Device *pDevice) in DeviceMemoryInternal() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dswapchain9ex.c105 NineSwapChain9Ex_new( struct NineDevice9 *pDevice, in NineSwapChain9Ex_new() argument
H A Dvertexbuffer9.c121 NineVertexBuffer9_new( struct NineDevice9 *pDevice, in NineVertexBuffer9_new() argument
H A Dindexbuffer9.c129 NineIndexBuffer9_new( struct NineDevice9 *pDevice, in NineIndexBuffer9_new() argument
H A Dvertexshader9.c305 NineVertexShader9_new( struct NineDevice9 *pDevice, in NineVertexShader9_new() argument
H A Dpixelshader9.c256 NinePixelShader9_new( struct NineDevice9 *pDevice, in NinePixelShader9_new() argument
H A Dtexture9.c381 NineTexture9_new( struct NineDevice9 *pDevice, in NineTexture9_new() argument
H A Dstateblock9.c597 NineStateBlock9_new( struct NineDevice9 *pDevice, in NineStateBlock9_new() argument
H A Dquery9.c309 NineQuery9_new( struct NineDevice9 *pDevice, in NineQuery9_new() argument
H A Dvolumetexture9.c282 NineVolumeTexture9_new( struct NineDevice9 *pDevice, in NineVolumeTexture9_new() argument
H A Dcubetexture9.c342 NineCubeTexture9_new( struct NineDevice9 *pDevice, in NineCubeTexture9_new() argument
H A Dvertexdeclaration9.c269 NineVertexDeclaration9_new( struct NineDevice9 *pDevice, in NineVertexDeclaration9_new() argument
277 NineVertexDeclaration9_new_from_fvf( struct NineDevice9 *pDevice, in NineVertexDeclaration9_new_from_fvf() argument
H A Dvolume9.c548 NineVolume9_new( struct NineDevice9 *pDevice, in NineVolume9_new() argument
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DDevice.cpp129 Device *pDevice = CastDevice(pCreateData->hDrvDevice); in CreateDevice() local
323 Device *pDevice = CastDevice(hDevice); DestroyDevice() local
[all...]
H A DQuery.cpp108 Device *pDevice = CastDevice(hDevice); in CreateQuery() local
167 Device *pDevice = CastDevice(hDevice); in QueryBegin() local
198 Device *pDevice = CastDevice(hDevice); in QueryEnd() local
231 Device *pDevice = CastDevice(hDevice); in QueryGetData() local
345 Device *pDevice = CastDevice(hDevice); SetPredication() local
372 CheckPredicate(Device *pDevice) CheckPredicate() argument
[all...]
H A DInputAssembly.cpp63 Device *pDevice = CastDevice(hDevice); in IaSetTopology() local
131 Device *pDevice = CastDevice(hDevice); in IaSetVertexBuffers() local
207 Device *pDevice = CastDevice(hDevice); IaSetIndexBuffer() local
[all...]
H A DDraw.cpp63 ResolveState(Device *pDevice) in ResolveState() argument
132 Device *pDevice = CastDevice(hDevice); in Draw() local
162 Device *pDevice = CastDevice(hDevice); DrawIndexed() local
220 Device *pDevice = CastDevice(hDevice); DrawInstanced() local
259 Device *pDevice = CastDevice(hDevice); DrawIndexedInstanced() local
323 Device *pDevice = CastDevice(hDevice); DrawAuto() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_texture_array_dpb_manager.cpp69 d3d12_texture_array_dpb_manager( uint16_t dpbTextureArraySize, ID3D12Device * pDevice, DXGI_FORMAT encodeSessionFormat, D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC encodeSessionResolution, D3D12_RESOURCE_FLAGS resourceAllocFlags, uint32_t nodeMask) d3d12_texture_array_dpb_manager() argument
H A Dd3d12_video_array_of_textures_dpb_manager.cpp62 d3d12_array_of_textures_dpb_manager( uint32_t dpbInitialSize, ID3D12Device * pDevice, DXGI_FORMAT encodeSessionFormat, D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC encodeSessionResolution, D3D12_RESOURCE_FLAGS resourceAllocFlags, bool setNullSubresourcesOnAllZero, uint32_t nodeMask, bool allocatePool) d3d12_array_of_textures_dpb_manager() argument
/third_party/mesa3d/src/gallium/targets/d3d10sw/tests/
H A Dtri.cpp117 ComPtr<ID3D11Device> pDevice; in main() local

Completed in 13 milliseconds

123