Lines Matching refs:FullToken
1139 switch( parse.FullToken.Token.Type ) { in tgsi_exec_machine_bind_shader()
1150 if (parse.FullToken.FullDeclaration.Declaration.File == TGSI_FILE_OUTPUT) in tgsi_exec_machine_bind_shader()
1151 … mach->NumOutputs = MAX2(mach->NumOutputs, parse.FullToken.FullDeclaration.Range.Last + 1); in tgsi_exec_machine_bind_shader()
1152 else if (parse.FullToken.FullDeclaration.Declaration.File == TGSI_FILE_SYSTEM_VALUE) { in tgsi_exec_machine_bind_shader()
1153 const struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration; in tgsi_exec_machine_bind_shader()
1158 &parse.FullToken.FullDeclaration, in tgsi_exec_machine_bind_shader()
1165 uint size = parse.FullToken.FullImmediate.Immediate.NrTokens - 1; in tgsi_exec_machine_bind_shader()
1181 parse.FullToken.FullImmediate.u[i].Float; in tgsi_exec_machine_bind_shader()
1200 &parse.FullToken.FullInstruction, in tgsi_exec_machine_bind_shader()
1208 … if (parse.FullToken.FullProperty.Property.PropertyName == TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES) { in tgsi_exec_machine_bind_shader()
1209 mach->MaxOutputVertices = parse.FullToken.FullProperty.u[0].Data; in tgsi_exec_machine_bind_shader()