/third_party/mesa3d/src/intel/vulkan/ |
D | anv_nir_lower_ubo_loads.c | 88 nir_ssa_def *in_bounds = in lower_ubo_load_instr() local 91 nir_push_if(b, in_bounds); in lower_ubo_load_instr()
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp_nir_builder.h | 116 nir_ssa_def *in_bounds = in blorp_check_in_bounds() local 119 return in_bounds; in blorp_check_in_bounds()
|
D | blorp_clear.c | 150 nir_ssa_def *in_bounds = blorp_check_in_bounds(&b, bounds_rect, dst_pos); in blorp_params_get_clear_kernel_cs() local 158 nir_push_if(&b, in_bounds); in blorp_params_get_clear_kernel_cs()
|
D | blorp_blit.c | 1271 nir_ssa_def *in_bounds = blorp_check_in_bounds(&b, bounds_rect, in brw_blorp_build_nir_shader() local 1274 nir_discard_if(&b, nir_inot(&b, in_bounds)); in brw_blorp_build_nir_shader() 1276 bounds_if = nir_push_if(&b, in_bounds); in brw_blorp_build_nir_shader()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_storage_image.c | 72 nir_ssa_def *in_bounds = nir_imm_true(b); in image_coord_is_in_bounds() local 74 in_bounds = nir_iand(b, in_bounds, nir_channel(b, cmp, i)); in image_coord_is_in_bounds() 76 return in_bounds; in image_coord_is_in_bounds()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_instr_set.c | 171 hash = HASH(hash, instr->arr.in_bounds); in hash_deref() 627 if (deref1->arr.in_bounds != deref2->arr.in_bounds) in nir_instrs_equal()
|
D | nir_clone.c | 334 nderef->arr.in_bounds = deref->arr.in_bounds; in clone_deref_instr()
|
D | nir_serialize.c | 638 unsigned in_bounds:1; member 1048 header.deref.in_bounds = deref->arr.in_bounds; in write_deref() 1136 deref->arr.in_bounds = header.deref.in_bounds; in read_deref()
|
D | nir_deref.c | 1232 deref->arr.in_bounds &= parent->arr.in_bounds; in opt_deref_ptr_as_array()
|
D | nir_opt_algebraic.py | 433 in_bounds = ('ult', ('iadd', ('iand', b, mask), ('iand', c, mask)), s) variable 436 ((ishl, (ishl, a, '#b'), '#c'), ('bcsel', in_bounds, (ishl, a, ('iadd', b, c)), 0)), 437 ((ushr, (ushr, a, '#b'), '#c'), ('bcsel', in_bounds, (ushr, a, ('iadd', b, c)), 0)),
|
D | nir_lower_io.c | 1879 if (deref->arr.in_bounds && deref->deref_type == nir_deref_type_array) { in nir_explicit_io_address_from_deref()
|
D | nir.h | 1547 bool in_bounds; member
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_private.h | 484 bool in_bounds; member
|
D | vtn_variables.c | 462 tail->arr.in_bounds = deref_chain->in_bounds; in vtn_pointer_dereference() 2468 … chain->in_bounds = (opcode == SpvOpInBoundsAccessChain || opcode == SpvOpInBoundsPtrAccessChain); in vtn_handle_variables()
|