Home
last modified time | relevance | path

Searched refs:PROGRAM_OUTPUT (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtpu_extract_outside_compilation.mlir149 // 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/
Dprogramopt.c90 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()
Dprog_parameter.h59 PROGRAM_OUTPUT, /**< machine->Outputs[] */ enumerator
Dprog_parameter_layout.c186 if ((inst->SrcReg[i].Base.File <= PROGRAM_OUTPUT) in _mesa_layout_parameters()
Dprog_print.c58 case PROGRAM_OUTPUT: in _mesa_register_file_name()
399 case PROGRAM_OUTPUT: in reg_string()
Dprogram_parse.y588 if ($$.File == PROGRAM_OUTPUT) {
813 set_dst_reg(& $$, PROGRAM_OUTPUT, $1);
835 set_dst_reg(& $$, PROGRAM_OUTPUT, s->output_binding);
2159 file == PROGRAM_OUTPUT);
Dprog_execute.c113 case PROGRAM_OUTPUT: in get_src_register_pointer()
167 case PROGRAM_OUTPUT: in get_dst_register_pointer()
Dir_to_mesa.cpp1438 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()
Dprog_optimize.c1270 if (inst->DstReg.File == PROGRAM_OUTPUT) { in _mesa_simplify_cmp()
Dprog_to_nir.c100 case PROGRAM_OUTPUT: in ptn_get_dest()
/external/mesa3d/src/mesa/state_tracker/tests/
Dst_tests_common.cpp314 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/
Dst_mesa_to_tgsi.c92 case PROGRAM_OUTPUT: in dst_register()
154 case PROGRAM_OUTPUT: in src_register()
311 SrcReg->File != PROGRAM_OUTPUT) { in translate_src()
Dst_glsl_to_tgsi.cpp552 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 …]
Dst_program.c502 _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/
Dfunctional.program_interface_query.txt88 PROGRAM_OUTPUT program interfaces, respectively. Test groups array_size,
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c167 case PROGRAM_OUTPUT: in src_vector()
219 case PROGRAM_OUTPUT: in get_result_vector()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c171 case PROGRAM_OUTPUT: in t_dst()
683 if (dst.File == PROGRAM_OUTPUT && in r200_translate_vertex_program()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c459 return make_ureg(PROGRAM_OUTPUT, output); in register_output()