Home
last modified time | relevance | path

Searched defs:fullinst (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c107 const struct tgsi_full_instruction *fullinst, in scan_src_operand()
287 const struct tgsi_full_instruction *fullinst, in scan_instruction()
858 struct tgsi_full_instruction *fullinst = in tgsi_is_passthrough_shader() local
Dtgsi_transform.c167 struct tgsi_full_instruction *fullinst in tgsi_transform_shader() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow.c42 struct rc_instruction * fullinst, in reads_normal_callback()
101 static void reads_pair(struct rc_instruction * fullinst, rc_read_write_mask_fn cb, void * userdata) in reads_pair()
133 struct rc_instruction * fullinst, in pair_sub_for_all_args()
256 static void writes_normal(struct rc_instruction * fullinst, rc_read_write_mask_fn cb, void * userda… in writes_normal()
268 static void writes_pair(struct rc_instruction * fullinst, rc_read_write_mask_fn cb, void * userdata) in writes_pair()
340 static void remap_normal_instruction(struct rc_instruction * fullinst, in remap_normal_instruction()
389 static void remap_pair_instruction(struct rc_instruction * fullinst, in remap_pair_instruction()
Dradeon_program_print.c341 static void rc_print_pair_instruction(FILE * f, struct rc_instruction * fullinst, unsigned *branch_… in rc_print_pair_instruction()