Searched refs:dst_null_d (Results 1 - 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | gen6_gs_visitor.cpp | 383 emit(CMP(dst_null_d(), vertex, this->vertex_count, BRW_CONDITIONAL_GE)); 611 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE)); 630 emit(CMP(dst_null_d(), sol_temp, this->vertex_count, 653 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE));
|
H A D | brw_vec4_tcs.cpp | 98 emit(CMP(dst_null_d(), invocation_id, 140 emit(TCS_OPCODE_SRC0_010_IS_ZERO, dst_null_d(),
|
H A D | brw_vec4_nir.cpp | 184 vec4_instruction *inst = emit(MOV(dst_null_d(), condition)); 1117 emit(CMP(dst_null_d(), op[0], op[1], 1365 emit(MACH(dst_null_d(), op[0], op[1])); 1434 inst = emit(MOV(dst_null_d(), src_reg(dst))); 1623 emit(CMP(dst_null_d(), swizzle(op[0], swiz), swizzle(op[1], swiz), 1642 emit(CMP(dst_null_d(), swizzle(op[0], swiz), swizzle(op[1], swiz), 1854 bld.CMP(dst_null_d(), src, brw_imm_d(-1), BRW_CONDITIONAL_NZ); 1982 emit(CMP(dst_null_d(), op[0], brw_imm_d(0), BRW_CONDITIONAL_G)); 2027 emit(CMP(dst_null_d(), op[0], brw_imm_d(0), BRW_CONDITIONAL_NZ));
|
H A D | brw_vec4.h | 87 dst_reg dst_null_d() function in class:brw::vec4_visitor
|
H A D | brw_vec4_visitor.cpp | 215 inst = new(mem_ctx) vec4_instruction(BRW_OPCODE_IF, dst_null_d(),
|
Completed in 129 milliseconds