Searched refs:first_output (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_idct.c | 394 unsigned first_output, struct ureg_dst tex) in vl_idct_stage2_vert_shader() argument 406 --first_output; in vl_idct_stage2_vert_shader() 408 o_l_addr[0] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_L_ADDR0); in vl_idct_stage2_vert_shader() 409 o_l_addr[1] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_L_ADDR1); in vl_idct_stage2_vert_shader() 411 o_r_addr[0] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_R_ADDR0); in vl_idct_stage2_vert_shader() 412 o_r_addr[1] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_R_ADDR1); in vl_idct_stage2_vert_shader()
|
D | vl_mc.h | 70 unsigned first_output,
|
D | vl_idct.h | 84 unsigned first_output, struct ureg_dst tex);
|
D | vl_mpeg12_decoder.c | 1068 unsigned first_output, in mc_vert_shader_callback() argument 1079 vl_idct_stage2_vert_shader(idct, shader, first_output, tex); in mc_vert_shader_callback() 1081 o_vtex = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output); in mc_vert_shader_callback()
|
/third_party/ninja/src/ |
D | graph.cc | 664 Node* first_output = edge->outputs_[0]; in LoadDepFile() local 665 StringPiece opath = StringPiece(first_output->path()); in LoadDepFile() 668 first_output->path().c_str(), primary_out->AsString().c_str()); in LoadDepFile()
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | register-allocator.cc | 1728 UnallocatedOperand* first_output = UnallocatedOperand::cast(output); in MeetConstraintsAfter() local 1730 data()->GetOrCreateLiveRangeFor(first_output->virtual_register()); in MeetConstraintsAfter() 1732 if (first_output->HasFixedPolicy()) { in MeetConstraintsAfter() 1733 int output_vreg = first_output->virtual_register(); in MeetConstraintsAfter() 1737 if (first_output->HasSecondaryStorage()) { in MeetConstraintsAfter() 1740 std::make_pair(range, first_output->GetSecondaryStorage())); in MeetConstraintsAfter() 1742 AllocateFixed(first_output, instr_index, is_tagged, false); in MeetConstraintsAfter() 1745 if (first_output->IsStackSlot()) { in MeetConstraintsAfter() 1746 DCHECK(LocationOperand::cast(first_output)->index() < in MeetConstraintsAfter() 1748 range->SetSpillOperand(LocationOperand::cast(first_output)); in MeetConstraintsAfter() [all …]
|