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

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
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_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...]
pan_blend.h 69 unsigned rt_count; member in struct:pan_blend_state
pan_cs.h 108 unsigned rt_count; member in struct:pan_fb_info
  /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/panfrost/vulkan/
panvk_vX_pipeline.c 210 bo_size += pan_size(BLEND) * MAX2(pipeline->blend.state.rt_count, 1);
331 for (unsigned rt = 0; rt < MAX2(pipeline->blend.state.rt_count, 1); rt++) {
338 for (unsigned rt = 0; rt < MAX2(pipeline->blend.state.rt_count, 1); rt++) {
580 pipeline->blend.state.rt_count = util_last_bit(builder->active_color_attachments);
585 for (unsigned i = 0; i < pipeline->blend.state.rt_count; i++) {
730 for (unsigned i = 0; i < blend->rt_count; ++i) {
panvk_vX_cmd_buffer.c 105 size += MAX2(fbinfo->rt_count, 1) * pan_size(RENDER_TARGET);
129 for (unsigned i = 0; i < fbinfo->rt_count; i++)
267 PAN_DESC_ARRAY(MAX2(fbinfo->rt_count, 1), RENDER_TARGET));
456 PAN_DESC_ARRAY(pipeline->blend.state.rt_count,
470 for (unsigned i = 0; i < pipeline->blend.state.rt_count; i++) {
panvk_cmd_buffer.c 360 fbinfo->rt_count = subpass->color_count;
463 for (unsigned i = 0; i < cmdbuf->state.fb.info.rt_count; i++) {
panvk_vX_meta_blit.c 81 fbinfo->rt_count = 1;
panvk_vX_meta_clear.c 500 .rt_count = 1,
564 .rt_count = 1,
panvk_vX_shader.c 328 for (unsigned rt = 0; rt < blend_state->rt_count; rt++) {
panvk_vX_cs.c 599 if (!blend->rt_count || !rts->equation.color_mask) {
panvk_vX_meta_copy.c 740 .rt_count = 1,
1200 .rt_count = 1,
  /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...]
pan_job.c 438 fb->rt_count = batch->key.nr_cbufs;
444 for (unsigned i = 0; i < fb->rt_count; i++) {

Completed in 15 milliseconds