Searched defs:resourceTag (Results 1 – 2 of 2) sorted by relevance
57 void* CodechalAllocator::Allocate1DBuffer(uint64_t resourceTag, uint32_t size, in Allocate1DBuffer()93 uint64_t resourceTag, uint32_t width, uint32_t height, MOS_FORMAT format, in Allocate2DBuffer()129 void* CodechalAllocator::AllocateBatchBuffer(uint64_t resourceTag, uint32_t size, bool zeroOnAlloca… in AllocateBatchBuffer()185 bool CodechalAllocator::Is1DBuffer(uint64_t resourceTag) in Is1DBuffer()191 bool CodechalAllocator::Is2DBuffer(uint64_t resourceTag) in Is2DBuffer()197 bool CodechalAllocator::IsBatchBuffer(uint64_t resourceTag) in IsBatchBuffer()
252 uint16_t CodechalEncodeAllocator::GetResourceID(uint64_t resourceTag, Match level) in GetResourceID()