HomeSort by: relevance | last modified time | path
    Searched defs:ir3 (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3.h 41 struct ir3;
409 struct ir3 { struct
479 struct ir3_array * ir3_lookup_array(struct ir3 *ir, unsigned id);
483 struct ir3 *shader;
526 struct ir3 * ir3_create(struct ir3_compiler *compiler,
528 void ir3_destroy(struct ir3 *shader);
529 void * ir3_assemble(struct ir3 *shader,
531 void * ir3_alloc(struct ir3 *shader, int sz);
533 struct ir3_block * ir3_block_create(struct ir3 *shader);
544 struct ir3_register * ir3_reg_clone(struct ir3 *shader
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3.h 42 struct ir3;
47 void *data; /* used internally in ir3 assembler */
459 struct ir3 { struct
534 struct ir3_array *ir3_lookup_array(struct ir3 *ir, unsigned id);
545 struct ir3 *shader;
614 ir3_start_block(struct ir3 *ir)
629 void ir3_calc_dominance(struct ir3 *ir);
634 struct ir3 *ir3_create(struct ir3_compiler *compiler,
636 void ir3_destroy(struct ir3 *shader);
639 void *ir3_alloc(struct ir3 *shader, int sz)
    [all...]

Completed in 6 milliseconds