Home
last modified time | relevance | path

Searched refs:_count (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dos_memory_stdc.h42 #define os_calloc(_count, _size ) calloc(_count, _size ) argument
Dos_memory_debug.h85 #define os_calloc( _count, _size ) \ argument
86 debug_calloc(__FILE__, __LINE__, __func__, _count, _size )
Du_memory.h48 #define CALLOC(_count, _size) os_calloc(_count, _size) argument
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DIndexRangeCache.h70 size_t _count, in IndexRangeKey()
74 count(_count), in IndexRangeKey()
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_alloc.h219 #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/
Dvk_video.c69 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(&params->SS.SET[params->SS.SET##_count], updates, count); \
92 params->SS.SET##_count += count; \
/hardware/interfaces/renderscript/1.0/default/
DContext.cpp168 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()