Searched refs:offsetInBytes (Results 1 – 3 of 3) sorted by relevance
66 size_t offsetInBytes = offset * componentStride; in OutputSSBOLoadFunctionBody() local67 out << convertString << "buffer.Load(loc + " << offsetInBytes << ")),"; in OutputSSBOLoadFunctionBody()154 size_t offsetInBytes = swizzleOffsets[index] * componentStride; in OutputSSBOStoreFunctionBody() local155 out << "buffer.Store(loc + " << offsetInBytes << ", _value[" << index << "]);\n"; in OutputSSBOStoreFunctionBody()
325 plane_layout.offsetInBytes + in LockYCbCr()