Searched refs:_count (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | os_memory_stdc.h | 42 #define os_calloc(_count, _size ) calloc(_count, _size ) argument
|
D | os_memory_debug.h | 85 #define os_calloc( _count, _size ) \ argument 86 debug_calloc(__FILE__, __LINE__, __func__, _count, _size )
|
D | u_memory.h | 48 #define CALLOC(_count, _size) os_calloc(_count, _size) argument
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | IndexRangeCache.h | 70 size_t _count, in IndexRangeKey() 74 count(_count), in IndexRangeKey()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_alloc.h | 219 #define vk_multialloc_add(_ma, _ptr, _type, _count) \ argument 220 vk_multialloc_add_size(_ma, _ptr, _type, (_count) * sizeof(**(_ptr))); 226 #define VK_MULTIALLOC_DECL(_ma, _type, _name, _count) \ argument 227 VK_MULTIALLOC_DECL_SIZE(_ma, _type, _name, (_count) * sizeof(_type));
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_video.c | 69 for (unsigned i = 0; i < params->SS.SET##_count; i++) { \ 84 params->SS.SET[params->SS.SET##_count++] = *new_set; \ 89 if (params->SS.SET##_count + count >= params->SS.max_##SET##_count) \ 91 typed_memcpy(¶ms->SS.SET[params->SS.SET##_count], updates, count); \ 92 params->SS.SET##_count += count; \
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 168 uint32_t _count = count; in allocation1DWrite() local 171 …Device::getHal().Allocation1DData(mContext, _allocation, _offset, _lod, _count, _dataPtr, _sizeByt… in allocation1DWrite() 237 uint32_t _count = count; in allocation1DRead() local 240 … Device::getHal().Allocation1DRead(mContext, _allocation, _xoff, _lod, _count, _data, _sizeBytes); in allocation1DRead()
|