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

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_shader.h 88 rsd->properties.zs_update_operation = MALI_PIXEL_KILL_## update; \
pan_blitter.c 245 cfg.properties.zs_update_operation =
250 cfg.properties.zs_update_operation =
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_meta_clear.c 190 cfg.properties.zs_update_operation =
195 cfg.properties.zs_update_operation =
panvk_vX_cs.c 753 cfg.properties.zs_update_operation = MALI_PIXEL_KILL_STRONG_EARLY;
panvk_vX_meta_copy.c 281 cfg.properties.zs_update_operation =
  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v6_pack.h 2506 enum mali_pixel_kill zs_update_operation; member in struct:MALI_RENDERER_PROPERTIES
2526 __gen_uint(values->zs_update_operation, 23, 24) |
2547 values->zs_update_operation = (enum mali_pixel_kill)__gen_unpack_uint(cl, 23, 24);
2563 fprintf(fp, "%*sZS update operation: %s\n", indent, "", mali_pixel_kill_as_str(values->zs_update_operation));
3135 __gen_uint(values->properties.zs_update_operation, 23, 24) |
3255 values->properties.zs_update_operation = (enum mali_pixel_kill)__gen_unpack_uint(cl, 151, 152);
v7_pack.h 2559 enum mali_pixel_kill zs_update_operation; member in struct:MALI_RENDERER_PROPERTIES
2582 __gen_uint(values->zs_update_operation, 23, 24) |
2606 values->zs_update_operation = (enum mali_pixel_kill)__gen_unpack_uint(cl, 23, 24);
2625 fprintf(fp, "%*sZS update operation: %s\n", indent, "", mali_pixel_kill_as_str(values->zs_update_operation));
3202 __gen_uint(values->properties.zs_update_operation, 23, 24) |
3327 values->properties.zs_update_operation = (enum mali_pixel_kill)__gen_unpack_uint(cl, 151, 152);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_cmdstream.c 389 cfg.properties.zs_update_operation = MALI_PIXEL_KILL_STRONG_EARLY;

Completed in 179 milliseconds