Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c860 const unsigned tempArrayId = get_temp_array_id(emit, file, index); in emit_dst_register() local
944 operand0.operandType = translate_register_file(file, tempArrayId > 0); in emit_dst_register()
949 index2d, tempArrayId); in emit_dst_register()
953 if (tempArrayId > 0) { in emit_dst_register()
954 emit_dword(emit, tempArrayId); in emit_dst_register()
975 const unsigned tempArrayId = get_temp_array_id(emit, file, index); in emit_src_register() local
1043 operand0.operandType = translate_register_file(file, tempArrayId > 0); in emit_src_register()
1047 index2d, tempArrayId); in emit_src_register()
1105 if (tempArrayId > 0) { in emit_src_register()
1106 emit_dword(emit, tempArrayId); in emit_src_register()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1065 std::vector<int> tempArrayId; member in tgsi::Source
1136 tempArrayId.resize(scan.file_max[TGSI_FILE_TEMPORARY] + 1); in scanSource()
1479 tempArrayId[i] = arrayId; in scanDeclaration()
2135 arrayid = code->tempArrayId[idx]; in fetchSrc()
2165 arrayid = code->tempArrayId[idx]; in acquireDst()
2227 arrayid = code->tempArrayId[idx]; in storeDst()