Home
last modified time | relevance | path

Searched refs:rt_count (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c220 unsigned rt_count) in panfrost_fs_required() argument
227 for (unsigned i = 0; i < rt_count; ++i) { in panfrost_fs_required()
242 unsigned rt_count = batch->key.nr_cbufs; in panfrost_emit_bifrost_blend() local
244 if (rt_count == 0) { in panfrost_emit_bifrost_blend()
256 for (unsigned i = 0; i < rt_count; ++i) { in panfrost_emit_bifrost_blend()
321 unsigned rt_count = batch->key.nr_cbufs; in panfrost_emit_midgard_blend() local
323 if (rt_count == 0) { in panfrost_emit_midgard_blend()
337 for (unsigned i = 0; i < rt_count; ++i) { in panfrost_emit_midgard_blend()
381 unsigned rt_count = ctx->pipe_framebuffer.nr_cbufs; in panfrost_prepare_bifrost_fs_state() local
383 if (!panfrost_fs_required(fs, blend, rt_count)) { in panfrost_prepare_bifrost_fs_state()
[all …]
Dpan_mfbd.c54 unsigned rt_count = MAX2(batch->key.nr_cbufs, 1); in panfrost_mfbd_size() local
58 (rt_count * MALI_RENDER_TARGET_LENGTH); in panfrost_mfbd_size()
/external/mesa3d/src/panfrost/lib/
Ddecode.c287 unsigned rt_count; member
299 .rt_count = 1 in pandecode_sfbd()
408 info.rt_count = params.render_target_count; in pandecode_mfbd_bfr()
921 .rt_count = 1 in pandecode_vertex_tiler_postfix_pre()
1011 for (unsigned i = 0; i < fbd_info.rt_count; i++) { in pandecode_vertex_tiler_postfix_pre()
1216 expected_tag |= (MALI_POSITIVE(info.rt_count) << 2); in pandecode_fragment_job()