Home | History | Annotate | Download | only in tgsi

Lines Matching refs:Index

233    ds.Index = 0;
252 ds.Index = semantic_index;
423 full_decl->Semantic.Index,
649 instruction_predicate.Index = 0;
656 tgsi_build_instruction_predicate(int index,
673 instruction_predicate.Index = index;
747 texture_offset.Index = 0;
759 int index, int file, int swizzle_x, int swizzle_y, int swizzle_z,
766 texture_offset.Index = index;
792 src_register.Index = 0;
808 int index,
820 assert( index >= -0x8000 && index <= 0x7FFF );
831 src_register.Index = index;
846 dimension.Index = 0;
867 unsigned index,
876 dimension.Index = index;
892 dst_register.Index = 0;
904 int index,
912 assert( index >= -32768 && index <= 32767 );
918 dst_register.Index = index;
997 tgsi_build_instruction_predicate(full_inst->Predicate.Index,
1049 full_inst->TexOffsets[i].Index,
1074 reg->Register.Index,
1096 reg->Indirect.Index,
1113 reg->Dimension.Index,
1135 reg->DimIndirect.Index,
1161 reg->Register.Index,
1183 reg->Indirect.Index,
1200 reg->Dimension.Index,
1222 reg->DimIndirect.Index,