reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3354 if (index != 0 && index != alloc->id) 3358 if (alloc->ShouldRefresh() && !RefreshAllocation(alloc.get(), frame_ptr)) { 3358 if (alloc->ShouldRefresh() && !RefreshAllocation(alloc.get(), frame_ptr)) { 3360 alloc->id); 3365 strm.Printf("%" PRIu32 ":", alloc->id); 3370 if (!alloc->context.isValid()) 3373 strm.Printf("0x%" PRIx64 "\n", *alloc->context.get()); 3376 if (!alloc->address.isValid()) 3379 strm.Printf("0x%" PRIx64 "\n", *alloc->address.get()); 3382 if (!alloc->data_ptr.isValid()) 3385 strm.Printf("0x%" PRIx64 "\n", *alloc->data_ptr.get()); 3388 if (!alloc->dimension.isValid()) 3392 alloc->dimension.get()->dim_1, alloc->dimension.get()->dim_2, 3392 alloc->dimension.get()->dim_1, alloc->dimension.get()->dim_2, 3393 alloc->dimension.get()->dim_3); 3396 if (!alloc->element.type.isValid() || 3397 !alloc->element.type_vec_size.isValid()) 3400 const int vector_size = *alloc->element.type_vec_size.get(); 3401 Element::DataType type = *alloc->element.type.get(); 3403 if (!alloc->element.type_name.IsEmpty()) 3404 strm.Printf("%s\n", alloc->element.type_name.AsCString()); 3426 if (!alloc->element.type_kind.isValid()) 3429 const Element::DataKind kind = *alloc->element.type_kind.get();