Searched refs:vec_size (Results 1 – 2 of 2) sorted by relevance
2313 const uint32_t vec_size = *elem.type_vec_size.get(); in SetElementSize() local2333 vec_size * AllocationDetails::RSTypeToFormat[type][eElementSize]; in SetElementSize()2334 if (vec_size == 3) in SetElementSize()3194 const uint32_t vec_size = *alloc->element.type_vec_size.get(); in DumpAllocation() local3204 format = vec_size == 1 in DumpAllocation()
6838 uptr vec_size = ((length + page_size - 1) & (~(page_size - 1))) / page_size;6839 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, vec, vec_size);