/external/llvm/lib/Target/Hexagon/ |
D | HexagonBitTracker.cpp | 126 CellMapType &Outputs) const { in evaluate() 142 return evaluateLoad(MI, Inputs, Outputs); in evaluate() 159 if (evaluateFormalCopy(MI, Inputs, Outputs)) in evaluate() 188 auto rr0 = [this,Reg] (const BT::RegisterCell &Val, CellMapType &Outputs) in evaluate() 190 putCell(Reg[0], Val, Outputs); in evaluate() 253 return rr0(eIMM(im(1), W0), Outputs); in evaluate() 255 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::Zero), Outputs); in evaluate() 257 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::One), Outputs); in evaluate() 265 return rr0(RC, Outputs); in evaluate() 273 return rr0(rc(1), Outputs); in evaluate() [all …]
|
D | HexagonBitTracker.h | 30 CellMapType &Outputs) const override; 42 CellMapType &Outputs) const; 44 CellMapType &Outputs) const;
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_vs_exec.c | 176 output[slot][0] = CLAMP(machine->Outputs[slot].xyzw[0].f[j], 0.0f, 1.0f); in vs_exec_run_linear() 177 output[slot][1] = CLAMP(machine->Outputs[slot].xyzw[1].f[j], 0.0f, 1.0f); in vs_exec_run_linear() 178 output[slot][2] = CLAMP(machine->Outputs[slot].xyzw[2].f[j], 0.0f, 1.0f); in vs_exec_run_linear() 179 output[slot][3] = CLAMP(machine->Outputs[slot].xyzw[3].f[j], 0.0f, 1.0f); in vs_exec_run_linear() 183 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j]; in vs_exec_run_linear() 184 output[slot][1] = machine->Outputs[slot].xyzw[1].f[j]; in vs_exec_run_linear() 185 output[slot][2] = machine->Outputs[slot].xyzw[2].f[j]; in vs_exec_run_linear() 186 output[slot][3] = machine->Outputs[slot].xyzw[3].f[j]; in vs_exec_run_linear()
|
/external/tensorflow/tensorflow/contrib/lite/g3doc/ |
D | tf_ops_compatibility.md | 137 Outputs { 151 Outputs { 169 Outputs { 186 Outputs { 204 Outputs { 224 Outputs { 239 Outputs { 253 Outputs { 270 Outputs { 287 Outputs { [all …]
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_program.c | 372 check_float(machine->Outputs[attr][0]); in run_vp() 373 check_float(machine->Outputs[attr][1]); in run_vp() 374 check_float(machine->Outputs[attr][2]); in run_vp() 375 check_float(machine->Outputs[attr][3]); in run_vp() 377 COPY_4V(store->results[attr].data[i], machine->Outputs[attr]); in run_vp() 387 assert(machine->Outputs[0][3] != 0.0F); in run_vp() 391 machine->Outputs[0][0], in run_vp() 392 machine->Outputs[0][1], in run_vp() 393 machine->Outputs[0][2], in run_vp() 394 machine->Outputs[0][3]); in run_vp()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_fs_exec.c | 150 sizeof(machine->Outputs[i])); in exec_run() 154 &machine->Outputs[i], in exec_run() 164 quad->output.depth[j] = machine->Outputs[i].xyzw[2].f[j]; in exec_run() 173 quad->output.stencil[j] = (unsigned)machine->Outputs[i].xyzw[1].u[j]; in exec_run()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_sol_state.c | 120 int buffer = linked_xfb_info->Outputs[i].OutputBuffer; in gen7_upload_3dstate_so_decl_list() 122 int varying = linked_xfb_info->Outputs[i].OutputRegister; in gen7_upload_3dstate_so_decl_list() 123 const unsigned components = linked_xfb_info->Outputs[i].NumComponents; in gen7_upload_3dstate_so_decl_list() 125 unsigned stream_id = linked_xfb_info->Outputs[i].StreamId; in gen7_upload_3dstate_so_decl_list() 143 component_mask <<= linked_xfb_info->Outputs[i].ComponentOffset; in gen7_upload_3dstate_so_decl_list() 170 linked_xfb_info->Outputs[i].DstOffset - next_offset[buffer]; in gen7_upload_3dstate_so_decl_list() 184 assert(linked_xfb_info->Outputs[i].DstOffset == next_offset[buffer]); in gen7_upload_3dstate_so_decl_list()
|
D | gen6_sol.c | 54 unsigned buffer = linked_xfb_info->Outputs[i].OutputBuffer; in gen6_update_sol_surfaces() 57 linked_xfb_info->Outputs[i].DstOffset; in gen6_update_sol_surfaces() 62 linked_xfb_info->Outputs[i].NumComponents, in gen6_update_sol_surfaces() 68 linked_xfb_info->Outputs[i].NumComponents, in gen6_update_sol_surfaces()
|
D | brw_ff_gs.c | 219 linked_xfb_info->Outputs[i].OutputRegister; in brw_ff_gs_populate_key() 221 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset]; in brw_ff_gs_populate_key()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_fragprog.c | 220 machine->Outputs[FRAG_RESULT_COLOR]); in run_program() 231 machine->Outputs[FRAG_RESULT_DATA0 + buf]); in run_program() 238 const GLfloat depth = machine->Outputs[FRAG_RESULT_DEPTH][2]; in run_program()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DatasetToSingleElement.pbtxt | 15 summary: "Outputs the single element from the given dataset."
|
D | api_def_IsVariableInitialized.pbtxt | 17 Outputs boolean scalar indicating whether the tensor has been initialized.
|
D | api_def_TensorSummaryV2.pbtxt | 22 summary: "Outputs a `Summary` protocol buffer with a tensor and per-plugin data."
|
D | api_def_LookupTableExportV2.pbtxt | 24 summary: "Outputs all keys and values in the table."
|
D | api_def_LookupTableExport.pbtxt | 22 summary: "Outputs all keys and values in the table."
|
D | api_def_StatelessRandomNormal.pbtxt | 27 summary: "Outputs deterministic pseudorandom values from a normal distribution."
|
D | api_def_ScalarSummary.pbtxt | 21 summary: "Outputs a `Summary` protocol buffer with scalar values."
|
D | api_def_HSVToRGB.pbtxt | 17 Outputs a tensor of the same shape as the `images` tensor, containing the RGB
|
D | api_def_TensorSummary.pbtxt | 27 summary: "Outputs a `Summary` protocol buffer with a tensor."
|
D | api_def_StatelessRandomUniform.pbtxt | 27 summary: "Outputs deterministic pseudorandom random values from a uniform distribution."
|
D | api_def_HistogramSummary.pbtxt | 21 summary: "Outputs a `Summary` protocol buffer with a histogram."
|
D | api_def_StatelessTruncatedNormal.pbtxt | 27 summary: "Outputs deterministic pseudorandom values from a truncated normal distribution."
|
D | api_def_RGBToHSV.pbtxt | 17 Outputs a tensor of the same shape as the `images` tensor, containing the HSV
|
D | api_def_DestroyTemporaryVariable.pbtxt | 24 Outputs the final value of the tensor pointed to by 'ref'.
|
/external/mesa3d/src/mesa/program/ |
D | prog_execute.h | 64 GLfloat Outputs[MAX_PROGRAM_OUTPUTS][4]; member
|