Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/hlsl/
DShaderStorageBlockFunctionHLSL.cpp45 size_t bytesPerComponent = in OutputSSBOLoadFunctionBody() local
50 size_t offset = ssboFunction.swizzleOffsets[0] * bytesPerComponent; in OutputSSBOLoadFunctionBody()
57 size_t componentStride = bytesPerComponent; in OutputSSBOLoadFunctionBody()
119 size_t bytesPerComponent = in OutputSSBOStoreFunctionBody() local
123 size_t offset = ssboFunction.swizzleOffsets[0] * bytesPerComponent; in OutputSSBOStoreFunctionBody()
149 size_t componentStride = bytesPerComponent; in OutputSSBOStoreFunctionBody()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp1116 const size_t bytesPerComponent = 4 * sizeof(float); in GetMaximumConstantBufferSize() local
1122 return D3D11_REQ_CONSTANT_BUFFER_ELEMENT_COUNT * bytesPerComponent; in GetMaximumConstantBufferSize()
1126 return D3D10_REQ_CONSTANT_BUFFER_ELEMENT_COUNT * bytesPerComponent; in GetMaximumConstantBufferSize()
1133 return 4096 * bytesPerComponent; in GetMaximumConstantBufferSize()