Searched refs:bytesPerComponent (Results 1 – 2 of 2) sorted by relevance
45 size_t bytesPerComponent = in OutputSSBOLoadFunctionBody() local50 size_t offset = ssboFunction.swizzleOffsets[0] * bytesPerComponent; in OutputSSBOLoadFunctionBody()57 size_t componentStride = bytesPerComponent; in OutputSSBOLoadFunctionBody()118 size_t bytesPerComponent = in OutputSSBOStoreFunctionBody() local122 size_t offset = ssboFunction.swizzleOffsets[0] * bytesPerComponent; in OutputSSBOStoreFunctionBody()148 size_t componentStride = bytesPerComponent; in OutputSSBOStoreFunctionBody()
1114 const size_t bytesPerComponent = 4 * sizeof(float); in GetMaximumConstantBufferSize() local1120 return D3D11_REQ_CONSTANT_BUFFER_ELEMENT_COUNT * bytesPerComponent; in GetMaximumConstantBufferSize()1124 return D3D10_REQ_CONSTANT_BUFFER_ELEMENT_COUNT * bytesPerComponent; in GetMaximumConstantBufferSize()1131 return 4096 * bytesPerComponent; in GetMaximumConstantBufferSize()