HomeSort by: relevance | last modified time | path
    Searched defs:rt_count (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_blend.h 69 unsigned rt_count; member in struct:pan_blend_state
pan_cs.c 90 if (fb->rt_count == 1 && fb->rts[0].view && !fb->rts[0].discard &&
99 for (unsigned i = 0; i < fb->rt_count; i++) {
241 assert(rt_crc < fb->rt_count);
298 for (int cb = 0; cb < fb->rt_count; ++cb) {
597 for (unsigned i = 0; i < fb->rt_count; ++i) {
656 cfg.render_target_count = MAX2(fb->rt_count, 1);
707 unsigned rt_count = MAX2(fb->rt_count, 1); local
709 for (unsigned i = 0; i < rt_count; i++) {
721 tags |= MALI_POSITIVE(MAX2(fb->rt_count, 1)) << 2
    [all...]
pan_cs.h 108 unsigned rt_count; member in struct:pan_fb_info
pan_blitter.c 183 unsigned rt_count,
194 for (unsigned i = 0; i < rt_count; i++) {
271 panfrost_last_nonnull(blend_shaders, rt_count) : 0;
306 for (unsigned i = 0; i < MAX2(rt_count, 1); ++i) {
319 unsigned rt_count,
324 if (!rt_count)
328 .rt_count = rt_count,
331 for (unsigned i = 0; i < rt_count; i++) {
636 unsigned rt_count,
732 unsigned rt_count = 0; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
decode.c 191 unsigned rt_count; member in struct:pandecode_fbd
204 .rt_count = 1
335 info.rt_count = params.render_target_count;
802 .rt_count = 1
872 for (unsigned i = 0; i < fbd_info.rt_count; i++) {
1108 expected_tag |= MALI_FBD_TAG_IS_MFBD | (MALI_POSITIVE(info.rt_count) << 2);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_cmdstream.c 273 unsigned rt_count = batch->key.nr_cbufs; local
279 for (unsigned i = 0; i < MAX2(rt_count, 1); ++i) {
283 if (rt_count == 0 || !batch->key.cbufs[i] || so->info[i].no_colour) {
413 unsigned rt_count = ctx->pipe_framebuffer.nr_cbufs; local
417 for (unsigned c = 0; c < rt_count; ++c)
458 if (rt_count > 0) {
486 cfg.legacy_blend_shader = panfrost_last_nonnull(blend_shaders, rt_count);
593 unsigned rt_count = MAX2(ctx->pipe_framebuffer.nr_cbufs, 1); local
597 PAN_DESC_ARRAY(rt_count, BLEND));
3439 so->pan.rt_count = blend->max_rt + 1
    [all...]

Completed in 33 milliseconds