Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1278 unsigned tempArrayId = get_temp_array_id(emit, file, index); in emit_dst_register() local
1279 boolean index2d = reg->Register.Dimension || tempArrayId > 0; in emit_dst_register()
1421 tempArrayId = get_temp_array_id(emit, file, index); in emit_dst_register()
1422 index2d = tempArrayId > 0; in emit_dst_register()
1501 operand0.operandType = translate_register_file(file, tempArrayId > 0); in emit_dst_register()
1510 if (tempArrayId > 0) { in emit_dst_register()
1511 emit_dword(emit, tempArrayId); in emit_dst_register()
1557 unsigned tempArrayId = get_temp_array_id(emit, file, index); in emit_src_register() local
1559 tempArrayId > 0 || in emit_src_register()
1561 unsigned index2 = tempArrayId > 0 ? tempArrayId : reg->Dimension.Index; in emit_src_register()
[all …]
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1013 std::vector<int> tempArrayId; member in tgsi::Source
1098 tempArrayId.resize(scan.file_max[TGSI_FILE_TEMPORARY] + 1); in scanSource()
1437 tempArrayId[i] = arrayId; in scanDeclaration()
2089 arrayid = code->tempArrayId[idx]; in fetchSrc()
2119 arrayid = code->tempArrayId[idx]; in acquireDst()
2181 arrayid = code->tempArrayId[idx]; in storeDst()