Home
last modified time | relevance | path

Searched refs:addr_temp (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitssboinstruction.cpp288 PValue addr_temp = create_register_from_nir_src(instr->src[1], 1); in emit_load_ssbo() local
291 emit_instruction(new AluInstruction(op2_lshr_int, addr_temp, {addr, PValue(new LiteralValue(2))}, in emit_load_ssbo()
309 auto ir = new FetchInstruction(dest, addr_temp, in emit_load_ssbo()
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op_gpu.h1102 const int addr_temp = filter_width * filter_row;
1112 (in_channel + in_depth * (filter_col + addr_temp)));
1393 const int addr_temp = filter_width * filter_row;
1402 (in_channel + in_depth * (filter_col + addr_temp)));