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_width
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_linear_sampler.c
768
int
fetch_width
;
local
819
fetch_width
= width - 1;
825
fetch_width
= align(width, 4) - 1;
831
int s1 = samp->s +
fetch_width
* samp->dsdx;
842
int s1 = samp->s +
fetch_width
* samp->dsdx;
844
int s3 = samp->s +
fetch_width
* samp->dsdx + fetch_height * samp->dsdy;
846
int t1 = samp->t +
fetch_width
* samp->dtdx;
848
int t3 = samp->t +
fetch_width
* samp->dtdx + fetch_height * samp->dtdy;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c
495
unsigned num_gather,
fetch_width
, i, j;
local
507
fetch_width
= util_next_power_of_two(format_desc->block.bits);
515
num_gather =
fetch_width
/ type.width;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c
497
unsigned num_gather,
fetch_width
, i, j;
local
509
fetch_width
= util_next_power_of_two(format_desc->block.bits);
517
num_gather =
fetch_width
/ type.width;
Completed in 7 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026