Searched refs:fetch_offset (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dewmh.c639 int fetch_offset; local in function:EwmhGetIcon
653 fetch_offset = 0;
655 fetch_offset, 8 * 1024, False, XA_CARDINAL,
693 fprintf(stderr, "[%d+%d] w=%d h=%d\n", fetch_offset, offset, w, h);
699 fprintf(stderr, "exact match [%d+%d=%d] w=%d h=%d\n", fetch_offset, offset,
700 fetch_offset + offset, w, h);
702 smaller_offset = fetch_offset + offset;
713 smaller_offset = fetch_offset + offset;
722 larger_offset = fetch_offset + offset;
734 fetch_offset
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp5106 unsigned fetch_offset = attrib_offset + channel_start * vtx_info->chan_byte_size; local in function:aco::__anon562fcc110110::visit_load_input
5118 get_fetch_data_format(ctx, vtx_info, fetch_offset, &fetch_component,
5131 if (attrib_stride != 0 && fetch_offset > attrib_stride) {
5133 bld.vadd32(bld.def(v1), Operand::c32(fetch_offset / attrib_stride), fetch_index);
5134 fetch_offset = fetch_offset % attrib_stride;
5138 if (fetch_offset >= 4096) {
5139 soffset = bld.copy(bld.def(s1), Operand::c32(fetch_offset / 4096 * 4096));
5140 fetch_offset %= 4096;
5195 soffset, fetch_offset, fals
[all...]

Completed in 15 milliseconds