Searched refs:first_output (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/compute/test/ |
D | test_pair.cpp | 105 boost::compute::vector<int> first_output(4, context); in BOOST_AUTO_TEST_CASE() local 109 first_output.begin(), in BOOST_AUTO_TEST_CASE() 113 CHECK_RANGE_EQUAL(int, 4, first_output, (1, 3, 5, 7)); in BOOST_AUTO_TEST_CASE() 134 boost::compute::vector<int> first_output(4, context); in BOOST_AUTO_TEST_CASE() local 138 first_output.begin(), in BOOST_AUTO_TEST_CASE() 142 CHECK_RANGE_EQUAL(int, 4, first_output, (1, 3, 5, 7)); in BOOST_AUTO_TEST_CASE()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mc.h | 70 unsigned first_output,
|
D | vl_idct.h | 84 unsigned first_output, struct ureg_dst tex);
|
D | vl_idct.c | 394 unsigned first_output, struct ureg_dst tex) in vl_idct_stage2_vert_shader() argument 406 --first_output; in vl_idct_stage2_vert_shader() 408 o_l_addr[0] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_L_ADDR0); in vl_idct_stage2_vert_shader() 409 o_l_addr[1] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_L_ADDR1); in vl_idct_stage2_vert_shader() 411 o_r_addr[0] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_R_ADDR0); in vl_idct_stage2_vert_shader() 412 o_r_addr[1] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_R_ADDR1); in vl_idct_stage2_vert_shader()
|
D | vl_mpeg12_decoder.c | 1068 unsigned first_output, in mc_vert_shader_callback() argument 1079 vl_idct_stage2_vert_shader(idct, shader, first_output, tex); in mc_vert_shader_callback() 1081 o_vtex = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output); in mc_vert_shader_callback()
|
/third_party/ninja/src/ |
D | graph.cc | 571 Node* first_output = edge->outputs_[0]; in LoadDepFile() local 572 StringPiece opath = StringPiece(first_output->path()); in LoadDepFile() 575 first_output->path().c_str(), primary_out->AsString().c_str()); in LoadDepFile()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11deinterlace.cpp | 255 gboolean first_output; member 637 self->first_output = TRUE; in gst_d3d11_deinterlace_reset_history() 1415 self->first_output = TRUE; in gst_d3d11_deinterlace_submit_future_frame() 1612 if (self->first_output) { in gst_d3d11_deinterlace_generate_output() 1633 self->first_output = FALSE; in gst_d3d11_deinterlace_generate_output() 1756 proc_stream.OutputIndex = self->first_output ? 1 : 0; in gst_d3d11_deinterlace_transform() 1758 proc_stream.OutputIndex = self->first_output ? 0 : 1; in gst_d3d11_deinterlace_transform()
|
/third_party/weston/desktop-shell/ |
D | shell.c | 4792 struct weston_output *output, *first_output; in shell_reposition_view_on_output_change() local 4817 first_output = container_of(ec->output_list.next, in shell_reposition_view_on_output_change() 4820 x = first_output->x + first_output->width / 4; in shell_reposition_view_on_output_change() 4821 y = first_output->y + first_output->height / 4; in shell_reposition_view_on_output_change()
|