Searched defs:procType (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c54 uint procType, i; local
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
[all...]
H A Dtgsi_transform.c111 uint procType; local
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 );
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c54 uint procType, i; local
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
[all...]
H A Dtgsi_transform.c111 uint procType; local
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 );
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c96 unsigned procType; /**< TGSI_PROCESSOR_VERTEX/FRAGMENT */ member in struct:st_translate
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) {
1110 else if (procType
1014 st_translate_mesa_program( struct gl_context *ctx, uint procType, struct ureg_program *ureg, const struct gl_program *program, GLuint numInputs, const GLuint inputMapping[], const ubyte inputSemanticName[], const ubyte inputSemanticIndex[], const GLuint interpMode[], GLuint numOutputs, const GLuint outputMapping[], const ubyte outputSemanticName[], const ubyte outputSemanticIndex[], boolean passthrough_edgeflags, boolean clamp_color) argument
[all...]
H A Dst_glsl_to_tgsi.cpp3920 unsigned procType; /**< TGSI_PROCESSOR_VERTEX/FRAGMENT */ member in struct:st_translate
4022 if (t->procType == TGSI_PROCESSOR_VERTEX)
4024 else if (t->procType == TGSI_PROCESSOR_FRAGMENT)
4116 switch (t->procType) {
4517 uint procType,
4549 t->procType = procType;
4566 if (procType == TGSI_PROCESSOR_FRAGMENT) {
4614 else if (procType == TGSI_PROCESSOR_GEOMETRY) {
4629 assert(procType
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c96 unsigned procType; /**< TGSI_PROCESSOR_VERTEX/FRAGMENT */ member in struct:st_translate
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) {
1110 else if (procType
1014 st_translate_mesa_program( struct gl_context *ctx, uint procType, struct ureg_program *ureg, const struct gl_program *program, GLuint numInputs, const GLuint inputMapping[], const ubyte inputSemanticName[], const ubyte inputSemanticIndex[], const GLuint interpMode[], GLuint numOutputs, const GLuint outputMapping[], const ubyte outputSemanticName[], const ubyte outputSemanticIndex[], boolean passthrough_edgeflags, boolean clamp_color) argument
[all...]
H A Dst_glsl_to_tgsi.cpp3920 unsigned procType; /**< TGSI_PROCESSOR_VERTEX/FRAGMENT */ member in struct:st_translate
4022 if (t->procType == TGSI_PROCESSOR_VERTEX)
4024 else if (t->procType == TGSI_PROCESSOR_FRAGMENT)
4116 switch (t->procType) {
4517 uint procType,
4549 t->procType = procType;
4566 if (procType == TGSI_PROCESSOR_FRAGMENT) {
4614 else if (procType == TGSI_PROCESSOR_GEOMETRY) {
4629 assert(procType
[all...]

Completed in 115 milliseconds