Home
last modified time | relevance | path

Searched refs:DEFINE_CASE (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
H A Ddisassemble.c44 #define DEFINE_CASE(define, str) case define: { fprintf(fp, str); break; } macro
1584 DEFINE_CASE(1, "1d"); in print_texture_format()
1585 DEFINE_CASE(2, "2d"); in print_texture_format()
1586 DEFINE_CASE(3, "3d"); in print_texture_format()
1587 DEFINE_CASE(0, "cube"); in print_texture_format()
1672 #undef DEFINE_CASE macro
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c2763 #define DEFINE_CASE(c) case PIPE_PRIM_##c: return MALI_DRAW_MODE_##c; macro
2769 DEFINE_CASE(POINTS); in pan_draw_mode()
2770 DEFINE_CASE(LINES); in pan_draw_mode()
2771 DEFINE_CASE(LINE_LOOP); in pan_draw_mode()
2772 DEFINE_CASE(LINE_STRIP); in pan_draw_mode()
2773 DEFINE_CASE(TRIANGLES); in pan_draw_mode()
2774 DEFINE_CASE(TRIANGLE_STRIP); in pan_draw_mode()
2775 DEFINE_CASE(TRIANGLE_FAN); in pan_draw_mode()
2776 DEFINE_CASE(QUADS); in pan_draw_mode()
2777 DEFINE_CASE(POLYGO in pan_draw_mode()
2787 #undef DEFINE_CASE global() macro
[all...]

Completed in 9 milliseconds