| /xsrc/external/mit/MesaLib/dist/src/intel/blorp/ |
| H A D | blorp_nir_builder.h | 111 nir_ssa_def *c0 = nir_uge(b, nir_channel(b, pos, 0), x0); 113 nir_ssa_def *c2 = nir_uge(b, nir_channel(b, pos, 1), y0);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_idiv.c | 92 rt = nir_uge(bld, r, b); 140 nir_ssa_def *remainder_ge_den = nir_uge(bld, remainder, denom); 149 remainder_ge_den = nir_uge(bld, remainder, denom);
|
| H A D | nir_lower_variable_initializers.c | 179 nir_push_if(&b, nir_uge(&b, offset, nir_imm_int(&b, shared_size)));
|
| H A D | nir_lower_memcpy.c | 159 nir_push_if(&b, nir_uge(&b, index, size));
|
| H A D | nir_lower_int64.c | 204 nir_bcsel(b, nir_uge(b, y, nir_imm_int(b, 32)), 248 nir_bcsel(b, nir_uge(b, y, nir_imm_int(b, 32)), 291 nir_bcsel(b, nir_uge(b, y, nir_imm_int(b, 32)), 522 nir_iand(b, nir_ieq_imm(b, d_hi, 0), nir_uge(b, n_hi, d_lo)); 543 nir_uge(b, n_hi, d_shift)); 572 nir_ssa_def *cond = nir_uge(b, n, d_shift);
|
| H A D | nir_builtin_builder.h | 83 nir_ssa_def *cond = nir_uge(b, x, y);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_idiv.c | 97 r = nir_uge(bld, r, b);
|
| H A D | nir_lower_int64.c | 188 nir_bcsel(b, nir_uge(b, y, nir_imm_int(b, 32)), 233 nir_bcsel(b, nir_uge(b, y, nir_imm_int(b, 32)), 277 nir_bcsel(b, nir_uge(b, y, nir_imm_int(b, 32)), 508 nir_iand(b, nir_ieq(b, d_hi, nir_imm_int(b, 0)), nir_uge(b, n_hi, d_lo)); 529 nir_uge(b, n_hi, d_shift)); 558 nir_ssa_def *cond = nir_uge(b, n, d_shift);
|
| H A D | nir_builtin_builder.h | 72 nir_ssa_def *cond = nir_uge(b, x, y);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_indirect_draw.c | 528 nir_uge(b, builder->draw.instance_count, two)); 589 IF (nir_uge(b, attrib_idx, builder->attribs.attrib_count)) 648 nir_uge(b, builder->draw.instance_count, nir_imm_int(b, 2)); 786 base = nir_iadd(b, base, nir_bcsel(b, nir_uge(b, base, eleven), one, zero)); 872 nir_uge(b, nir_imm_int(b, i), end)); 897 nir_ssa_def *oob = nir_uge(b, nir_imm_int(b, i), remaining); 1032 IF (nir_uge(b, offset, end))
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_meta_copy.c | 1415 nir_uge(&b, imgmaxx, nir_channel(&b, imgcoords, 0)), 1416 nir_uge(&b, nir_channel(&b, imgcoords, 0), imgminx)); 1430 nir_uge(&b, imgmaxx, nir_channel(&b, imgcoords, 0)), 1431 nir_uge(&b, imgmaxy, nir_channel(&b, imgcoords, 1))), 1433 nir_uge(&b, nir_channel(&b, imgcoords, 0), imgminx), 1434 nir_uge(&b, nir_channel(&b, imgcoords, 1), imgminy))); 1451 nir_uge(&b, imgmaxx, nir_channel(&b, imgcoords, 0)), 1452 nir_uge(&b, imgmaxy, nir_channel(&b, imgcoords, 1))), 1454 nir_uge(&b, nir_channel(&b, imgcoords, 0), imgminx), 1455 nir_uge( [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_nir_passes.c | 738 nir_ssa_def *count_cmp = nir_uge(b, vertex_count, two);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/ |
| H A D | blorp_blit.c | 152 c1 = nir_uge(b, nir_channel(b, pos, 0), dst_x1); 154 c3 = nir_uge(b, nir_channel(b, pos, 1), dst_y1);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_query.c | 63 nir_push_if(b, nir_uge(b, counter, count));
|
| H A D | radv_acceleration_structure.c | 1554 nir_iand(&b, nir_uge(&b, offset, nir_load_var(&b, instance_offset_var)),
|
| H A D | radv_pipeline_rt.c | 1860 b, nir_uge(b, nir_load_var(b, trav_vars.top_stack), nir_load_var(b, trav_vars.stack)));
|
| /xsrc/external/mit/MesaLib.old/src/compiler/nir/ |
| H A D | nir_builder_opcodes.h | 1159 nir_uge(nir_builder *build, nir_ssa_def *src0, nir_ssa_def *src1) function in typeref:typename:nir_ssa_def *
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | glsl_to_nir.cpp | 2221 result = nir_uge(&b, srcs[0], srcs[1]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | glsl_to_nir.cpp | 2195 result = nir_uge(&b, srcs[0], srcs[1]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_query.c | 53 if_stmt->condition = nir_src_for_ssa(nir_uge(b, counter, count));
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_nir_lower_ngg.c | 1457 nir_if *if_break = nir_push_if(b, nir_uge(b, current_clear_primflag_idx, nir_imm_int(b, b->shader->info.gs.vertices_out)));
|
| /xsrc/external/mit/MesaLib/src/compiler/nir/ |
| H A D | nir_builder_opcodes.h | 1839 nir_uge(nir_builder *build, nir_ssa_def *src0, nir_ssa_def *src1) function in typeref:typename:nir_ssa_def *
|