/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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...] |
/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...] |
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_browsertest.cc | 461 scoped_refptr<media::VideoFrame> first_output = local 463 ASSERT_TRUE(first_output.get()); 469 first_output, [all...] |
/external/chromium_org/v8/src/ |
lithium-allocator.cc | 817 LUnallocated* first_output = LUnallocated::cast(first->Output()); local 818 LiveRange* range = LiveRangeFor(first_output->virtual_register()); 820 if (first_output->HasFixedPolicy()) { 821 LUnallocated* output_copy = first_output->CopyUnconstrained( 823 bool is_tagged = HasTaggedValue(first_output->virtual_register()); 824 AllocateFixed(first_output, gap_index, is_tagged); 827 if (first_output->IsStackSlot()) { 828 range->SetSpillOperand(first_output); 832 chunk_->AddGapMove(gap_index, first_output, output_copy); 845 move->AddMove(first_output, range->GetSpillOperand() [all...] |
/external/v8/src/ |
lithium-allocator.cc | 799 LUnallocated* first_output = LUnallocated::cast(first->Output()); local 800 LiveRange* range = LiveRangeFor(first_output->virtual_register()); 802 if (first_output->HasFixedPolicy()) { 803 LUnallocated* output_copy = first_output->CopyUnconstrained(); 804 bool is_tagged = HasTaggedValue(first_output->virtual_register()); 805 AllocateFixed(first_output, gap_index, is_tagged); 808 if (first_output->IsStackSlot()) { 809 range->SetSpillOperand(first_output); 813 chunk_->AddGapMove(gap_index, first_output, output_copy); 825 move->AddMove(first_output, range->GetSpillOperand()) [all...] |