Home
last modified time | relevance | path

Searched refs:dst_null_f (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4.h76 dst_reg dst_null_f() in dst_null_f() function
Dbrw_vec4_tcs.cpp237 inst = emit(TCS_OPCODE_URB_WRITE, dst_null_f(), message); in emit_urb_write()
Dbrw_vec4_visitor.cpp1203 …emit(CMP(dst_null_f(), src_reg(output_reg[VARYING_SLOT_CLIP_DIST0][0]), brw_imm_f(0.0f), BRW_CONDI… in emit_psiz_and_flags()
1207 …emit(CMP(dst_null_f(), src_reg(output_reg[VARYING_SLOT_CLIP_DIST1][0]), brw_imm_f(0.0f), BRW_CONDI… in emit_psiz_and_flags()
1226 emit(CMP(dst_null_f(), ndc_w, brw_imm_f(0.0f), BRW_CONDITIONAL_L)); in emit_psiz_and_flags()
Dbrw_vec4_nir.cpp1427 emit(CMP(dst_null_f(), abs_src0, brw_imm_f(ldexpf(1.0, -14)), in nir_emit_alu()
1815 emit(CMP(dst_null_f(), op[0], brw_imm_f(0.0f), BRW_CONDITIONAL_NZ)); in nir_emit_alu()