Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp646 static const uint32_t RSTypeToFormat[][3]; member
738 const uint32_t RenderScriptRuntime::AllocationDetails::RSTypeToFormat[][3] = { member in RenderScriptRuntime::AllocationDetails
2330 data_size = AllocationDetails::RSTypeToFormat[type][eElementSize]; in SetElementSize()
2333 vec_size * AllocationDetails::RSTypeToFormat[type][eElementSize]; in SetElementSize()
2335 padding = AllocationDetails::RSTypeToFormat[type][eElementSize]; in SetElementSize()
3206 AllocationDetails::RSTypeToFormat[type][eFormatSingle]) in DumpAllocation()
3208 AllocationDetails::RSTypeToFormat[type][eFormatVector]); in DumpAllocation()