Searched refs:pre_post (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_cs.h98 } pre_post; member in struct:pan_fb_bifrost_info
H A Dpan_cs.c643 cfg.pre_frame_0 = pan_fix_frame_shader_mode(fb->bifrost.pre_post.modes[0], force_clean_write);
644 cfg.pre_frame_1 = pan_fix_frame_shader_mode(fb->bifrost.pre_post.modes[1], force_clean_write);
645 cfg.post_frame = pan_fix_frame_shader_mode(fb->bifrost.pre_post.modes[2], force_clean_write);
646 cfg.frame_shader_dcds = fb->bifrost.pre_post.dcds.gpu;
H A Dpan_blitter.c1085 if (fb->bifrost.pre_post.dcds.gpu)
1088 fb->bifrost.pre_post.dcds =
1100 assert(fb->bifrost.pre_post.dcds.cpu);
1101 void *dcd = fb->bifrost.pre_post.dcds.cpu +
1144 fb->bifrost.pre_post.modes[dcd_idx] =
1150 fb->bifrost.pre_post.modes[dcd_idx] =
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_cmd_buffer.c361 memset(&fbinfo->bifrost.pre_post.dcds, 0, sizeof(fbinfo->bifrost.pre_post.dcds));
H A Dpanvk_vX_cmd_buffer.c273 memset(&cmdbuf->state.fb.info.bifrost.pre_post.dcds, 0,
274 sizeof(cmdbuf->state.fb.info.bifrost.pre_post.dcds));

Completed in 7 milliseconds