• Home
  • Raw
  • Download

Lines Matching refs:bi_instruction

56 static bi_instruction *bi_emit_branch(bi_context *ctx);
61 bi_instruction *branch = bi_emit_branch(ctx); in emit_jump()
78 static bi_instruction
81 bi_instruction load = { in bi_load()
112 bi_instruction ins = { in bi_emit_ld_output()
164 bi_instruction ins = bi_load(BI_LOAD_VAR, instr); in bi_emit_ld_vary()
198 bi_instruction ins = { in bi_emit_ld_blend_input()
225 bi_instruction ins = { in bi_emit_atest()
246 bi_instruction blend = { in bi_emit_blend()
298 bi_instruction ins = { in bi_emit_zs_emit()
369 bi_instruction *ret = bi_emit_branch(ctx); in bi_emit_frag_out()
374 static bi_instruction
377 bi_instruction ld = bi_load(T, instr); in bi_load_with_r61()
391 bi_instruction address = bi_load_with_r61(BI_LOAD_VAR_ADDRESS, instr); in bi_emit_st_vary()
399 bi_instruction st = { in bi_emit_st_vary()
444 bi_instruction add = { in bi_emit_ld_ubo()
459 bi_instruction ld = { in bi_emit_ld_ubo()
500 bi_instruction load = { in bi_emit_sysval()
526 bi_instruction combine = { in bi_emit_ld_frag_coord()
535 bi_instruction conv = { in bi_emit_ld_frag_coord()
547 bi_instruction add = { in bi_emit_ld_frag_coord()
566 bi_instruction load = { in bi_emit_ld_frag_coord()
600 bi_instruction discard = { in bi_emit_discard()
611 bi_fuse_cond(bi_instruction *csel, nir_alu_src cond,
621 bi_instruction discard = { in bi_emit_discard_if()
659 bi_instruction move = { in bi_emit_blend_const()
675 bi_instruction ins = { in bi_emit_sample_id()
703 bi_instruction ins = { in bi_emit_front_face()
725 bi_instruction ins = { in bi_emit_point_coord()
747 bi_instruction mov = { in bi_emit_vertex_id()
761 bi_instruction mov = { in bi_emit_instance_id()
892 bi_instruction move = { in emit_load_const()
1061 bi_copy_src(bi_instruction *alu, nir_alu_instr *instr, unsigned i, unsigned to, in bi_copy_src()
1104 bi_fuse_cond(bi_instruction *csel, nir_alu_src cond, in bi_fuse_cond()
1160 bi_instruction alu = { in emit_alu()
1377 bi_instruction tex = { in emit_texs()
1468 bi_instruction f2i = { in bi_emit_array_index()
1501 bi_instruction fsat = { in bi_emit_lod_88()
1515 bi_instruction fmul = { in bi_emit_lod_88()
1528 bi_instruction f2i = { in bi_emit_lod_88()
1538 bi_instruction mkvec = { in bi_emit_lod_88()
1563 bi_instruction mkvec = { in bi_emit_lod_cube()
1594 bi_instruction shl = { in bi_emit_tex_offset_ms_index()
1624 bi_instruction cubeface1 = { in bi_lower_cube_coord()
1636 bi_instruction cubeface2 = { in bi_lower_cube_coord()
1647 bi_instruction cube_ssel = { in bi_lower_cube_coord()
1658 bi_instruction cube_tsel = { in bi_lower_cube_coord()
1682 bi_instruction frcp = { in bi_lower_cube_coord()
1692 bi_instruction fma1 = { in bi_lower_cube_coord()
1702 bi_instruction fma2 = { in bi_lower_cube_coord()
1713 bi_instruction fma3 = { in bi_lower_cube_coord()
1749 bi_instruction and1 = { in texc_pack_cube_coord()
1759 bi_instruction and2 = { in texc_pack_cube_coord()
1769 bi_instruction or = { in texc_pack_cube_coord()
1854 bi_instruction tex = { in emit_texc()
1979 bi_instruction combine = { in emit_texc()
2130 static bi_instruction *
2133 bi_instruction branch = { in bi_emit_branch()
2149 bi_set_branch_cond(bi_instruction *branch, nir_src *cond, bool invert) in bi_set_branch_cond()
2165 bi_instruction *then_branch = bi_emit_branch(ctx); in emit_if()
2173 bi_instruction *then_exit = bi_emit_branch(ctx); in emit_if()
2220 bi_instruction *br_back = bi_emit_branch(ctx); in emit_loop()