Home
last modified time | relevance | path

Searched refs:arrayId (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1324 const int arrayId = decl->Array.ArrayID; in scanDeclaration() local
1479 tempArrayId[i] = arrayId; in scanDeclaration()
1480 if (arrayId) in scanDeclaration()
1481 tempArrayInfo.insert(std::make_pair(arrayId, std::make_pair( in scanDeclaration()
1686 void adjustTempIndex(int arrayId, int &idx, int &idx2d) const;
2054 Converter::adjustTempIndex(int arrayId, int &idx, int &idx2d) const in adjustTempIndex() argument
2057 code->indirectTempOffsets.find(arrayId); in adjustTempIndex()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c127 unsigned arrayId, index; member
714 return emit->temp_map[index].arrayId; in get_temp_array_id()
2257 emit->temp_map[i].arrayId = arrayID; in emit_vgpu10_declaration()
2667 emit->temp_map[i].arrayId = arrayID; in emit_temporaries_declaration()
2776 if (emit->temp_map[i].arrayId == 0) { in emit_temporaries_declaration()
2785 i, emit->temp_map[i].arrayId, emit->temp_map[i].index); in emit_temporaries_declaration()