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.h84 unsigned first_output, struct ureg_dst tex);
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_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.cc784 LUnallocated* first_output = LUnallocated::cast(first->Output()); in MeetConstraintsBetween() local
785 LiveRange* range = LiveRangeFor(first_output->virtual_register()); in MeetConstraintsBetween()
787 if (first_output->HasFixedPolicy()) { in MeetConstraintsBetween()
788 LUnallocated* output_copy = first_output->CopyUnconstrained( in MeetConstraintsBetween()
790 bool is_tagged = HasTaggedValue(first_output->virtual_register()); in MeetConstraintsBetween()
791 AllocateFixed(first_output, gap_index, is_tagged); in MeetConstraintsBetween()
794 if (first_output->IsStackSlot()) { in MeetConstraintsBetween()
795 range->SetSpillOperand(first_output); in MeetConstraintsBetween()
799 chunk_->AddGapMove(gap_index, first_output, output_copy); in MeetConstraintsBetween()
812 move->AddMove(first_output, range->GetSpillOperand(), in MeetConstraintsBetween()
/external/v8/src/compiler/
Dregister-allocator.cc1613 UnallocatedOperand* first_output = UnallocatedOperand::cast(output); in MeetConstraintsAfter() local
1615 data()->GetOrCreateLiveRangeFor(first_output->virtual_register()); in MeetConstraintsAfter()
1617 if (first_output->HasFixedPolicy()) { in MeetConstraintsAfter()
1618 int output_vreg = first_output->virtual_register(); in MeetConstraintsAfter()
1621 if (first_output->HasSecondaryStorage()) { in MeetConstraintsAfter()
1624 std::make_pair(range, first_output->GetSecondaryStorage())); in MeetConstraintsAfter()
1626 AllocateFixed(first_output, instr_index, is_tagged); in MeetConstraintsAfter()
1629 if (first_output->IsStackSlot()) { in MeetConstraintsAfter()
1630 DCHECK(LocationOperand::cast(first_output)->index() < in MeetConstraintsAfter()
1632 range->SetSpillOperand(LocationOperand::cast(first_output)); in MeetConstraintsAfter()
[all …]