OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fetch_offset
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/ctwm/dist/
ewmh.c
639
int
fetch_offset
;
local
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
+= i + size
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_instruction_selection.cpp
5106
unsigned
fetch_offset
= attrib_offset + channel_start * vtx_info->chan_byte_size;
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
, false, false, true
[
all
...]
Completed in 9 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026