mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
radv: remove some unnecessary 64-bit IO handling
nir_lower_io() lowers these to 32-bit. Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20137>
This commit is contained in:
parent
6a5b615ab1
commit
c872e339a1
1 changed files with 0 additions and 3 deletions
|
|
@ -64,9 +64,6 @@ gather_intrinsic_store_output_info(const nir_shader *nir, const nir_intrinsic_in
|
|||
unsigned write_mask = nir_intrinsic_write_mask(instr);
|
||||
uint8_t *output_usage_mask = NULL;
|
||||
|
||||
if (instr->src[0].ssa->bit_size == 64)
|
||||
write_mask = util_widen_mask(write_mask, 2);
|
||||
|
||||
switch (nir->info.stage) {
|
||||
case MESA_SHADER_VERTEX:
|
||||
output_usage_mask = info->vs.output_usage_mask;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue