Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2106 uint32_t dim_x = alloc->dimension.get()->dim_1; in JITAllocationSize() local
2114 if (dim_x == 0) in JITAllocationSize()
2115 dim_x = 1; in JITAllocationSize()
2121 alloc->size = dim_x * dim_y * dim_z * *alloc->element.datum_size.get(); in JITAllocationSize()
2132 dim_x = dim_x == 0 ? 0 : dim_x - 1; in JITAllocationSize()
2137 *alloc->address.get(), dim_x, dim_y, dim_z); in JITAllocationSize()
3245 uint32_t dim_x = alloc->dimension.get()->dim_1; in DumpAllocation() local
3246 dim_x = dim_x == 0 ? 1 : dim_x; in DumpAllocation()
3273 for (uint32_t x = 0; x < dim_x; ++x) { in DumpAllocation()