Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1276 const int arrayId = decl->Array.ArrayID; in scanDeclaration() local
1431 tempArrayId[i] = arrayId; in scanDeclaration()
1432 if (arrayId) in scanDeclaration()
1433 tempArrayInfo.insert(std::make_pair(arrayId, std::make_pair( in scanDeclaration()
1654 void adjustTempIndex(int arrayId, int &idx, int &idx2d) const;
1984 Converter::adjustTempIndex(int arrayId, int &idx, int &idx2d) const in adjustTempIndex() argument
1987 code->indirectTempOffsets.find(arrayId); in adjustTempIndex()
/external/swiftshader/src/Pipeline/
DSpirvShader.cpp2427 auto arrayId = Type::ID(structTy.definition.word(2 + arrayFieldIdx)); in EmitArrayLength() local
2440 ApplyDecorationsForId(&arrayDecorations, arrayId); in EmitArrayLength()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c227 unsigned arrayId, index; member
1059 return emit->temp_map[index].arrayId; in get_temp_array_id()
5275 emit->temp_map[tempIndex].arrayId = arrayID; in create_temp_array()
5485 if (emit->temp_map[i].arrayId == 0) { in emit_temporaries_declaration()
5494 i, emit->temp_map[i].arrayId, emit->temp_map[i].index); in emit_temporaries_declaration()