Searched refs:TGSI_FULL_MAX_TEX_OFFSETS (Results 1 – 4 of 4) sorted by relevance
86 #define TGSI_FULL_MAX_TEX_OFFSETS 4 macro96 struct tgsi_texture_offset TexOffsets[TGSI_FULL_MAX_TEX_OFFSETS];
1039 for( i = 0; i < TGSI_FULL_MAX_TEX_OFFSETS; i++ ) { in tgsi_default_full_instruction()
1141 for (i = 0; inst.Instruction.Texture && *cur == ',' && i < TGSI_FULL_MAX_TEX_OFFSETS; i++) { in parse_instruction()
207 assert(i < TGSI_FULL_MAX_TEX_OFFSETS); in getTexOffset()