/hardware/google/gfxstream/guest/mesa/src/util/ |
D | u_memory.h | 46 #define MALLOC(_size) os_malloc(_size) argument 48 #define CALLOC(_count, _size) os_calloc(_count, _size) argument 52 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size) argument 61 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment) argument
|
D | os_memory_stdc.h | 41 #define os_malloc(_size) malloc(_size) argument 42 #define os_calloc(_count, _size ) calloc(_count, _size ) argument 52 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) argument
|
D | os_memory_debug.h | 83 #define os_malloc( _size ) \ argument 84 debug_malloc( __FILE__, __LINE__, __func__, _size ) 85 #define os_calloc( _count, _size ) \ argument 86 debug_calloc(__FILE__, __LINE__, __func__, _count, _size )
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xalloca.h | 109 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK(_size) argument 112 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK undefined! argument
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_alloc.h | 211 #define vk_multialloc_add_size(_ma, _ptr, _type, _size) \ argument 216 (_size), alignof(_type)); \ 222 #define VK_MULTIALLOC_DECL_SIZE(_ma, _type, _name, _size) \ argument 224 vk_multialloc_add_size(_ma, &_name, _type, _size);
|
/hardware/google/graphics/common/libmemtrack/ |
D | dmabuf.cpp | 30 DmabufBuffer(unsigned int _id, size_t _size, size_t _pss) in DmabufBuffer() 31 …: id(_id), type(MEMTRACK_FLAG_SMAPS_UNACCOUNTED | MEMTRACK_FLAG_SHARED_PSS), size(_size), pss(_pss) in DmabufBuffer()
|
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsMiscellaneousTests.cpp | 283 context->contextPeekMessage([&](MessageToClientType _type, Size _size, uint32_t _subID){ in TEST_P() argument 284 messageType = _type; size = (uint32_t)_size; subID = _subID; }); in TEST_P() 287 [&](MessageToClientType _type, Size _size){ in TEST_P() argument 288 messageType = _type; size = (uint32_t)_size; }); in TEST_P()
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 390 uint32_t _size = size; in elementCreate() local 391 RsElement _element = Device::getHal().ElementCreate(mContext, _dt, _dk, _norm, _size); in elementCreate() 433 size_t _size = static_cast<size_t>(size); in contextGetMessage() local 436 …RsMessageToClientType _messageType = Device::getHal().ContextGetMessage(mContext, _data, _size, &_… in contextGetMessage() 539 int _size = static_cast<int>(size); in closureSetArg() local 540 Device::getHal().ClosureSetArg(mContext, _closure, _index, _value, _size); in closureSetArg() 548 int _size = static_cast<int>(size); in closureSetGlobal() local 549 Device::getHal().ClosureSetGlobal(mContext, _closure, _fieldID, _value, _size); in closureSetGlobal()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/src/ |
D | ProtoMessageConverter.cpp | 40 (VHAL_TYPE_VALUE)->VHAL_TYPE_VECNAME.resize(PROTO_VALUE.PROTO_VECNAME##_size()); \
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | ProtoMessageConverter.cpp | 52 (VHAL_TYPE_VALUE)->VHAL_TYPE_VECNAME.resize(PROTO_VALUE.PROTO_VECNAME##_size()); \
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | formats.adoc | 1709 _size-compatible_. 1712 _size-compatible_ as long as neither or both are alpha formats (e.g.,
|
D | resources.adoc | 4581 <<formats-size-compatibility, _size-compatible_>> with the image's format.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 9511 * Define <<copies-images-format-size-compatibility, _size-compatible_
|