Searched refs:new_offset (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_nir_lower_io_offsets.c136 nir_ssa_def *new_offset = NULL; local in function:ir3_nir_try_propagate_bit_shift
142 new_offset = nir_ishl(b, alu->src[0].src.ssa, shift_ssa);
147 new_offset = nir_ishr(b, alu->src[0].src.ssa, shift_ssa);
152 new_offset = nir_ushr(b, alu->src[0].src.ssa, shift_ssa);
158 return new_offset;
190 nir_ssa_def *new_offset = ir3_nir_try_propagate_bit_shift(b, offset, -2); local in function:lower_offset_for_ssbo
219 if (new_offset)
220 offset = new_offset;
H A Dir3_nir_analyze_ubo_ranges.c102 nir_ssa_def *new_offset = ir3_nir_try_propagate_bit_shift(b, ubo_offset, -2); local in function:lower_ubo_load_to_uniform
103 if (new_offset)
104 ubo_offset = new_offset;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_lower_io_offsets.c133 nir_ssa_def *new_offset = NULL; local in function:ir3_nir_try_propagate_bit_shift
145 new_offset = nir_ishl(b, src0, shift_ssa);
150 new_offset = nir_ishr(b, src0, shift_ssa);
155 new_offset = nir_ushr(b, src0, shift_ssa);
161 return new_offset;
201 nir_ssa_def *new_offset = ir3_nir_try_propagate_bit_shift(b, offset, -shift); local in function:lower_offset_for_ssbo
227 if (new_offset)
228 offset = new_offset;
H A Dir3_nir_analyze_ubo_ranges.c307 nir_ssa_def *new_offset = ir3_nir_try_propagate_bit_shift(b, ubo_offset, -2); local in function:lower_ubo_load_to_uniform
309 if (new_offset) {
310 uniform_offset = new_offset;
/xsrc/external/mit/xcb-proto/dist/xcbgen/
H A Dalign.py41 new_offset = (self.offset + size) % self.align
42 return Alignment(self.align, new_offset)
85 new_offset = new_offset_candidate1
92 new_offset = new_offset_candidate1
94 return Alignment(new_align, new_offset)
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapi.c462 int new_offset; local in function:_glapi_add_dispatch
479 new_offset = get_static_proc_offset(function_names[i]);
480 if (new_offset >= 0) {
485 if ((offset != ~0) && (new_offset != offset)) {
490 offset = new_offset;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_variable_initializers.c189 nir_ssa_def *new_offset = nir_iadd_imm(&b, offset, chunk_size * local_count); local in function:nir_zero_initialize_shared_memory
190 nir_store_var(&b, it, new_offset, 0x1);
H A Dnir_opt_load_store_vectorize.c469 uint64_t new_offset; local in function:parse_entry_key_from_offset
470 parse_offset(&base, &new_mul, &new_offset);
471 *offset += new_offset * base_mul;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dprivates.c105 dixMovePrivates(PrivatePtr *privates, int new_offset, unsigned bytes) argument
107 memmove((char *) *privates + bytes, *privates, new_offset - bytes);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dprivates.c148 dixMovePrivates(PrivatePtr *privates, int new_offset, unsigned bytes) argument
150 memmove((char *) *privates + bytes, *privates, new_offset - bytes);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
H A Dvbo_exec_api.c365 GLint new_offset = exec->vtx.attrptr[j] - exec->vtx.vertex; local in function:vbo_exec_wrap_upgrade_vertex
375 COPY_SZ_4V(dest + new_offset, newSize, tmp);
378 COPY_SZ_4V(dest + new_offset, sz, current);
382 COPY_SZ_4V(dest + new_offset, sz, data + old_offset);
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_exec_api.c386 GLint new_offset = exec->vtx.attrptr[j] - exec->vtx.vertex; local in function:vbo_exec_wrap_upgrade_vertex
396 COPY_SZ_4V(dest + new_offset, newSize, tmp);
399 COPY_SZ_4V(dest + new_offset, sz, current);
403 COPY_SZ_4V(dest + new_offset, sz, data + old_offset);
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcfreetype.c2772 FT_ULong cur_offset, new_offset, base_offset; local in function:GetScriptTags
2791 new_offset = GET_UShort() + base_offset;
2797 if ( ftglue_stream_seek( stream, new_offset ) != FT_Err_Ok )
2820 new_offset = GET_UShort () + base_offset;
2826 error = ftglue_stream_seek( stream, new_offset );
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c1453 unsigned new_offset = (src.swizzle[i] >> subword_shift); local in function:bi_alu_src_index
1456 assert(offset == new_offset && "wrong vectorization");
1458 offset = new_offset;
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp11209 Temp new_offset = bld.vadd32(bld.def(v1), offset, tid); local in function:aco::__anon562fcc110110::emit_streamout
11212 bld.vop2(aco_opcode::v_lshlrev_b32, bld.def(v1), Operand::c32(2u), new_offset);

Completed in 38 milliseconds