Searched refs:tempArrayId (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 858 const unsigned tempArrayId = get_temp_array_id(emit, file, index); in emit_dst_register() local 942 operand0.operandType = translate_register_file(file, tempArrayId > 0); in emit_dst_register() 947 index2d, tempArrayId); in emit_dst_register() 951 if (tempArrayId > 0) { in emit_dst_register() 952 emit_dword(emit, tempArrayId); in emit_dst_register() 973 const unsigned tempArrayId = get_temp_array_id(emit, file, index); in emit_src_register() local 1038 operand0.operandType = translate_register_file(file, tempArrayId > 0); in emit_src_register() 1042 index2d, tempArrayId); in emit_src_register() 1100 if (tempArrayId > 0) { in emit_src_register() 1101 emit_dword(emit, tempArrayId); in emit_src_register()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 952 std::vector<int> tempArrayId; member in tgsi::Source 1032 tempArrayId.resize(scan.file_max[TGSI_FILE_TEMPORARY] + 1); in scanSource() 1374 tempArrayId[i] = arrayId; in scanDeclaration() 1947 arrayid = code->tempArrayId[idx]; in fetchSrc() 1977 arrayid = code->tempArrayId[idx]; in acquireDst() 2039 arrayid = code->tempArrayId[idx]; in storeDst()
|