Searched refs:preload (Results 1 - 25 of 124) sorted by relevance

12345

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.h122 rsd->preload.uniform_count = fau_count;
133 rsd->preload.vertex.vertex_id = true;
134 rsd->preload.vertex.instance_id = true;
152 rsd->preload.fragment.fragment_position = info->fs.reads_frag_coord;
153 rsd->preload.fragment.coverage = true;
154 rsd->preload.fragment.primitive_flags = info->fs.reads_face;
158 * preload for those too */
159 rsd->preload.fragment.sample_mask_id =
173 rsd->preload.compute.local_invocation_xy = true;
174 rsd->preload
[all...]
H A Dpan_cs.h43 bool preload; member in struct:pan_fb_color_attachment
63 } preload; member in struct:pan_fb_zs_attachment
H A Dpan_blitter.c267 cfg.preload.fragment.coverage = true;
268 cfg.preload.fragment.sample_mask_id = ms;
735 if (fb->zs.preload.z)
738 if (fb->zs.preload.s) {
758 if (fb->rts[i].preload)
805 if (fb->zs.preload.z || fb->zs.preload.s)
809 if (fb->rts[i].preload)
923 if (fb->zs.preload.z)
926 if (fb->zs.preload
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_screen.h72 void (*preload)(struct panfrost_batch *, struct pan_fb_info *); member in struct:panfrost_vtable
H A Dpan_job.c477 fb->rts[i].preload = true;
536 fb->zs.preload.z = true;
542 fb->zs.preload.s = true;
552 fb->zs.preload.z = !fb->zs.clear.z && valid;
553 fb->zs.preload.s = !fb->zs.clear.s && valid;
748 screen->vtbl.preload(batch, &fb);
H A Dpan_cmdstream.c496 * LD_TILE/ST_TILE, so we must preload it. Additionally, we
502 cfg.preload.fragment.sample_mask_id = true;
515 /* v6+ fits register preload here, no alpha testing */
3541 preload(struct panfrost_batch *batch, struct pan_fb_info *fb) function in typeref:typename:void
3670 screen->vtbl.preload = preload;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_pass.c152 subpass->color_attachments[j].preload = true;
154 subpass->color_attachments[j].preload = true;
190 subpass->zs_attachment.preload = true;
192 subpass->zs_attachment.preload = true;
H A Dpanvk_vX_meta_blit.c75 fbinfo->zs.preload.z = true;
76 fbinfo->zs.preload.s = util_format_has_stencil(fdesc);
79 fbinfo->zs.preload.s = true;
83 fbinfo->rts[0].preload = true;
H A Dpanvk_cmd_buffer.c371 fbinfo->rts[cb].preload = subpass->color_attachments[cb].preload;
466 cmdbuf->state.fb.info.rts[i].preload = true;
472 cmdbuf->state.fb.info.zs.preload.z = true;
479 cmdbuf->state.fb.info.zs.preload.s = true;
H A Dpanvk_vX_meta_clear.c575 fbinfo->zs.preload.z = !fbinfo->zs.clear.z && fbinfo->zs.clear.s;
576 fbinfo->zs.preload.s = !fbinfo->zs.clear.s && fbinfo->zs.clear.z;
H A Dpanvk_private.h964 bool preload; member in struct:panvk_subpass_attachment
H A Dpanvk_vX_meta_copy.c742 .rts[0].preload = true,
1202 .rts[0].preload = true,
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-arm-simd-asm.S48 * sometimes choose to insert a preload or a decrement of X between them.
54 * preload If outputting 16 bytes causes 64 bytes to be read, whether an extra preload should be output
61 .macro blit_process_head cond, numbytes, firstreg, unaligned_src, unaligned_mask, preload
190 .macro pixman_composite_src_x888_8888_process_head cond, numbytes, firstreg, unaligned_src, unaligned_mask, preload
276 .macro src_0565_8888_process_head cond, numbytes, firstreg, unaligned_src, unaligned_mask, preload
335 .macro src_x888_0565_process_head cond, numbytes, firstreg, unaligned_src, unaligned_mask, preload
395 .macro add_8_8_process_head cond, numbytes, firstreg, unaligned_src, unaligned_mask, preload
441 .macro over_8888_8888_process_head cond, numbytes, firstreg, unaligned_src, unaligned_mask, preload
567 .macro over_8888_n_8888_process_head cond, numbytes, firstreg, unaligned_src, unaligned_mask, preload
[all...]
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv6_pack.h3100 struct MALI_PRELOAD preload; member in struct:MALI_RENDERER_STATE
3114 .preload = { MALI_PRELOAD_header }, \
3178 cl[12] = __gen_uint(values->preload.compute.pc, 6, 6) |
3179 __gen_uint(values->preload.compute.local_invocation_xy, 7, 7) |
3180 __gen_uint(values->preload.compute.local_invocation_z, 8, 8) |
3181 __gen_uint(values->preload.compute.work_group_x, 9, 9) |
3182 __gen_uint(values->preload.compute.work_group_y, 10, 10) |
3183 __gen_uint(values->preload.compute.work_group_z, 11, 11) |
3184 __gen_uint(values->preload.compute.global_invocation_x, 12, 12) |
3185 __gen_uint(values->preload
[all...]
H A Dv7_pack.h3164 struct MALI_PRELOAD preload; member in struct:MALI_RENDERER_STATE
3180 .preload = { MALI_PRELOAD_header }, \
3247 cl[12] = __gen_uint(values->preload.compute.pc, 6, 6) |
3248 __gen_uint(values->preload.compute.local_invocation_xy, 7, 7) |
3249 __gen_uint(values->preload.compute.local_invocation_z, 8, 8) |
3250 __gen_uint(values->preload.compute.work_group_x, 9, 9) |
3251 __gen_uint(values->preload.compute.work_group_y, 10, 10) |
3252 __gen_uint(values->preload.compute.work_group_z, 11, 11) |
3253 __gen_uint(values->preload.compute.global_invocation_x, 12, 12) |
3254 __gen_uint(values->preload
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.3.rst48 - pan/blit: Fix a NULL dereference in the preload path
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
H A Ddecode.c849 uniform_count = state.preload.uniform_count;
855 DUMP_UNPACKED(PRELOAD, state.preload, "Preload:\n");
/xsrc/external/mit/xf86-video-xgi/dist/
H A Dltmain.sh4090 preload=no
4168 if test "$preload" = no; then
4172 preload=yes
4276 # If libtool objects are unsupported, then we need to preload.
4820 # If libtool objects are unsupported, then we need to preload.
5274 # we need to preload.
5382 # statically, we need to preload. We also need to preload any
7499 test "$preload" = yes \
7886 if test "$preload"
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/
H A Dltmain.sh4090 preload=no
4168 if test "$preload" = no; then
4172 preload=yes
4276 # If libtool objects are unsupported, then we need to preload.
4820 # If libtool objects are unsupported, then we need to preload.
5277 # we need to preload.
5385 # statically, we need to preload. We also need to preload any
7506 test "$preload" = yes \
7893 if test "$preload"
[all...]
/xsrc/external/mit/xcb-util/dist/
H A Dltmain.sh4090 preload=no
4168 if test "$preload" = no; then
4172 preload=yes
4276 # If libtool objects are unsupported, then we need to preload.
4820 # If libtool objects are unsupported, then we need to preload.
5277 # we need to preload.
5385 # statically, we need to preload. We also need to preload any
7506 test "$preload" = yes \
7893 if test "$preload"
[all...]
/xsrc/external/mit/libXTrap/dist/
H A Dltmain.sh5152 preload=no
5235 if test "$preload" = no; then
5239 preload=yes
5343 # If libtool objects are unsupported, then we need to preload.
5909 # If libtool objects are unsupported, then we need to preload.
6375 # we need to preload.
6489 # statically, we need to preload. We also need to preload any
8703 test "$preload" = yes \
9098 if test "$preload"
[all...]
/xsrc/external/mit/libXevie/dist/
H A Dltmain.sh4405 preload=no
4488 if test "$preload" = no; then
4492 preload=yes
4596 # If libtool objects are unsupported, then we need to preload.
5146 # If libtool objects are unsupported, then we need to preload.
5601 # we need to preload.
5709 # statically, we need to preload. We also need to preload any
7831 test "$preload" = yes \
8207 if test "$preload"
[all...]
/xsrc/external/mit/libXfont/dist/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
6748 # If libtool objects are unsupported, then we need to preload.
7352 # If libtool objects are unsupported, then we need to preload.
7825 # we need to preload.
7937 # statically, we need to preload. We also need to preload any
10206 $preload \
10601 $preload
[all...]
/xsrc/external/mit/mesa-demos/dist/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
6748 # If libtool objects are unsupported, then we need to preload.
7352 # If libtool objects are unsupported, then we need to preload.
7825 # we need to preload.
7937 # statically, we need to preload. We also need to preload any
10206 $preload \
10601 $preload
[all...]
/xsrc/external/mit/glu/dist/
H A Dltmain.sh6599 preload=false
6682 $preload || {
6686 preload=:
6796 # If libtool objects are unsupported, then we need to preload.
7411 # If libtool objects are unsupported, then we need to preload.
7881 # we need to preload.
7993 # statically, we need to preload. We also need to preload any
10259 $preload \
10654 $preload
[all...]

Completed in 119 milliseconds

12345