HomeSort by relevance Sort by last modified time
    Searched refs:ilo_printf (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_compiler.c 59 ilo_printf("%s[a0.%d", name, addr_subreg);
61 ilo_printf("%+d", (int) val32);
62 ilo_printf("]");
68 ilo_printf("%s%d", name, reg);
70 ilo_printf(".%d", subreg);
75 ilo_printf("null");
78 ilo_printf("a0.%d", subreg);
82 ilo_printf("acc%d.%d", (reg & 1), subreg);
85 ilo_printf("f0.%d", subreg);
88 ilo_printf("sr0.%d", subreg)
    [all...]
ilo_shader_cs.c 72 ilo_printf("legalized instructions:\n");
74 ilo_printf("\n");
115 ilo_printf("disassembly:\n");
117 ilo_printf("\n");
ilo_shader_gs.c 894 ilo_printf("legalized instructions:\n");
896 ilo_printf("\n");
904 ilo_printf("disassembly:\n");
906 ilo_printf("\n");
966 ilo_printf("VUE count %d, VUE size %d\n",
968 ilo_printf("%srasterizer discard\n",
972 ilo_printf("SO[%d] = OUT[%d]\n", i,
976 ilo_printf("legalized instructions:\n");
978 ilo_printf("\n");
988 ilo_printf("disassembly:\n")
    [all...]
ilo_shader_vs.c 749 ilo_printf("legalized instructions:\n");
751 ilo_printf("\n");
793 ilo_printf("disassembly:\n");
795 ilo_printf("\n");
    [all...]
ilo_shader_fs.c     [all...]
toy_compiler_disasm.c     [all...]
toy_tgsi.c     [all...]
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_builder_decode.c 56 ilo_printf("0x%08x: 0x%08x: ",
70 ilo_printf("%8s: \n", desc);
72 ilo_printf("%8s: ", desc);
95 ilo_printf("(%10.4f, %10c, %10c, %10c) "
101 ilo_printf("(%10.4f, %10.4f, %10c, %10c) "
107 ilo_printf("(%10.4f, %10.4f, %10.4f, %10c) "
113 ilo_printf("(%10.4f, %10.4f, %10.4f, %10.4f) "
138 ilo_printf("xmin = %f\n", uif(dw));
141 ilo_printf("xmax = %f\n", uif(dw));
144 ilo_printf("ymin = %f\n", uif(dw))
    [all...]
ilo_debug.h 67 ilo_printf(const char *format, ...) function
ilo_builder.h 544 ilo_printf("%d+%d bytes (%d%% full)\n",
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_cp.h 95 ilo_printf("submit batch buffer to %s ring because of %s: ",
ilo_draw.c 556 ilo_printf("indexed draw %s: "
562 ilo_printf("draw %s: vertex start %d, count %d\n",
ilo_state.c     [all...]

Completed in 793 milliseconds