OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:input_centroid
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.h
48
ubyte
input_centroid
[PIPE_MAX_SHADER_INPUTS];
member in struct:tgsi_shader_info
/external/mesa3d/src/gallium/drivers/r600/
r600_shader.c
191
boolean
input_centroid
;
member in struct:r600_shader_ctx
611
if (ctx->
input_centroid
)
905
ctx->
input_centroid
= FALSE;
918
if (ctx->info.
input_centroid
[i])
919
ctx->
input_centroid
= TRUE;
928
if (ctx->
input_centroid
)
[
all
...]
Completed in 1570 milliseconds