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 394 unsigned first_output, struct ureg_dst tex)
406 --first_output;
408 o_l_addr[0] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_L_ADDR0);
409 o_l_addr[1] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_L_ADDR1);
411 o_r_addr[0] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_R_ADDR0);
412 o_r_addr[1] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_R_ADDR1);
vl_mpeg12_decoder.c     [all...]
  /toolchain/binutils/binutils-2.27/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/tensorflow/tensorflow/core/kernels/
spectrogram_test.cc 212 std::vector<std::vector<complex<double>>> first_output; local
215 sgram.ComputeComplexSpectrogram(input, &first_output);
220 ASSERT_EQ(first_output.size(), second_output.size());
221 int slice_size = first_output[0].size();
222 for (int i = 0; i < first_output.size(); ++i) {
223 ASSERT_EQ(slice_size, first_output[i].size());
226 ASSERT_EQ(first_output[i][j], second_output[i][j]);
  /external/v8/src/crankshaft/
lithium-allocator.cc 786 LUnallocated* first_output = LUnallocated::cast(first->Output()); local
787 LiveRange* range = LiveRangeFor(first_output->virtual_register());
789 if (first_output->HasFixedPolicy()) {
790 LUnallocated* output_copy = first_output->CopyUnconstrained(
792 bool is_tagged = HasTaggedValue(first_output->virtual_register());
793 AllocateFixed(first_output, gap_index, is_tagged);
796 if (first_output->IsStackSlot()) {
797 range->SetSpillOperand(first_output);
801 chunk_->AddGapMove(gap_index, first_output, output_copy);
814 move->AddMove(first_output, range->GetSpillOperand()
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 1715 UnallocatedOperand* first_output = UnallocatedOperand::cast(output); local
1745 first_output); local
    [all...]
  /external/tensorflow/tensorflow/contrib/cudnn_rnn/python/kernel_tests/
cudnn_rnn_test.py 420 first_output, _ = cudnn_rnn.CudnnGRU(1, 100)(
424 self.assertAllEqual([28, 100, 100], first_output.shape)
428 first_output, _ = cudnn_rnn.CudnnGRU(1, 100)(
432 return (math_ops.reduce_sum(first_output) +
    [all...]

Completed in 252 milliseconds