OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wrapmode
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_tex.c
129
rc_wrap_mode
wrapmode
= compiler->state.unit[inst->U.I.TexSrcUnit].wrap_mode;
local
263
is_rect && (!c->is_r500 ||
wrapmode
!= RC_WRAP_NONE)) {
270
(
wrapmode
== RC_WRAP_REPEAT ||
wrapmode
== RC_WRAP_MIRRORED_REPEAT ||
300
wrapmode
!= RC_WRAP_NONE) {
304
if (
wrapmode
== RC_WRAP_REPEAT) {
313
} else if (
wrapmode
== RC_WRAP_MIRRORED_REPEAT) {
375
} else if (
wrapmode
== RC_WRAP_MIRRORED_CLAMP) {
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_tex.c
129
rc_wrap_mode
wrapmode
= compiler->state.unit[inst->U.I.TexSrcUnit].wrap_mode;
local
263
is_rect && (!c->is_r500 ||
wrapmode
!= RC_WRAP_NONE)) {
270
(
wrapmode
== RC_WRAP_REPEAT ||
wrapmode
== RC_WRAP_MIRRORED_REPEAT ||
300
wrapmode
!= RC_WRAP_NONE) {
304
if (
wrapmode
== RC_WRAP_REPEAT) {
313
} else if (
wrapmode
== RC_WRAP_MIRRORED_REPEAT) {
375
} else if (
wrapmode
== RC_WRAP_MIRRORED_CLAMP) {
Completed in 249 milliseconds