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

  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v4_pack.h 2315 bool depth_write_mask; member in struct:MALI_MULTISAMPLE_MISC
2339 __gen_uint(values->depth_write_mask, 27, 27) |
2363 values->depth_write_mask = __gen_unpack_uint(cl, 27, 27);
2383 fprintf(fp, "%*sDepth write mask: %s\n", indent, "", values->depth_write_mask ? "true" : "false");
2589 __gen_uint(values->multisample_misc.depth_write_mask, 27, 27) |
2684 values->multisample_misc.depth_write_mask = __gen_unpack_uint(cl, 283, 283);
v5_pack.h 2368 bool depth_write_mask; member in struct:MALI_MULTISAMPLE_MISC
2389 __gen_uint(values->depth_write_mask, 27, 27) |
2411 values->depth_write_mask = __gen_unpack_uint(cl, 27, 27);
2428 fprintf(fp, "%*sDepth write mask: %s\n", indent, "", values->depth_write_mask ? "true" : "false");
2612 __gen_uint(values->multisample_misc.depth_write_mask, 27, 27) |
2687 values->multisample_misc.depth_write_mask = __gen_unpack_uint(cl, 283, 283);
v6_pack.h 2803 bool depth_write_mask; member in struct:MALI_MULTISAMPLE_MISC
2826 __gen_uint(values->depth_write_mask, 27, 27) |
2850 values->depth_write_mask = __gen_unpack_uint(cl, 27, 27);
2869 fprintf(fp, "%*sDepth write mask: %s\n", indent, "", values->depth_write_mask ? "true" : "false");
3150 __gen_uint(values->multisample_misc.depth_write_mask, 27, 27) |
3270 values->multisample_misc.depth_write_mask = __gen_unpack_uint(cl, 283, 283);
v7_pack.h 2867 bool depth_write_mask; member in struct:MALI_MULTISAMPLE_MISC
2890 __gen_uint(values->depth_write_mask, 27, 27) |
2914 values->depth_write_mask = __gen_unpack_uint(cl, 27, 27);
2933 fprintf(fp, "%*sDepth write mask: %s\n", indent, "", values->depth_write_mask ? "true" : "false");
3219 __gen_uint(values->multisample_misc.depth_write_mask, 27, 27) |
3344 values->multisample_misc.depth_write_mask = __gen_unpack_uint(cl, 283, 283);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_cs.c 765 cfg.multisample_misc.depth_write_mask = pipeline->zs.z_write;
panvk_vX_meta_clear.c 172 cfg.multisample_misc.depth_write_mask = z;
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_blitter.c 230 cfg.multisample_misc.depth_write_mask = z != NULL;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_cmdstream.c 3339 cfg.depth_write_mask = zsa->depth_writemask;

Completed in 24 milliseconds