OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texcoordWrap
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/pixelflinger2/
texture.cpp
110
static unsigned
texcoordWrap
(const unsigned wrap, float r, const unsigned size,
145
const unsigned x0 =
texcoordWrap
(wrapS, tex_coord[0], width, &xLerp);
146
const unsigned y0 =
texcoordWrap
(wrapT, tex_coord[1], height, &yLerp);
254
const unsigned x0 =
texcoordWrap
(wrapS, s, width, &xLerp);
255
const unsigned y0 =
texcoordWrap
(wrapT, t, height, &yLerp);
llvm_texture.cpp
220
static Value *
texcoordWrap
(IRBuilder<> & builder, const unsigned wrap,
304
Value * x =
texcoordWrap
(builder, gglCtx->textureState.textures[sampler].wrapS,
306
Value * y =
texcoordWrap
(builder, gglCtx->textureState.textures[sampler].wrapT,
500
Value * x =
texcoordWrap
(builder, gglCtx->textureState.textures[sampler].wrapS,
502
Value * y =
texcoordWrap
(builder, gglCtx->textureState.textures[sampler].wrapT,
Completed in 25 milliseconds