Home
last modified time | relevance | path

Searched refs:CUgraphicsResource (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/third-party/cuda/include/host-common/
Ddynlink_cuda_cuda.h66 typedef struct CUgraphicsResource_st *CUgraphicsResource; /**< CUDA graphics interop resource */ typedef
1523 typedef CUresult CUDAAPI tcuGraphicsUnregisterResource(CUgraphicsResource resource);
1524 typedef CUresult CUDAAPI tcuGraphicsSubResourceGetMappedArray(CUarray *pArray, CUgraphicsResource r…
1527 …GraphicsResourceGetMappedPointer(CUdeviceptr *pDevPtr, size_t *pSize, CUgraphicsResource resource);
1529 …csResourceGetMappedPointer(CUdeviceptr *pDevPtr, unsigned int *pSize, CUgraphicsResource resource);
1532 typedef CUresult CUDAAPI tcuGraphicsResourceSetMapFlags(CUgraphicsResource resource, unsigned int f…
1533 typedef CUresult CUDAAPI tcuGraphicsMapResources(unsigned int count, CUgraphicsResource *resources,…
1534 typedef CUresult CUDAAPI tcuGraphicsUnmapResources(unsigned int count, CUgraphicsResource *resource…
/hardware/google/aemu/host-common/
DMediaCudaUtils.cpp69 CUgraphicsResource CudaRes{0}; in media_cuda_copy_decoded_frame()
DMediaH264DecoderCuvid.cpp567 CUgraphicsResource CudaRes{0}; in cuda_copy_decoded_frame()