Searched refs:PROGRAM_OUTPUT (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
H A D | tpu_extract_outside_compilation.mlir | 158 // CHECK-DAG: %[[PROGRAM_OUTPUT:[a-z_0-9]*]] = "tf._TPUCompileMlirPlaceholderProgramKey" 160 …// CHECK: %[[RECV_OUTPUT:[0-9]*]] = "tf._XlaRecvAtHostV2"(%[[PROGRAM_OUTPUT]], %[[DEVIC… 213 // CHECK: %[[PROGRAM_OUTPUT:[a-z_0-9]*]] = "tf._TPUCompileMlirPlaceholderProgramKey" 216 // CHECK: "tf._XlaSendFromHost"(%[[B_OUTPUT]], %[[PROGRAM_OUTPUT]]) 241 // CHECK-DAG: %[[PROGRAM_OUTPUT:.+]] = "tf._TPUCompileMlirPlaceholderProgramKey" 244 …// CHECK: "tf._XlaSendFromHostV2"(%[[B_OUTPUT]], %[[PROGRAM_OUTPUT]], %[[DEVICE_ORDINAL… 273 // CHECK-DAG: %[[PROGRAM_OUTPUT:.+]] = "tf._TPUCompileMlirPlaceholderProgramKey" 275 …// CHECK: %[[RECV_OUTPUT:[0-9]*]] = "tf._XlaRecvAtHostV2"(%[[PROGRAM_OUTPUT]], %[[DEVIC… 278 …// CHECK: "tf._XlaSendFromHostV2"(%[[B_OUTPUT]], %[[PROGRAM_OUTPUT]], %[[DEVICE_ORDINAL… 307 // CHECK-DAG: %[[PROGRAM_OUTPUT:.+]] = "tf._TPUCompileMlirPlaceholderProgramKey" [all …]
|
/aosp_15_r20/external/mesa3d/src/mesa/program/ |
H A D | prog_parameter_layout.c | 199 inst->SrcReg[i].Base.File <= PROGRAM_OUTPUT || in _mesa_layout_parameters() 236 inst->SrcReg[i].Base.File <= PROGRAM_OUTPUT || in _mesa_layout_parameters() 273 inst->SrcReg[i].Base.File <= PROGRAM_OUTPUT || in _mesa_layout_parameters()
|
H A D | prog_print.c | 56 case PROGRAM_OUTPUT: in _mesa_register_file_name() 385 case PROGRAM_OUTPUT: in reg_string()
|
H A D | prog_parameter.h | 58 PROGRAM_OUTPUT, /**< machine->Outputs[] */ enumerator
|
H A D | program_parse.y | 603 if ($$.File == PROGRAM_OUTPUT) { 829 set_dst_reg(& $$, PROGRAM_OUTPUT, $1); 851 set_dst_reg(& $$, PROGRAM_OUTPUT, s->output_binding); 2184 file == PROGRAM_OUTPUT);
|
H A D | prog_to_nir.c | 682 case PROGRAM_OUTPUT: in ptn_emit_instruction()
|
/aosp_15_r20/external/deqp/doc/testspecs/GLES31/ |
H A D | functional.program_interface_query.txt | 88 PROGRAM_OUTPUT program interfaces, respectively. Test groups array_size,
|