We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3311c commit 9af40d2Copy full SHA for 9af40d2
hwcpipe/include/hwcpipe/sampler.hpp
@@ -582,7 +582,7 @@ class sampler : private detail::expression::context {
582
}
583
584
HWCP_NODISCARD double get_mali_config_ext_bus_byte_size() const override {
585
- return static_cast<double>(constants_.axi_bus_width) / static_cast<double>(sizeof(char));
+ return static_cast<double>(constants_.axi_bus_width) / 8.0;
586
587
588
HWCP_NODISCARD double get_mali_config_shader_core_count() const override {
0 commit comments