Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DShaderStorageBlockFunctionHLSL.cpp66 size_t offsetInBytes = offset * componentStride; in OutputSSBOLoadFunctionBody() local
67 out << convertString << "buffer.Load(loc + " << offsetInBytes << ")),"; in OutputSSBOLoadFunctionBody()
154 size_t offsetInBytes = swizzleOffsets[index] * componentStride; in OutputSSBOStoreFunctionBody() local
155 out << "buffer.Store(loc + " << offsetInBytes << ", _value[" << index << "]);\n"; in OutputSSBOStoreFunctionBody()
/device/generic/goldfish-opengl/system/hwc2/
DGralloc.cpp325 plane_layout.offsetInBytes + in LockYCbCr()
/device/generic/goldfish-opengl/system/hwc3/
DGralloc.cpp325 plane_layout.offsetInBytes + in LockYCbCr()