Searched defs:size_bytes (Results 1 – 9 of 9) sorted by relevance
46 constexpr index_type size_bytes() const { return size_ * sizeof(T); } in size_bytes() function
54 constexpr size_t size_bytes() const { return fSize * sizeof(T); } in size_bytes() function
49 index_type size_bytes() const { return size_ * sizeof(T); } in size_bytes() function
441 ASSERTED size_t size_bytes = nir_intrinsic_range(intr); in collect_ubo_data() local
394 uint32_t size = 0, size_bytes = 0; in get_tiles_info() local
350 uint32_t size_bytes; member
2440 unsigned size_bytes = draws[0].count*index_size; in r600_draw_vbo() local
468 uint32_t size_bytes; member
44897 constexpr index_type size_bytes() const in size_bytes() function in mozilla::Span