Home
last modified time | relevance | path

Searched refs:dst_null_d (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dgen6_gs_visitor.cpp383 emit(CMP(dst_null_d(), vertex, this->vertex_count, BRW_CONDITIONAL_GE)); in emit_thread_end()
609 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE)); in xfb_write()
628 emit(CMP(dst_null_d(), sol_temp, this->vertex_count, in xfb_write()
651 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE)); in xfb_program()
Dbrw_vec4_nir.cpp106 vec4_instruction *inst = emit(MOV(dst_null_d(), condition)); in nir_emit_if()
1053 emit(CMP(dst_null_d(), op[0], op[1], in optimize_predicate()
1252 emit(MACH(dst_null_d(), op[0], op[1])); in nir_emit_alu()
1321 inst = emit(MOV(dst_null_d(), src_reg(dst))); in nir_emit_alu()
1512 emit(CMP(dst_null_d(), swizzle(op[0], swiz), swizzle(op[1], swiz), in nir_emit_alu()
1531 emit(CMP(dst_null_d(), swizzle(op[0], swiz), swizzle(op[1], swiz), in nir_emit_alu()
1742 bld.CMP(dst_null_d(), src, brw_imm_d(-1), BRW_CONDITIONAL_NZ); in nir_emit_alu()
1871 emit(CMP(dst_null_d(), op[0], brw_imm_d(0), BRW_CONDITIONAL_G)); in nir_emit_alu()
1916 emit(CMP(dst_null_d(), op[0], brw_imm_d(0), BRW_CONDITIONAL_NZ)); in nir_emit_alu()
Dbrw_vec4_tcs.cpp87 emit(CMP(dst_null_d(), invocation_id, in emit_prolog()
129 emit(TCS_OPCODE_SRC0_010_IS_ZERO, dst_null_d(), in emit_thread_end()
Dbrw_vec4.h86 dst_reg dst_null_d() in dst_null_d() function
Dbrw_vec4_visitor.cpp215 inst = new(mem_ctx) vec4_instruction(BRW_OPCODE_IF, dst_null_d(), in IF()