intel/decoder: add options to decode surfaces/samplers
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24632>
This commit is contained in:
committed by
Marge Bot
parent
cf5ee0a0f7
commit
eef54f3175
@@ -229,11 +229,8 @@ iris_init_batch(struct iris_context *ice,
|
||||
}
|
||||
|
||||
if (INTEL_DEBUG(DEBUG_ANY)) {
|
||||
const unsigned decode_flags =
|
||||
INTEL_BATCH_DECODE_FULL |
|
||||
(INTEL_DEBUG(DEBUG_COLOR) ? INTEL_BATCH_DECODE_IN_COLOR : 0) |
|
||||
INTEL_BATCH_DECODE_OFFSETS |
|
||||
INTEL_BATCH_DECODE_FLOATS;
|
||||
const unsigned decode_flags = INTEL_BATCH_DECODE_DEFAULT_FLAGS |
|
||||
(INTEL_DEBUG(DEBUG_COLOR) ? INTEL_BATCH_DECODE_IN_COLOR : 0);
|
||||
|
||||
intel_batch_decode_ctx_init(&batch->decoder, &screen->compiler->isa,
|
||||
screen->devinfo,
|
||||
|
||||
Reference in New Issue
Block a user