Home
last modified time | relevance | path

Searched refs:first_output (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs.h95 GLuint first_output; member
Dbrw_vs_emit.c328 c->first_output = reg; in brw_vs_alloc_regs()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.h70 unsigned first_output,
Dvl_idct.c396 unsigned first_output, struct ureg_dst tex) in vl_idct_stage2_vert_shader() argument
408 --first_output; in vl_idct_stage2_vert_shader()
410 o_l_addr[0] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_L_ADDR0); in vl_idct_stage2_vert_shader()
411 o_l_addr[1] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_L_ADDR1); in vl_idct_stage2_vert_shader()
413 o_r_addr[0] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_R_ADDR0); in vl_idct_stage2_vert_shader()
414 o_r_addr[1] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_R_ADDR1); in vl_idct_stage2_vert_shader()
Dvl_idct.h84 unsigned first_output, struct ureg_dst tex);
Dvl_mpeg12_decoder.c982 unsigned first_output, in mc_vert_shader_callback() argument
993 vl_idct_stage2_vert_shader(idct, shader, first_output, tex); in mc_vert_shader_callback()
995 o_vtex = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output); in mc_vert_shader_callback()
/external/v8/src/crankshaft/
Dlithium-allocator.cc785 LUnallocated* first_output = LUnallocated::cast(first->Output()); in MeetConstraintsBetween() local
786 LiveRange* range = LiveRangeFor(first_output->virtual_register()); in MeetConstraintsBetween()
788 if (first_output->HasFixedPolicy()) { in MeetConstraintsBetween()
789 LUnallocated* output_copy = first_output->CopyUnconstrained( in MeetConstraintsBetween()
791 bool is_tagged = HasTaggedValue(first_output->virtual_register()); in MeetConstraintsBetween()
792 AllocateFixed(first_output, gap_index, is_tagged); in MeetConstraintsBetween()
795 if (first_output->IsStackSlot()) { in MeetConstraintsBetween()
796 range->SetSpillOperand(first_output); in MeetConstraintsBetween()
800 chunk_->AddGapMove(gap_index, first_output, output_copy); in MeetConstraintsBetween()
813 move->AddMove(first_output, range->GetSpillOperand(), in MeetConstraintsBetween()
/external/v8/src/compiler/
Dregister-allocator.cc1711 UnallocatedOperand* first_output = UnallocatedOperand::cast(output); in MeetConstraintsAfter() local
1713 data()->GetOrCreateLiveRangeFor(first_output->virtual_register()); in MeetConstraintsAfter()
1715 if (first_output->HasFixedPolicy()) { in MeetConstraintsAfter()
1716 int output_vreg = first_output->virtual_register(); in MeetConstraintsAfter()
1719 if (first_output->HasSecondaryStorage()) { in MeetConstraintsAfter()
1722 std::make_pair(range, first_output->GetSecondaryStorage())); in MeetConstraintsAfter()
1724 AllocateFixed(first_output, instr_index, is_tagged); in MeetConstraintsAfter()
1727 if (first_output->IsStackSlot()) { in MeetConstraintsAfter()
1728 DCHECK(LocationOperand::cast(first_output)->index() < in MeetConstraintsAfter()
1730 range->SetSpillOperand(LocationOperand::cast(first_output)); in MeetConstraintsAfter()
[all …]