Searched defs:first_output (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A Dcreate-html-entity-table120 first_output = True variable
138 if not first_output:
140 first_output = False variable
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vs.h95 GLuint first_output; member in struct:brw_vs_compile
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs.h95 GLuint first_output; member in struct:brw_vs_compile
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_browsertest.cc379 scoped_refptr<media::VideoFrame> first_output = local
381 ASSERT_TRUE(first_output.get());
387 first_output,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_idct.c396 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);
395 vl_idct_stage2_vert_shader(struct vl_idct *idct, struct ureg_program *shader, unsigned first_output, struct ureg_dst tex) argument
H A Dvl_mpeg12_decoder.c982 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);
980 mc_vert_shader_callback(void *priv, struct vl_mc *mc, struct ureg_program *shader, unsigned first_output, struct ureg_dst tex) argument
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_idct.c396 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);
395 vl_idct_stage2_vert_shader(struct vl_idct *idct, struct ureg_program *shader, unsigned first_output, struct ureg_dst tex) argument
H A Dvl_mpeg12_decoder.c982 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);
980 mc_vert_shader_callback(void *priv, struct vl_mc *mc, struct ureg_program *shader, unsigned first_output, struct ureg_dst tex) argument
/external/chromium_org/v8/src/compiler/
H A Dregister-allocator.cc835 UnallocatedOperand* first_output = UnallocatedOperand::cast(output); local
836 LiveRange* range = LiveRangeFor(first_output->virtual_register());
838 if (first_output->HasFixedPolicy()) {
840 first_output->CopyUnconstrained(code_zone());
841 bool is_tagged = HasTaggedValue(first_output->virtual_register());
842 AllocateFixed(first_output, gap_index, is_tagged);
845 if (first_output->IsStackSlot()) {
846 range->SetSpillOperand(first_output);
850 code()->AddGapMove(gap_index, first_output, output_copy);
865 move->AddMove(first_output, rang
[all...]
/external/chromium_org/v8/src/
H A Dlithium-allocator.cc784 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, rang
[all...]

Completed in 2701 milliseconds