Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1282 const int arrayId = decl->Array.ArrayID; in scanDeclaration() local
1437 tempArrayId[i] = arrayId; in scanDeclaration()
1438 if (arrayId) in scanDeclaration()
1439 tempArrayInfo.insert(std::make_pair(arrayId, std::make_pair( in scanDeclaration()
1675 void adjustTempIndex(int arrayId, int &idx, int &idx2d) const;
2008 Converter::adjustTempIndex(int arrayId, int &idx, int &idx2d) const in adjustTempIndex() argument
2011 code->indirectTempOffsets.find(arrayId); in adjustTempIndex()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShader.cpp2443 auto arrayId = Type::ID(structTy.definition.word(2 + arrayFieldIdx)); in EmitArrayLength() local
2456 ApplyDecorationsForId(&arrayDecorations, arrayId); in EmitArrayLength()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c241 unsigned arrayId, index; member
1138 return emit->temp_map[index].arrayId; in get_temp_array_id()
5579 emit->temp_map[tempIndex].arrayId = arrayID; in create_temp_array()
5800 if (emit->temp_map[i].arrayId == 0) { in emit_temporaries_declaration()
5809 i, emit->temp_map[i].arrayId, emit->temp_map[i].index); in emit_temporaries_declaration()