Searched refs:PROGRAM_OUTPUT (Results 1 – 18 of 18) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tpu_extract_outside_compilation.mlir | 149 // CHECK-DAG: %[[PROGRAM_OUTPUT:[a-z_0-9]*]] = "tf._TPUCompileMlirPlaceholderProgramKey" 151 …// CHECK: %[[RECV_OUTPUT:[0-9]*]] = "tf._XlaRecvAtHostV2"(%[[PROGRAM_OUTPUT]], %[[DEVIC… 203 // CHECK: %[[PROGRAM_OUTPUT:[a-z_0-9]*]] = "tf._TPUCompileMlirPlaceholderProgramKey" 206 // CHECK: "tf._XlaSendFromHost"(%[[B_OUTPUT]], %[[PROGRAM_OUTPUT]]) 231 // CHECK-DAG: %[[PROGRAM_OUTPUT:.+]] = "tf._TPUCompileMlirPlaceholderProgramKey" 234 …// CHECK: "tf._XlaSendFromHostV2"(%[[B_OUTPUT]], %[[PROGRAM_OUTPUT]], %[[DEVICE_ORDINAL… 263 // CHECK-DAG: %[[PROGRAM_OUTPUT:.+]] = "tf._TPUCompileMlirPlaceholderProgramKey" 265 …// CHECK: %[[RECV_OUTPUT:[0-9]*]] = "tf._XlaRecvAtHostV2"(%[[PROGRAM_OUTPUT]], %[[DEVIC… 267 …// CHECK: "tf._XlaSendFromHostV2"(%[[B_OUTPUT]], %[[PROGRAM_OUTPUT]], %[[DEVICE_ORDINAL… 295 // CHECK-DAG: %[[PROGRAM_OUTPUT:.+]] = "tf._TPUCompileMlirPlaceholderProgramKey" [all …]
|
/external/mesa3d/src/mesa/program/ |
D | programopt.c | 90 newInst[i].DstReg.File = PROGRAM_OUTPUT; in insert_mvp_dp4_code() 188 newInst[3].DstReg.File = PROGRAM_OUTPUT; in insert_mvp_mad_code() 300 if (inst->DstReg.File == PROGRAM_OUTPUT && in _mesa_append_fog_code() 379 inst->DstReg.File = PROGRAM_OUTPUT; in _mesa_append_fog_code() 394 inst->DstReg.File = PROGRAM_OUTPUT; in _mesa_append_fog_code() 515 assert(type == PROGRAM_OUTPUT); in _mesa_remove_output_reads()
|
D | prog_parameter.h | 59 PROGRAM_OUTPUT, /**< machine->Outputs[] */ enumerator
|
D | prog_parameter_layout.c | 186 if ((inst->SrcReg[i].Base.File <= PROGRAM_OUTPUT) in _mesa_layout_parameters()
|
D | prog_print.c | 58 case PROGRAM_OUTPUT: in _mesa_register_file_name() 399 case PROGRAM_OUTPUT: in reg_string()
|
D | program_parse.y | 588 if ($$.File == PROGRAM_OUTPUT) { 813 set_dst_reg(& $$, PROGRAM_OUTPUT, $1); 835 set_dst_reg(& $$, PROGRAM_OUTPUT, s->output_binding); 2159 file == PROGRAM_OUTPUT);
|
D | prog_execute.c | 113 case PROGRAM_OUTPUT: in get_src_register_pointer() 167 case PROGRAM_OUTPUT: in get_dst_register_pointer()
|
D | ir_to_mesa.cpp | 1438 PROGRAM_OUTPUT, in visit() 2742 } else if (inst->dst.file == PROGRAM_OUTPUT && in copy_propagate() 2752 if (acp[4 * r + c]->src[0].file == PROGRAM_OUTPUT) in copy_propagate() 2757 inst->dst.file == PROGRAM_OUTPUT) { in copy_propagate()
|
D | prog_optimize.c | 1270 if (inst->DstReg.File == PROGRAM_OUTPUT) { in _mesa_simplify_cmp()
|
D | prog_to_nir.c | 100 case PROGRAM_OUTPUT: in ptn_get_dest()
|
/external/mesa3d/src/mesa/state_tracker/tests/ |
D | st_tests_common.cpp | 314 file = PROGRAM_OUTPUT; in create_src_register() 346 file = PROGRAM_OUTPUT; in create_dst_register() 355 PROGRAM_OUTPUT : PROGRAM_TEMPORARY); in create_dst_register() 386 file = PROGRAM_OUTPUT; in create_dst_register()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 92 case PROGRAM_OUTPUT: in dst_register() 154 case PROGRAM_OUTPUT: in src_register() 311 SrcReg->File != PROGRAM_OUTPUT) { in translate_src()
|
D | st_glsl_to_tgsi.cpp | 552 if (!dst_is_64bit[j] && inst->dst[j].file == PROGRAM_OUTPUT && in emit_asm() 2609 st_src_reg src = st_src_reg(PROGRAM_OUTPUT, decl->mesa_index, in visit() 2616 PROGRAM_OUTPUT, in visit() 2792 is_2D = (src.file == PROGRAM_INPUT || src.file == PROGRAM_OUTPUT) && in visit() 3070 if (l_src.file == PROGRAM_OUTPUT && in emit_block_mov() 4902 if (inst->dst[0].file == PROGRAM_OUTPUT) { in simplify_cmp() 5248 } else if (inst->dst[d].file == PROGRAM_OUTPUT && in copy_propagate() 5258 if (acp[4 * r + c]->src[0].file == PROGRAM_OUTPUT) in copy_propagate() 5263 inst->dst[d].file == PROGRAM_OUTPUT) { in copy_propagate() 5301 (inst->src[0].file != PROGRAM_OUTPUT || in copy_propagate() [all …]
|
D | st_program.c | 502 _mesa_remove_output_reads(&stp->Base, PROGRAM_OUTPUT); in st_translate_vertex_program() 863 _mesa_remove_output_reads(&stfp->Base, PROGRAM_OUTPUT); in st_translate_fragment_program()
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.program_interface_query.txt | 88 PROGRAM_OUTPUT program interfaces, respectively. Test groups array_size,
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 167 case PROGRAM_OUTPUT: in src_vector() 219 case PROGRAM_OUTPUT: in get_result_vector()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 171 case PROGRAM_OUTPUT: in t_dst() 683 if (dst.File == PROGRAM_OUTPUT && in r200_translate_vertex_program()
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 459 return make_ureg(PROGRAM_OUTPUT, output); in register_output()
|