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

  /external/mesa3d/src/gallium/auxiliary/tgsi/
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 ))
tgsi_transform.c 164 switch( parse.FullToken.Token.Type ) {
168 = &parse.FullToken.FullInstruction;
198 = &parse.FullToken.FullDeclaration;
210 = &parse.FullToken.FullImmediate;
221 = &parse.FullToken.FullProperty;
tgsi_parse.c 105 struct tgsi_full_declaration *decl = &ctx->FullToken.FullDeclaration;
141 struct tgsi_full_immediate *imm = &ctx->FullToken.FullImmediate;
180 struct tgsi_full_instruction *inst = &ctx->FullToken.FullInstruction;
253 struct tgsi_full_property *prop = &ctx->FullToken.FullProperty;
tgsi_parse.h 114 union tgsi_full_token FullToken;
tgsi_scan.c 711 switch( parse.FullToken.Token.Type ) {
713 scan_instruction(info, &parse.FullToken.FullInstruction,
717 scan_declaration(info, &parse.FullToken.FullDeclaration);
723 scan_property(info, &parse.FullToken.FullProperty);
781 if (parse.FullToken.Token.Type == TGSI_TOKEN_TYPE_DECLARATION) {
782 struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration;
793 if (parse.FullToken.Token.Type != TGSI_TOKEN_TYPE_INSTRUCTION)
796 inst = &parse.FullToken.FullInstruction;
855 switch (parse.FullToken.Token.Type) {
859 &parse.FullToken.FullInstruction
    [all...]
tgsi_exec.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 552 switch (parse.FullToken.Token.Type) {
554 struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration;
566 &parse.FullToken.FullInstruction;
581 parse.FullToken.FullImmediate.Immediate.NrTokens - 1;
585 float value = parse.FullToken.FullImmediate.u[chan].Float;
lp_bld_tgsi.c 496 switch( parse.FullToken.Token.Type ) {
499 bld_base->emit_declaration(bld_base, &parse.FullToken.FullDeclaration);
503 lp_bld_tgsi_add_instruction(bld_base, &parse.FullToken.FullInstruction);
507 bld_base->emit_immediate(bld_base, &parse.FullToken.FullImmediate);
lp_bld_tgsi_aos.c 994 switch(parse.FullToken.Token.Type) {
997 lp_emit_declaration_aos(&bld, &parse.FullToken.FullDeclaration);
1003 &parse.FullToken.FullInstruction);
1009 const uint size = parse.FullToken.FullImmediate.Immediate.NrTokens - 1;
1018 imm[swizzle] = parse.FullToken.FullImmediate.u[chan].Float;
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 342 switch (parser.FullToken.Token.Type) {
346 handle_immediate(ttr, &parser.FullToken.FullImmediate, imm_index);
350 inst = &parser.FullToken.FullInstruction;
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_compiler.c 158 switch (ctx->parser.FullToken.Token.Type) {
161 &ctx->parser.FullToken.FullDeclaration;
211 &ctx->parser.FullToken.FullImmediate;
1134 switch (ctx->parser.FullToken.Token.Type) {
1137 &ctx->parser.FullToken.FullInstruction);
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 393 struct tgsi_full_instruction *i = &ctx->parse.FullToken.FullInstruction;
855 struct tgsi_full_declaration *d = &ctx->parse.FullToken.FullDeclaration;
1096 if (parse.FullToken.Token.Type == TGSI_TOKEN_TYPE_INSTRUCTION) {
1097 const struct tgsi_full_instruction *inst = &parse.FullToken.FullInstruction;
1118 } else if (parse.FullToken.Token.Type == TGSI_TOKEN_TYPE_DECLARATION) {
1119 struct tgsi_full_declaration *d = &parse.FullToken.FullDeclaration
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nvfx_fragprog.c     [all...]
nvfx_vertprog.c 888 const union tgsi_full_token *tok = &p.FullToken;
899 fdec = &p.FullToken.FullDeclaration;
1006 switch (parse.FullToken.Token.Type) {
1011 imm = &parse.FullToken.FullImmediate;
1027 finst = &parse.FullToken.FullInstruction;
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler.c 483 switch (ctx.FullToken.Token.Type) {
487 const struct tgsi_full_immediate *imm = &ctx.FullToken.FullImmediate;
563 switch (ctx.FullToken.Token.Type) {
566 const struct tgsi_full_declaration *decl = &ctx.FullToken.FullDeclaration;
578 const struct tgsi_full_instruction *inst = &ctx.FullToken.FullInstruction;
668 switch (ctx.FullToken.Token.Type) {
670 const struct tgsi_full_instruction *inst = &ctx.FullToken.FullInstruction;
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_optimize.c 625 if (i915_fpc_useless_mov(&parse.FullToken)) {
630 copy_token(&out_tokens->Tokens[i] , &parse.FullToken);
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c     [all...]
svga_tgsi_vgpu10.c     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp 1059 switch (parse.FullToken.Token.Type) {
1061 scanImmediate(&parse.FullToken.FullImmediate);
1064 scanDeclaration(&parse.FullToken.FullDeclaration);
1067 insns[insnCount++] = parse.FullToken.FullInstruction;
1068 scanInstruction(&parse.FullToken.FullInstruction);
1071 scanProperty(&parse.FullToken.FullProperty);
1074 INFO("unknown TGSI token type: %d\n", parse.FullToken.Token.Type);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c     [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_shader.c 465 token = &parse.FullToken;
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_tgsi.c     [all...]

Completed in 702 milliseconds