Home
last modified time | relevance | path

Searched refs:nir_uge (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_int64.c82 nir_iand(b, nir_ieq(b, d_hi, nir_imm_int(b, 0)), nir_uge(b, n_hi, d_lo)); in lower_udiv64_mod64()
103 nir_uge(b, n_hi, d_shift)); in lower_udiv64_mod64()
132 nir_ssa_def *cond = nir_uge(b, n, d_shift); in lower_udiv64_mod64()
Dnir_lower_idiv.c97 r = nir_uge(bld, r, b); in convert_instr()
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c153 c1 = nir_uge(b, nir_channel(b, pos, 0), dst_x1); in blorp_nir_discard_if_outside_rect()
155 c3 = nir_uge(b, nir_channel(b, pos, 1), dst_y1); in blorp_nir_discard_if_outside_rect()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_builder_opcodes.h899 nir_uge(nir_builder *build, nir_ssa_def *src0, nir_ssa_def *src1) in nir_uge() function
/external/mesa3d/src/amd/vulkan/
Dradv_query.c58 if_stmt->condition = nir_src_for_ssa(nir_uge(b, counter, count)); in radv_break_on_count()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1818 result = nir_uge(&b, srcs[0], srcs[1]); in visit()