Searched refs:pixel_kill_operation (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.h87 rsd->properties.pixel_kill_operation = MALI_PIXEL_KILL_## kill; \
H A Dpan_blitter.c247 cfg.properties.pixel_kill_operation =
252 cfg.properties.pixel_kill_operation =
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c192 cfg.properties.pixel_kill_operation =
197 cfg.properties.pixel_kill_operation =
H A Dpanvk_vX_meta_copy.c283 cfg.properties.pixel_kill_operation =
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv6_pack.h2505 enum mali_pixel_kill pixel_kill_operation; member in struct:MALI_RENDERER_PROPERTIES
2525 __gen_uint(values->pixel_kill_operation, 21, 22) |
2546 values->pixel_kill_operation = (enum mali_pixel_kill)__gen_unpack_uint(cl, 21, 22);
2562 fprintf(fp, "%*sPixel kill operation: %s\n", indent, "", mali_pixel_kill_as_str(values->pixel_kill_operation));
3134 __gen_uint(values->properties.pixel_kill_operation, 21, 22) |
3254 values->properties.pixel_kill_operation = (enum mali_pixel_kill)__gen_unpack_uint(cl, 149, 150);
H A Dv7_pack.h2558 enum mali_pixel_kill pixel_kill_operation; member in struct:MALI_RENDERER_PROPERTIES
2581 __gen_uint(values->pixel_kill_operation, 21, 22) |
2605 values->pixel_kill_operation = (enum mali_pixel_kill)__gen_unpack_uint(cl, 21, 22);
2624 fprintf(fp, "%*sPixel kill operation: %s\n", indent, "", mali_pixel_kill_as_str(values->pixel_kill_operation));
3201 __gen_uint(values->properties.pixel_kill_operation, 21, 22) |
3326 values->properties.pixel_kill_operation = (enum mali_pixel_kill)__gen_unpack_uint(cl, 149, 150);

Completed in 32 milliseconds