HomeSort by relevance Sort by last modified time
    Searched refs:procType (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_transform.c 111 uint procType;
138 procType = parse.FullHeader.Processor.Processor;
139 assert(procType == TGSI_PROCESSOR_FRAGMENT ||
140 procType == TGSI_PROCESSOR_VERTEX ||
141 procType == TGSI_PROCESSOR_GEOMETRY);
151 *processor = tgsi_build_processor( procType, ctx->header );
tgsi_scan.c 54 uint procType, i;
68 procType = parse.FullHeader.Processor.Processor;
69 assert(procType == TGSI_PROCESSOR_FRAGMENT ||
70 procType == TGSI_PROCESSOR_VERTEX ||
71 procType == TGSI_PROCESSOR_GEOMETRY ||
72 procType == TGSI_PROCESSOR_COMPUTE);
113 if (procType == TGSI_PROCESSOR_FRAGMENT &&
166 if (procType == TGSI_PROCESSOR_FRAGMENT &&
195 if (procType == TGSI_PROCESSOR_VERTEX &&
200 if (procType == TGSI_PROCESSOR_FRAGMENT &
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_transform.c 111 uint procType;
138 procType = parse.FullHeader.Processor.Processor;
139 assert(procType == TGSI_PROCESSOR_FRAGMENT ||
140 procType == TGSI_PROCESSOR_VERTEX ||
141 procType == TGSI_PROCESSOR_GEOMETRY);
151 *processor = tgsi_build_processor( procType, ctx->header );
tgsi_scan.c 54 uint procType, i;
68 procType = parse.FullHeader.Processor.Processor;
69 assert(procType == TGSI_PROCESSOR_FRAGMENT ||
70 procType == TGSI_PROCESSOR_VERTEX ||
71 procType == TGSI_PROCESSOR_GEOMETRY ||
72 procType == TGSI_PROCESSOR_COMPUTE);
113 if (procType == TGSI_PROCESSOR_FRAGMENT &&
166 if (procType == TGSI_PROCESSOR_FRAGMENT &&
195 if (procType == TGSI_PROCESSOR_VERTEX &&
200 if (procType == TGSI_PROCESSOR_FRAGMENT &
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_mesa_to_tgsi.h 50 uint procType,
st_glsl_to_tgsi.h 39 uint procType,
st_mesa_to_tgsi.c 96 unsigned procType; /**< TGSI_PROCESSOR_VERTEX/FRAGMENT */
178 if (t->procType == TGSI_PROCESSOR_VERTEX)
180 else if (t->procType == TGSI_PROCESSOR_FRAGMENT)
308 switch (t->procType) {
344 if (t->procType == TGSI_PROCESSOR_GEOMETRY && SrcReg->HasIndex2) {
1016 uint procType,
1041 t->procType = procType;
1051 if (procType == TGSI_PROCESSOR_FRAGMENT) {
    [all...]
st_glsl_to_tgsi.cpp     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.h 50 uint procType,
st_glsl_to_tgsi.h 39 uint procType,
st_mesa_to_tgsi.c 96 unsigned procType; /**< TGSI_PROCESSOR_VERTEX/FRAGMENT */
178 if (t->procType == TGSI_PROCESSOR_VERTEX)
180 else if (t->procType == TGSI_PROCESSOR_FRAGMENT)
308 switch (t->procType) {
344 if (t->procType == TGSI_PROCESSOR_GEOMETRY && SrcReg->HasIndex2) {
1016 uint procType,
1041 t->procType = procType;
1051 if (procType == TGSI_PROCESSOR_FRAGMENT) {
    [all...]
st_glsl_to_tgsi.cpp     [all...]

Completed in 788 milliseconds