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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp644 static const uint32_t RSTypeToFormat[][3]; member in struct:RenderScriptRuntime::AllocationDetails
731 // Used as an index into the RSTypeToFormat array elements
736 const uint32_t RenderScriptRuntime::AllocationDetails::RSTypeToFormat[][3] = { member in class:RenderScriptRuntime::AllocationDetails
2332 data_size = AllocationDetails::RSTypeToFormat[type][eElementSize];
2335 vec_size * AllocationDetails::RSTypeToFormat[type][eElementSize];
2337 padding = AllocationDetails::RSTypeToFormat[type][eElementSize];
3207 AllocationDetails::RSTypeToFormat[type][eFormatSingle])
3209 AllocationDetails::RSTypeToFormat[type][eFormatVector]);

Completed in 59 milliseconds