pan/bi: Passthrough type for ATEST
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4766>
This commit is contained in:

committed by
Marge Bot

parent
462af10bb7
commit
5f953b8f50
@@ -127,7 +127,7 @@ bi_emit_frag_out(bi_context *ctx, nir_intrinsic_instr *instr)
|
||||
},
|
||||
.src_types = {
|
||||
nir_type_uint32,
|
||||
nir_type_float32
|
||||
nir_intrinsic_type(instr)
|
||||
},
|
||||
.swizzle = {
|
||||
{ 0 },
|
||||
@@ -151,7 +151,7 @@ bi_emit_frag_out(bi_context *ctx, nir_intrinsic_instr *instr)
|
||||
BIR_INDEX_REGISTER | 60 /* Can this be arbitrary? */,
|
||||
},
|
||||
.src_types = {
|
||||
nir_type_float32,
|
||||
nir_intrinsic_type(instr),
|
||||
nir_type_uint32
|
||||
},
|
||||
.swizzle = {
|
||||
|
Reference in New Issue
Block a user