OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ypot
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.h
109
unsigned
ypot
;
member in struct:sp_sampler_variant
sp_tex_sample.c
790
unsigned
ypot
= pot_level_size(samp->
ypot
, level);
local
792
unsigned ymax = (
ypot
- 1) & (TILE_SIZE - 1); /* MIN2(TILE_SIZE,
ypot
) - 1; */
799
float v = t *
ypot
- 0.5F;
808
int y0 = vflr & (
ypot
- 1);
822
unsigned y1 = (y0 + 1) & (
ypot
- 1);
851
unsigned
ypot
= pot_level_size(samp->
ypot
, level);
local
857
float v = t *
ypot
;
890
unsigned
ypot
= pot_level_size(samp->
ypot
, level);
local
[
all
...]
/external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.h
109
unsigned
ypot
;
member in struct:sp_sampler_variant
sp_tex_sample.c
790
unsigned
ypot
= pot_level_size(samp->
ypot
, level);
local
792
unsigned ymax = (
ypot
- 1) & (TILE_SIZE - 1); /* MIN2(TILE_SIZE,
ypot
) - 1; */
799
float v = t *
ypot
- 0.5F;
808
int y0 = vflr & (
ypot
- 1);
822
unsigned y1 = (y0 + 1) & (
ypot
- 1);
851
unsigned
ypot
= pot_level_size(samp->
ypot
, level);
local
857
float v = t *
ypot
;
890
unsigned
ypot
= pot_level_size(samp->
ypot
, level);
local
[
all
...]
Completed in 292 milliseconds