Searched refs:ptr_count (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_alloc.h179 uint32_t ptr_count; member in struct:vk_multialloc
206 assert(ma->ptr_count < ARRAY_SIZE(ma->ptrs));
207 ma->ptrs[ma->ptr_count++] = ptr;
239 * for (uint32_t i = 0; i < ma->ptr_count; i++)
242 * Unfortunately, even though ma->ptr_count is basically guaranteed to be a
248 if ((_i) < ma->ptr_count) \
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_private.h509 uint32_t ptr_count; member in struct:anv_multialloc
531 assert(ma->ptr_count < ARRAY_SIZE(ma->ptrs));
532 ma->ptrs[ma->ptr_count++] = ptr;
553 * for (uint32_t i = 0; i < ma->ptr_count; i++)
556 * Unfortunately, even though ma->ptr_count is basically guaranteed to be a
562 if ((_i) < ma->ptr_count) \

Completed in 15 milliseconds