Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp584 type_kind; // Defines pixel type if Allocation is created from an image member
601 type.isValid() && type_vec_size.isValid() && type_kind.isValid(); in ShouldRefresh()
2064 elem.type_kind = in JITElementPacked()
2072 __FUNCTION__, *elem.type.get(), *elem.type_kind.get(), in JITElementPacked()
2661 elem_header.kind = *elem.type_kind.get(); in PopulateElementHeaders()
2743 alloc->element.type_kind.isValid() && alloc->dimension.isValid() && in SaveAllocation()
3533 if (!alloc->element.type_kind.isValid()) in ListAllocations()
3536 const Element::DataKind kind = *alloc->element.type_kind.get(); in ListAllocations()