| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_iterate.c | 50 switch (parse.FullToken.Token.Type) { 53 if (!ctx->iterate_instruction( ctx, &parse.FullToken.FullInstruction )) 59 if (!ctx->iterate_declaration( ctx, &parse.FullToken.FullDeclaration )) 65 if (!ctx->iterate_immediate( ctx, &parse.FullToken.FullImmediate )) 71 if (!ctx->iterate_property( ctx, &parse.FullToken.FullProperty ))
|
| H A D | tgsi_transform.c | 163 switch( parse.FullToken.Token.Type ) { 167 = &parse.FullToken.FullInstruction; 241 = &parse.FullToken.FullDeclaration; 253 = &parse.FullToken.FullImmediate; 264 = &parse.FullToken.FullProperty;
|
| H A D | tgsi_scan.c | 876 switch( parse.FullToken.Token.Type ) { 878 scan_instruction(info, &parse.FullToken.FullInstruction, 882 scan_declaration(info, &parse.FullToken.FullDeclaration); 888 scan_property(info, &parse.FullToken.FullProperty); 946 if (parse.FullToken.Token.Type == TGSI_TOKEN_TYPE_DECLARATION) { 947 struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration; 958 if (parse.FullToken.Token.Type != TGSI_TOKEN_TYPE_INSTRUCTION) 961 inst = &parse.FullToken.FullInstruction; 1036 assert(parse->FullToken.Token.Type == TGSI_TOKEN_TYPE_INSTRUCTION); 1037 inst = &parse->FullToken [all...] |
| H A D | tgsi_parse.c | 109 struct tgsi_full_declaration *decl = &ctx->FullToken.FullDeclaration; 145 struct tgsi_full_immediate *imm = &ctx->FullToken.FullImmediate; 184 struct tgsi_full_instruction *inst = &ctx->FullToken.FullInstruction; 253 struct tgsi_full_property *prop = &ctx->FullToken.FullProperty;
|
| H A D | tgsi_parse.h | 113 union tgsi_full_token FullToken; member in struct:tgsi_parse_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_iterate.c | 50 switch (parse.FullToken.Token.Type) { 53 if (!ctx->iterate_instruction( ctx, &parse.FullToken.FullInstruction )) 59 if (!ctx->iterate_declaration( ctx, &parse.FullToken.FullDeclaration )) 65 if (!ctx->iterate_immediate( ctx, &parse.FullToken.FullImmediate )) 71 if (!ctx->iterate_property( ctx, &parse.FullToken.FullProperty ))
|
| H A D | tgsi_transform.c | 163 switch( parse.FullToken.Token.Type ) { 167 = &parse.FullToken.FullInstruction; 241 = &parse.FullToken.FullDeclaration; 253 = &parse.FullToken.FullImmediate; 264 = &parse.FullToken.FullProperty;
|
| H A D | tgsi_scan.c | 899 switch( parse.FullToken.Token.Type ) { 901 scan_instruction(info, &parse.FullToken.FullInstruction, 905 scan_declaration(info, &parse.FullToken.FullDeclaration); 911 scan_property(info, &parse.FullToken.FullProperty); 969 if (parse.FullToken.Token.Type == TGSI_TOKEN_TYPE_DECLARATION) { 970 struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration; 981 if (parse.FullToken.Token.Type != TGSI_TOKEN_TYPE_INSTRUCTION) 984 inst = &parse.FullToken.FullInstruction; 1059 assert(parse->FullToken.Token.Type == TGSI_TOKEN_TYPE_INSTRUCTION); 1060 inst = &parse->FullToken [all...] |
| H A D | tgsi_parse.c | 109 struct tgsi_full_declaration *decl = &ctx->FullToken.FullDeclaration; 145 struct tgsi_full_immediate *imm = &ctx->FullToken.FullImmediate; 184 struct tgsi_full_instruction *inst = &ctx->FullToken.FullInstruction; 253 struct tgsi_full_property *prop = &ctx->FullToken.FullProperty;
|
| H A D | tgsi_parse.h | 113 union tgsi_full_token FullToken; member in struct:tgsi_parse_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs_analysis.c | 136 switch (parse.FullToken.Token.Type) { 146 parse.FullToken.FullImmediate.Immediate.NrTokens - 1; 149 if (parse.FullToken.FullImmediate.u[chan].Float == 0.25f) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_info.c | 548 switch (parse.FullToken.Token.Type) { 550 struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration; 562 &parse.FullToken.FullInstruction; 577 parse.FullToken.FullImmediate.Immediate.NrTokens - 1; 581 float value = parse.FullToken.FullImmediate.u[chan].Float;
|
| H A D | lp_bld_tgsi.c | 530 switch( parse.FullToken.Token.Type ) { 533 bld_base->emit_declaration(bld_base, &parse.FullToken.FullDeclaration); 537 lp_bld_tgsi_add_instruction(bld_base, &parse.FullToken.FullInstruction); 541 bld_base->emit_immediate(bld_base, &parse.FullToken.FullImmediate);
|
| H A D | lp_bld_tgsi_aos.c | 911 switch(parse.FullToken.Token.Type) { 914 lp_emit_declaration_aos(&bld, &parse.FullToken.FullDeclaration); 920 &parse.FullToken.FullInstruction); 926 const uint size = parse.FullToken.FullImmediate.Immediate.NrTokens - 1; 935 imm[swizzle] = parse.FullToken.FullImmediate.u[chan].Float;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_info.c | 556 switch (parse.FullToken.Token.Type) { 558 struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration; 570 &parse.FullToken.FullInstruction; 585 parse.FullToken.FullImmediate.Immediate.NrTokens - 1; 589 float value = parse.FullToken.FullImmediate.u[chan].Float;
|
| H A D | lp_bld_tgsi.c | 530 switch( parse.FullToken.Token.Type ) { 533 bld_base->emit_declaration(bld_base, &parse.FullToken.FullDeclaration); 537 lp_bld_tgsi_add_instruction(bld_base, &parse.FullToken.FullInstruction); 541 bld_base->emit_immediate(bld_base, &parse.FullToken.FullImmediate);
|
| H A D | lp_bld_tgsi_aos.c | 911 switch(parse.FullToken.Token.Type) { 914 lp_emit_declaration_aos(&bld, &parse.FullToken.FullDeclaration); 920 &parse.FullToken.FullInstruction); 926 const uint size = parse.FullToken.FullImmediate.Immediate.NrTokens - 1; 935 imm[swizzle] = parse.FullToken.FullImmediate.u[chan].Float;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 334 switch (parser.FullToken.Token.Type) { 338 handle_immediate(ttr, &parser.FullToken.FullImmediate, imm_index); 342 inst = &parser.FullToken.FullInstruction;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 357 switch (parser.FullToken.Token.Type) { 361 handle_immediate(ttr, &parser.FullToken.FullImmediate, imm_index); 365 inst = &parser.FullToken.FullInstruction;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 503 struct tgsi_full_instruction *i = &ctx->parse.FullToken.FullInstruction; 1059 struct tgsi_full_declaration *d = &ctx->parse.FullToken.FullDeclaration; 1302 if (parse.FullToken.Token.Type == TGSI_TOKEN_TYPE_INSTRUCTION) { 1303 const struct tgsi_full_instruction *inst = &parse.FullToken.FullInstruction; 1324 } else if (parse.FullToken.Token.Type == TGSI_TOKEN_TYPE_DECLARATION) { 1325 struct tgsi_full_declaration *d = &parse.FullToken.FullDeclaration; 1985 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; 2275 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; 2305 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; 2361 struct tgsi_full_instruction *inst = &ctx->parse.FullToken [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 421 struct tgsi_full_instruction *i = &ctx->parse.FullToken.FullInstruction; 971 struct tgsi_full_declaration *d = &ctx->parse.FullToken.FullDeclaration; 1214 if (parse.FullToken.Token.Type == TGSI_TOKEN_TYPE_INSTRUCTION) { 1215 const struct tgsi_full_instruction *inst = &parse.FullToken.FullInstruction; 1236 } else if (parse.FullToken.Token.Type == TGSI_TOKEN_TYPE_DECLARATION) { 1237 struct tgsi_full_declaration *d = &parse.FullToken.FullDeclaration; 1897 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; 2187 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; 2217 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; 2273 struct tgsi_full_instruction *inst = &ctx->parse.FullToken [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_fragprog.c | 977 const union tgsi_full_token *tok = &p.FullToken; 984 fdec = &p.FullToken.FullDeclaration; 1009 imm = &p.FullToken.FullImmediate; 1026 switch(p.FullToken.Token.Type) { 1028 fdec = &p.FullToken.FullDeclaration; 1100 switch (parse.FullToken.Token.Type) { 1106 finst = &parse.FullToken.FullInstruction;
|
| H A D | nvfx_vertprog.c | 881 const union tgsi_full_token *tok = &p.FullToken; 892 fdec = &p.FullToken.FullDeclaration; 999 switch (parse.FullToken.Token.Type) { 1004 imm = &parse.FullToken.FullImmediate; 1020 finst = &parse.FullToken.FullInstruction;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_fragprog.c | 977 const union tgsi_full_token *tok = &p.FullToken; 984 fdec = &p.FullToken.FullDeclaration; 1009 imm = &p.FullToken.FullImmediate; 1026 switch(p.FullToken.Token.Type) { 1028 fdec = &p.FullToken.FullDeclaration; 1100 switch (parse.FullToken.Token.Type) { 1106 finst = &parse.FullToken.FullInstruction;
|
| H A D | nvfx_vertprog.c | 882 const union tgsi_full_token *tok = &p.FullToken; 893 fdec = &p.FullToken.FullDeclaration; 1000 switch (parse.FullToken.Token.Type) { 1005 imm = &parse.FullToken.FullImmediate; 1021 finst = &parse.FullToken.FullInstruction;
|