diff options
author | Kevin Rogovin <[email protected]> | 2017-09-25 13:34:05 +0300 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-10-29 22:41:23 -0700 |
commit | d30b5f2f9bea19149f84eb4db23ca3afcadcc0bf (patch) | |
tree | dfebbcab9994e6bac2d5c74725ee9b8bcfd13217 /src/intel/compiler/brw_fs.cpp | |
parent | 992e2cf57f5a1eaab13ea6a3b5904b8248af8c83 (diff) |
i965: correctly assign SamplerCount of INTERFACE_DESCRIPTOR_DATA
We were dividing by 4 twice. This also papered over a bug where we
were neglecting to clamp the sampler count to the [0, 16] range.
This should have no functional impact, it only affects prefetching.
v2 [Kenneth Graunke]:
- Clamp sampler_count to [0, 16] to avoid overflowing the valid values
for this field. Write a commit message.
Signed-off-by: Kevin Rogovin <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_fs.cpp')
0 files changed, 0 insertions, 0 deletions