Home
last modified time | relevance | path

Searched refs:switch_val (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_ir_common.h76 LLVMValueRef switch_val; member
83 LLVMValueRef switch_val; member
Dlp_bld_tgsi_soa.c157 ctx->switch_stack[ctx->switch_stack_size].switch_val = ctx->switch_val; in lp_exec_switch()
164 ctx->switch_val = switchval; in lp_exec_switch()
214 ctx->switch_val = ctx->switch_stack[ctx->switch_stack_size].switch_val; in lp_exec_endswitch()
239 casemask = lp_build_cmp(mask->bld, PIPE_FUNC_EQUAL, caseval, ctx->switch_val); in lp_exec_case()
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_state.py792 switch_val = control_flow_ops.switch(op.inputs[0], pred)[1 - branch]
795 pivot = array_ops.identity(switch_val)
799 gen_resource_variable_ops.variable_shape(switch_val),
801 zeros_shape = array_ops.shape_internal(switch_val, optimize=False)