Home
last modified time | relevance | path

Searched refs:cond_reg (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_nir.cpp361 fs_reg cond_reg; in nir_emit_if() local
369 cond_reg = get_nir_src(cond->src[0].src); in nir_emit_if()
370 cond_reg = offset(cond_reg, bld, cond->src[0].swizzle[0]); in nir_emit_if()
373 cond_reg = get_nir_src(if_stmt->condition); in nir_emit_if()
378 retype(cond_reg, BRW_REGISTER_TYPE_D)); in nir_emit_if()

Completed in 7 milliseconds