Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc220 const int64 buf_base = in CopyOutputBackpropRegion() local
229 Eigen::internal::pstoreu<T>(buffer + buf_base + d, v); in CopyOutputBackpropRegion()
233 buffer[buf_base + vectorized_size + d] = out_bprop[vectorized_size + d]; in CopyOutputBackpropRegion()
237 buffer[buf_base + vectorized_size + scalar_size + d] = in CopyOutputBackpropRegion()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2154 … int buf_base = ctx->st->has_hw_atomics ? 0 : ctx->Const.Program[shader->Stage].MaxAtomicBuffers; in visit_expression() local
2157 buf_base + (const_offset ? const_offset->value.u[0] : 0), in visit_expression()
3378 …int buf_base = st_context(ctx)->has_hw_atomics ? 0 : ctx->Const.Program[shader->Stage].MaxAtomicBu… in visit_ssbo_intrinsic() local
3381 buf_base + (const_block ? const_block->value.u[0] : 0), in visit_ssbo_intrinsic()