reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
674 element.ShouldRefresh(); 1943 alloc->element.element_ptr = element_ptr; 2102 !alloc->data_ptr.isValid() || !alloc->element.datum_size.isValid()) { 2115 if (alloc->element.children.size() > 0) { 2123 alloc->size = dim_x * dim_y * dim_z * *alloc->element.datum_size.get(); 2155 *alloc->element.datum_size.get(); 2211 if (!JITElementPacked(alloc->element, *alloc->context.get(), frame_ptr)) 2215 SetElementSize(alloc->element); 2368 assert(alloc->data_ptr.isValid() && alloc->element.type.isValid() && 2369 alloc->element.type_vec_size.isValid() && alloc->size.isValid() && 2424 assert(alloc->data_ptr.isValid() && alloc->element.type.isValid() && 2425 alloc->element.type_vec_size.isValid() && alloc->size.isValid() && 2426 alloc->element.datum_size.isValid() && 2478 if (*alloc->element.datum_size.get() != root_el_hdr.element_size) { 2481 root_el_hdr.element_size, *alloc->element.datum_size.get()); 2486 const uint32_t alloc_type = static_cast<uint32_t>(*alloc->element.type.get()); 2644 assert(alloc->data_ptr.isValid() && alloc->element.type.isValid() && 2645 alloc->element.type_vec_size.isValid() && 2646 alloc->element.datum_size.get() && 2647 alloc->element.type_kind.isValid() && alloc->dimension.isValid() && 2680 const size_t element_header_size = CalculateElementHeaderSize(alloc->element); 2710 PopulateElementHeaders(element_header_buffer, 0, alloc->element); 3196 const uint32_t vec_size = *alloc->element.type_vec_size.get(); 3197 const Element::DataType type = *alloc->element.type.get(); 3212 const uint32_t data_size = *alloc->element.datum_size.get(); 3239 alloc->element.padding.isValid() ? *alloc->element.padding.get() : 0; 3239 alloc->element.padding.isValid() ? *alloc->element.padding.get() : 0; 3277 (alloc->element.children.size() > 0) && 3278 (alloc->element.type_name != Element::GetFallbackStructName())) { 3291 alloc->element.type_name.AsCString(), 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();