Lines Matching defs:load
153 /* If we have 2 bytes or less to load we need to adjust the u32 value so
195 /* If we have 8bytes or less to load, select which half the vec4 should
232 * load.
241 /* If we have 2 bytes or less to load we need to adjust the u32 value so
286 * load.
298 /* If we have 2 bytes or less to load we need to adjust the u32 value so
425 nir_intrinsic_instr *load =
428 load->num_components = 1;
429 load->src[0] = nir_src_for_ssa(nir_iadd(b, index, nir_imm_int(b, i)));
430 nir_ssa_dest_init(&load->instr, &load->dest, 1, 32, NULL);
431 nir_builder_instr_insert(b, &load->instr);
432 comps[i] = &load->dest.ssa;
472 /* If we have 16 bits or less to load we need to adjust the u32 value so
532 nir_ssa_def *load = nir_load_scratch_dxil(b, 1, 32, index);
537 load));