Home
last modified time | relevance | path

Searched refs:flag_subreg (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_cse.cpp123 a->flag_subreg == b->flag_subreg && in instructions_match()
Dbrw_fs_cse.cpp184 a->flag_subreg == b->flag_subreg && in instructions_match()
Dbrw_shader.h175 unsigned flag_subreg:1; member
Dbrw_fs_visitor.cpp355 cmp->flag_subreg = 1; in emit_alpha_test()
393 write->flag_subreg = 1; in emit_single_fb_write()
Dbrw_fs.cpp885 const unsigned start = inst->flag_subreg * 16 + inst->group; in flag_mask()
1373 discard_jump->flag_subreg = 1; in emit_discard_jump()
5499 inst->flag_subreg); in dump_instruction()
5511 fprintf(file, ".f0.%d", inst->flag_subreg); in dump_instruction()
5908 if (!flag_mov_found[inst->flag_subreg]) { in opt_drop_redundant_mov_to_flags()
5909 flag_mov_found[inst->flag_subreg] = true; in opt_drop_redundant_mov_to_flags()
5915 flag_mov_found[inst->flag_subreg] = false; in opt_drop_redundant_mov_to_flags()
6459 discard_init->flag_subreg = 1; in run_fs()
Dbrw_fs_generator.cpp1447 struct brw_reg flags = brw_flag_reg(0, inst->flag_subreg); in generate_mov_dispatch_to_flags()
1703 brw_set_default_flag_reg(p, 0, inst->flag_subreg); in generate_code()
Dbrw_vec4.cpp1550 inst->flag_subreg, in dump_instruction()
1564 fprintf(file, ".f0.%d", inst->flag_subreg); in dump_instruction()
Dbrw_vec4_visitor.cpp53 this->flag_subreg = 0; in vec4_instruction()
Dbrw_vec4_generator.cpp1520 brw_set_default_flag_reg(p, 0, inst->flag_subreg); in generate_code()
Dbrw_fs_nir.cpp3295 cmp->flag_subreg = 1; in nir_emit_fs_intrinsic()