Searched refs:arrayId (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1329 const int arrayId = decl->Array.ArrayID; local in function:tgsi::Source::scanDeclaration
1484 tempArrayId[i] = arrayId;
1485 if (arrayId)
1486 tempArrayInfo.insert(std::make_pair(arrayId, std::make_pair(
1696 void adjustTempIndex(int arrayId, int &idx, int &idx2d) const;
2026 Converter::adjustTempIndex(int arrayId, int &idx, int &idx2d) const argument
2029 code->indirectTempOffsets.find(arrayId);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1282 const int arrayId = decl->Array.ArrayID; local in function:tgsi::Source::scanDeclaration
1437 tempArrayId[i] = arrayId;
1438 if (arrayId)
1439 tempArrayInfo.insert(std::make_pair(arrayId, std::make_pair(
1675 void adjustTempIndex(int arrayId, int &idx, int &idx2d) const;
2008 Converter::adjustTempIndex(int arrayId, int &idx, int &idx2d) const argument
2011 code->indirectTempOffsets.find(arrayId);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c128 unsigned arrayId, index; member in struct:svga_shader_emitter_v10::__anond551882b0208
129 } temp_map[VGPU10_MAX_TEMPS]; /**< arrayId, element */
736 return emit->temp_map[index].arrayId;
2432 emit->temp_map[i].arrayId = arrayID;
2856 emit->temp_map[i].arrayId = arrayID;
2970 if (emit->temp_map[i].arrayId == 0) {
2979 i, emit->temp_map[i].arrayId, emit->temp_map[i].index);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c227 unsigned arrayId, index; member in struct:svga_shader_emitter_v10::__anon581dcb1e0208
229 } temp_map[VGPU10_MAX_TEMPS]; /**< arrayId, element */
1059 return emit->temp_map[index].arrayId;
5276 emit->temp_map[tempIndex].arrayId = arrayID;
5486 if (emit->temp_map[i].arrayId == 0) {
5495 i, emit->temp_map[i].arrayId, emit->temp_map[i].index);

Completed in 31 milliseconds