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()119 size_t bytesPerComponent = in OutputSSBOStoreFunctionBody() local123 size_t offset = ssboFunction.swizzleOffsets[0] * bytesPerComponent; in OutputSSBOStoreFunctionBody()149 size_t componentStride = bytesPerComponent; in OutputSSBOStoreFunctionBody()
1116 const size_t bytesPerComponent = 4 * sizeof(float); in GetMaximumConstantBufferSize() local1122 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()