OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:system_value_semantic_name
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.h
55
ubyte
system_value_semantic_name
[PIPE_MAX_SHADER_INPUTS];
member in struct:tgsi_shader_info
tgsi_scan.c
174
info->
system_value_semantic_name
[index] = semName;
179
info->
system_value_semantic_name
[info->num_system_values++] =
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c
797
switch (info->
system_value_semantic_name
[reg->Register.Index]) {
[
all
...]
/external/mesa3d/src/gallium/drivers/r600/
r600_shader.c
964
if (ctx->info.
system_value_semantic_name
[tgsi_src->Register.Index] == TGSI_SEMANTIC_INSTANCEID) {
970
} else if (ctx->info.
system_value_semantic_name
[tgsi_src->Register.Index] == TGSI_SEMANTIC_VERTEXID) {
[
all
...]
Completed in 70 milliseconds