Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dreflow.py309 outLine = None
341 outLine = ''.ljust(state.leadIndent) + word
419 if outLine:
420 outLine += ' ' + word
431 if outLine:
432 outPara.append(outLine + '\n')
433 outLine = None
437 outLine = ''.ljust(hangIndent) + word
445 if outLine:
446 outPara.append(outLine + '\n')
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h10199 unsigned short *outLine = in DecodePixelData() local
10202 outLine += (size_t(y) + v) * size_t(x_stride); in DecodePixelData()
10204 outLine += in DecodePixelData()
10216 outLine[u] = hf.u; in DecodePixelData()
10219 float *outLine = reinterpret_cast<float *>(out_images[c]); in DecodePixelData() local
10221 outLine += (size_t(y) + v) * size_t(x_stride); in DecodePixelData()
10223 outLine += in DecodePixelData()
10244 outLine[u] = f32.f; in DecodePixelData()
10255 float *outLine = reinterpret_cast<float *>(out_images[c]); in DecodePixelData() local
10257 outLine += (size_t(y) + v) * size_t(x_stride); in DecodePixelData()
[all …]