OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TGSI_INTERPOLATE_CONSTANT
(Results
1 - 17
of
17
) sorted by null
/external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c
94
case
TGSI_INTERPOLATE_CONSTANT
:
/external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h
102
#define
TGSI_INTERPOLATE_CONSTANT
0
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c
599
TGSI_INTERPOLATE_CONSTANT
: TGSI_INTERPOLATE_PERSPECTIVE;
649
if (interp ==
TGSI_INTERPOLATE_CONSTANT
) {
/external/mesa3d/src/gallium/drivers/radeonsi/
si_state_draw.c
121
if (shader->shader.input[i].interpolate ==
TGSI_INTERPOLATE_CONSTANT
||
328
ps->input[i].interpolate ==
TGSI_INTERPOLATE_CONSTANT
||
radeonsi_pipe.c
257
TGSI_INTERPOLATE_CONSTANT
);
radeonsi_shader.c
299
case
TGSI_INTERPOLATE_CONSTANT
:
/external/mesa3d/src/mesa/state_tracker/
st_program.c
453
return
TGSI_INTERPOLATE_CONSTANT
;
570
interpMode[slot] =
TGSI_INTERPOLATE_CONSTANT
;
[
all
...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c
200
di.Interpolate =
TGSI_INTERPOLATE_CONSTANT
;
[
all
...]
tgsi_ppc.c
[
all
...]
tgsi_exec.c
[
all
...]
/external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c
311
TGSI_INTERPOLATE_CONSTANT
);
r600_state.c
[
all
...]
evergreen_state.c
[
all
...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp
50
{
TGSI_INTERPOLATE_CONSTANT
, false},
/external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c
669
TGSI_INTERPOLATE_CONSTANT
);
[
all
...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c
[
all
...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp
812
case
TGSI_INTERPOLATE_CONSTANT
:
[
all
...]
Completed in 283 milliseconds