Home
last modified time | relevance | path

Searched refs:type_kind (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp570 type_kind; // Defines pixel type if Allocation is created from an image member
587 type.isValid() && type_vec_size.isValid() && type_kind.isValid(); in ShouldRefresh()
1991 elem.type_kind = in JITElementPacked()
1999 __FUNCTION__, *elem.type.get(), *elem.type_kind.get(), in JITElementPacked()
2566 elem_header.kind = *elem.type_kind.get(); in PopulateElementHeaders()
2645 alloc->element.type_kind.isValid() && alloc->dimension.isValid() && in SaveAllocation()
3425 if (!alloc->element.type_kind.isValid()) in ListAllocations()
3428 const Element::DataKind kind = *alloc->element.type_kind.get(); in ListAllocations()