Searched refs:nir_uge (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_int64.c | 82 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()
|
D | nir_lower_idiv.c | 97 r = nir_uge(bld, r, b); in convert_instr()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 153 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/ |
D | nir_builder_opcodes.h | 899 nir_uge(nir_builder *build, nir_ssa_def *src0, nir_ssa_def *src1) in nir_uge() function
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_query.c | 58 if_stmt->condition = nir_src_for_ssa(nir_uge(b, counter, count)); in radv_break_on_count()
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 1818 result = nir_uge(&b, srcs[0], srcs[1]); in visit()
|