Searched refs:procType (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.h53 uint procType,
H A Dst_glsl_to_tgsi.h44 enum pipe_shader_type procType,
H A Dst_mesa_to_tgsi.c71 unsigned procType; /**< PIPE_SHADER_VERTEX/FRAGMENT */ member in struct:st_translate
92 if (t->procType == PIPE_SHADER_VERTEX)
94 else if (t->procType == PIPE_SHADER_FRAGMENT)
830 uint procType,
853 t->procType = procType;
863 if (procType == PIPE_SHADER_FRAGMENT) {
909 else if (procType == PIPE_SHADER_GEOMETRY) {
923 assert(procType == PIPE_SHADER_VERTEX);
972 assert(procType
829 st_translate_mesa_program(struct gl_context * ctx,uint procType,struct ureg_program * ureg,const struct gl_program * program,GLuint numInputs,const ubyte inputMapping[],const ubyte inputSemanticName[],const ubyte inputSemanticIndex[],const ubyte interpMode[],GLuint numOutputs,const ubyte outputMapping[],const ubyte outputSemanticName[],const ubyte outputSemanticIndex[]) argument
[all...]
H A Dst_glsl_to_tgsi.cpp5747 enum pipe_shader_type procType; /**< PIPE_SHADER_VERTEX/FRAGMENT */ member in struct:st_translate
5915 if (t->procType == PIPE_SHADER_FRAGMENT)
5917 else if (t->procType == PIPE_SHADER_TESS_CTRL ||
5918 t->procType == PIPE_SHADER_TESS_EVAL)
6622 enum pipe_shader_type procType,
6664 t->procType = procType;
6677 switch (procType) {
6701 if (procType == PIPE_SHADER_FRAGMENT) {
6740 switch (procType) {
6620 st_translate_program(struct gl_context * ctx,enum pipe_shader_type procType,struct ureg_program * ureg,glsl_to_tgsi_visitor * program,const struct gl_program * proginfo,GLuint numInputs,const ubyte inputMapping[],const ubyte inputSlotToAttr[],const ubyte inputSemanticName[],const ubyte inputSemanticIndex[],const ubyte interpMode[],GLuint numOutputs,const ubyte outputMapping[],const ubyte outputSemanticName[],const ubyte outputSemanticIndex[]) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.h44 enum pipe_shader_type procType,
H A Dst_glsl_to_tgsi.cpp5888 enum pipe_shader_type procType; /**< PIPE_SHADER_VERTEX/FRAGMENT */ member in struct:st_translate
5968 if (t->procType == PIPE_SHADER_FRAGMENT)
5970 else if (t->procType == PIPE_SHADER_TESS_CTRL ||
5971 t->procType == PIPE_SHADER_TESS_EVAL)
6648 enum pipe_shader_type procType,
6714 t->procType = procType;
6728 switch (procType) {
6752 if (procType == PIPE_SHADER_FRAGMENT) {
6793 switch (procType) {
6646 st_translate_program(struct gl_context * ctx,enum pipe_shader_type procType,struct ureg_program * ureg,glsl_to_tgsi_visitor * program,const struct gl_program * proginfo,GLuint numInputs,const ubyte attrToIndex[],const ubyte inputSlotToAttr[],const ubyte inputSemanticName[],const ubyte inputSemanticIndex[],const ubyte interpMode[],GLuint numOutputs,const ubyte outputMapping[],const ubyte outputSemanticName[],const ubyte outputSemanticIndex[]) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.c111 uint procType; local in function:tgsi_transform_shader
142 procType = parse.FullHeader.Processor.Processor;
151 *processor = tgsi_build_processor( procType, ctx->header );
H A Dtgsi_scan.c586 const unsigned procType = info->processor; local in function:scan_declaration
763 if (procType == PIPE_SHADER_FRAGMENT)
840 uint procType, i; local in function:tgsi_scan_shader
860 procType = parse.FullHeader.Processor.Processor;
861 assert(procType == PIPE_SHADER_FRAGMENT ||
862 procType == PIPE_SHADER_VERTEX ||
863 procType == PIPE_SHADER_GEOMETRY ||
864 procType == PIPE_SHADER_TESS_CTRL ||
865 procType == PIPE_SHADER_TESS_EVAL ||
866 procType
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.c111 uint procType; local in function:tgsi_transform_shader
142 procType = parse.FullHeader.Processor.Processor;
151 *processor = tgsi_build_processor( procType, ctx->header );
H A Dtgsi_scan.c608 const unsigned procType = info->processor; local in function:scan_declaration
784 if (procType == PIPE_SHADER_FRAGMENT)
861 uint procType, i; local in function:tgsi_scan_shader
880 procType = parse.FullHeader.Processor.Processor;
881 assert(procType == PIPE_SHADER_FRAGMENT ||
882 procType == PIPE_SHADER_VERTEX ||
883 procType == PIPE_SHADER_GEOMETRY ||
884 procType == PIPE_SHADER_TESS_CTRL ||
885 procType == PIPE_SHADER_TESS_EVAL ||
886 procType
[all...]
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json2659 "description": "tgsi_translate: Make the procType public when translating.",
[all...]

Completed in 222 milliseconds