OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interpMode
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_mesa_to_tgsi.h
57
const GLuint
interpMode
[],
st_glsl_to_tgsi.h
47
const GLuint
interpMode
[],
st_program.c
479
GLuint
interpMode
[PIPE_MAX_SHADER_INPUTS]; /* XXX size? */
548
interpMode
[slot] = TGSI_INTERPOLATE_LINEAR;
553
interpMode
[slot] = st_translate_interp(stfp->Base.InterpQualifier[attr],
559
interpMode
[slot] = st_translate_interp(stfp->Base.InterpQualifier[attr],
565
interpMode
[slot] = TGSI_INTERPOLATE_PERSPECTIVE;
570
interpMode
[slot] = TGSI_INTERPOLATE_CONSTANT;
575
interpMode
[slot] = TGSI_INTERPOLATE_PERSPECTIVE;
580
interpMode
[slot] = TGSI_INTERPOLATE_PERSPECTIVE;
615
interpMode
[slot] = TGSI_INTERPOLATE_LINEAR;
617
interpMode
[slot] = st_translate_interp(stfp->Base.InterpQualifier[attr]
[
all
...]
st_mesa_to_tgsi.c
1003
* \param
interpMode
the TGSI_INTERPOLATE_LINEAR/PERSP mode for each input
1023
const GLuint
interpMode
[],
1057
interpMode
[i],
1064
interpMode
[i]);
[
all
...]
st_glsl_to_tgsi.cpp
[
all
...]
/external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.h
57
const GLuint
interpMode
[],
st_glsl_to_tgsi.h
47
const GLuint
interpMode
[],
st_program.c
479
GLuint
interpMode
[PIPE_MAX_SHADER_INPUTS]; /* XXX size? */
548
interpMode
[slot] = TGSI_INTERPOLATE_LINEAR;
553
interpMode
[slot] = st_translate_interp(stfp->Base.InterpQualifier[attr],
559
interpMode
[slot] = st_translate_interp(stfp->Base.InterpQualifier[attr],
565
interpMode
[slot] = TGSI_INTERPOLATE_PERSPECTIVE;
570
interpMode
[slot] = TGSI_INTERPOLATE_CONSTANT;
575
interpMode
[slot] = TGSI_INTERPOLATE_PERSPECTIVE;
580
interpMode
[slot] = TGSI_INTERPOLATE_PERSPECTIVE;
615
interpMode
[slot] = TGSI_INTERPOLATE_LINEAR;
617
interpMode
[slot] = st_translate_interp(stfp->Base.InterpQualifier[attr]
[
all
...]
st_mesa_to_tgsi.c
1003
* \param
interpMode
the TGSI_INTERPOLATE_LINEAR/PERSP mode for each input
1023
const GLuint
interpMode
[],
1057
interpMode
[i],
1064
interpMode
[i]);
[
all
...]
st_glsl_to_tgsi.cpp
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp
56
uint8_t
interpMode
[PIPE_MAX_SHADER_INPUTS];
881
interpMode
[idx] = cvtInterpMode(ipa_mode);
882
setVaryingInterpMode(&info.in[idx],
interpMode
[idx]);
[
all
...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp
56
uint8_t
interpMode
[PIPE_MAX_SHADER_INPUTS];
881
interpMode
[idx] = cvtInterpMode(ipa_mode);
882
setVaryingInterpMode(&info.in[idx],
interpMode
[idx]);
[
all
...]
Completed in 725 milliseconds