HomeSort by relevance Sort by last modified time
    Searched refs:first_output (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_idct.h 84 unsigned first_output, struct ureg_dst tex);
vl_mc.h 70 unsigned first_output,
vl_idct.c 396 unsigned first_output, struct ureg_dst tex)
408 --first_output;
410 o_l_addr[0] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_L_ADDR0);
411 o_l_addr[1] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_L_ADDR1);
413 o_r_addr[0] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_R_ADDR0);
414 o_r_addr[1] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_R_ADDR1);
vl_mpeg12_decoder.c 982 unsigned first_output,
993 vl_idct_stage2_vert_shader(idct, shader, first_output, tex);
995 o_vtex = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs.h 95 GLuint first_output; member in struct:brw_vs_compile
brw_vs_emit.c 328 c->first_output = reg;
    [all...]
  /toolchain/binutils/binutils-2.25/gprof/
gprof.h 133 extern bfd_boolean first_output; /* no output so far? */
source.c 233 if (first_output)
234 first_output = FALSE;
basic_blocks.c 257 if (first_output)
258 first_output = FALSE;
hist.c 574 if (first_output)
575 first_output = FALSE;
gprof.c 74 bfd_boolean first_output = TRUE; variable
gmon_io.c 590 first_output = FALSE;
cg_print.c 67 if (first_output)
68 first_output = FALSE;
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 784 LUnallocated* first_output = LUnallocated::cast(first->Output()); local
785 LiveRange* range = LiveRangeFor(first_output->virtual_register());
787 if (first_output->HasFixedPolicy()) {
788 LUnallocated* output_copy = first_output->CopyUnconstrained(
790 bool is_tagged = HasTaggedValue(first_output->virtual_register());
791 AllocateFixed(first_output, gap_index, is_tagged);
794 if (first_output->IsStackSlot()) {
795 range->SetSpillOperand(first_output);
799 chunk_->AddGapMove(gap_index, first_output, output_copy);
812 move->AddMove(first_output, range->GetSpillOperand()
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 1613 UnallocatedOperand* first_output = UnallocatedOperand::cast(output); local
1643 first_output); local
    [all...]

Completed in 246 milliseconds