Searched refs:FullToken (Results 1 - 25 of 39) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_iterate.c50 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 Dtgsi_transform.c163 switch( parse.FullToken.Token.Type ) {
167 = &parse.FullToken.FullInstruction;
241 = &parse.FullToken.FullDeclaration;
253 = &parse.FullToken.FullImmediate;
264 = &parse.FullToken.FullProperty;
H A Dtgsi_scan.c876 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 Dtgsi_parse.c109 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 Dtgsi_parse.h113 union tgsi_full_token FullToken; member in struct:tgsi_parse_context
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_iterate.c50 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 Dtgsi_transform.c163 switch( parse.FullToken.Token.Type ) {
167 = &parse.FullToken.FullInstruction;
241 = &parse.FullToken.FullDeclaration;
253 = &parse.FullToken.FullImmediate;
264 = &parse.FullToken.FullProperty;
H A Dtgsi_scan.c899 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 Dtgsi_parse.c109 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 Dtgsi_parse.h113 union tgsi_full_token FullToken; member in struct:tgsi_parse_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_analysis.c136 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 Dlp_bld_tgsi_info.c548 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 Dlp_bld_tgsi.c530 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 Dlp_bld_tgsi_aos.c911 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 Dlp_bld_tgsi_info.c556 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 Dlp_bld_tgsi.c530 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 Dlp_bld_tgsi_aos.c911 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 Dr300_tgsi_to_rc.c334 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 Dr300_tgsi_to_rc.c357 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 Dr600_shader.c503 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 Dr600_shader.c421 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 Dnvfx_fragprog.c977 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 Dnvfx_vertprog.c881 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 Dnvfx_fragprog.c977 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 Dnvfx_vertprog.c882 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;

Completed in 30 milliseconds

12