Home
last modified time | relevance | path

Searched refs:temp_index (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp317 int temp_index = 0; in initializeMap() local
320 supported_variable_types_map[VAR_TYPE_BOOL] = var_descriptors[temp_index++]; in initializeMap()
321 supported_variable_types_map[VAR_TYPE_INT] = var_descriptors[temp_index++]; in initializeMap()
322 supported_variable_types_map[VAR_TYPE_UINT] = var_descriptors[temp_index++]; in initializeMap()
323 supported_variable_types_map[VAR_TYPE_FLOAT] = var_descriptors[temp_index++]; in initializeMap()
324 supported_variable_types_map[VAR_TYPE_VEC2] = var_descriptors[temp_index++]; in initializeMap()
325 supported_variable_types_map[VAR_TYPE_VEC3] = var_descriptors[temp_index++]; in initializeMap()
326 supported_variable_types_map[VAR_TYPE_VEC4] = var_descriptors[temp_index++]; in initializeMap()
327 supported_variable_types_map[VAR_TYPE_BVEC2] = var_descriptors[temp_index++]; in initializeMap()
328 supported_variable_types_map[VAR_TYPE_BVEC3] = var_descriptors[temp_index++]; in initializeMap()
[all …]
/external/tensorflow/tensorflow/lite/kernels/
Dreduce.cc275 TfLiteTensor* temp_index = GetTemporary(context, node, /*index=*/0); in EvalMean() local
338 op_context.params->keep_dims, GetTensorData<int>(temp_index), \ in EvalMean()
385 op_context.params->keep_dims, GetTensorData<int>(temp_index), in EvalMean()
405 TfLiteTensor* temp_index = GetTemporary(context, node, /*index=*/0); in EvalLogic() local
426 op_context->params->keep_dims, GetTensorData<int>(temp_index), in EvalLogic()
532 TfLiteTensor* temp_index = GetTemporary(context, node, /*index=*/0); in EvalSum() local
554 GetTensorData<int>(temp_index), GetTensorData<int>(resolved_axis), in EvalSum()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_optimize.c722 int temp_index = -1; in peephole_mul_omod() local
737 if (temp_index != -1) { in peephole_mul_omod()
741 temp_index = i; in peephole_mul_omod()
801 RC_INSTRUCTION_NORMAL, &inst_mul->U.I.SrcReg[temp_index]); in peephole_mul_omod()
/external/libvpx/libvpx/vpx_dsp/arm/
Dfdct32x32_neon.c545 #define SUBW_S16_S32(a, a_index, b, b_index, temp, temp_index, c, c_index) \ argument
547 temp##_lo[temp_index] = vmovl_s16(vget_low_s16(a[a_index])); \
548 temp##_hi[temp_index] = vmovl_s16(vget_high_s16(a[a_index])); \
549 c##_lo[c_index] = vsubq_s32(temp##_lo[temp_index], b##_lo[b_index]); \
550 c##_hi[c_index] = vsubq_s32(temp##_hi[temp_index], b##_hi[b_index]); \
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dexpand.cc594 size_t temp_index = signal_length - fs_mult_lpc_analysis_len - in AnalyzeSignal() local
602 &audio_history[temp_index + kUnvoicedLpcOrder], in AnalyzeSignal()
/external/autotest/server/site_tests/factory_Basic/
Dtest_list.fwteam_small303 # name, temp_index, warning_temp, critical_temp.
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h3524 bool keep_dims, int* temp_index, int* resolved_axis, in ReduceGeneric() argument
3542 temp_index, reducer, output_data); in ReduceGeneric()
3553 int* temp_index, int* resolved_axis, U* temp_sum) { in Mean() argument
3579 temp_index, temp_sum)) { in Mean()
3717 int* temp_index, int* resolved_axis, U* temp_sum, in QuantizedMeanOrSum() argument
3745 temp_index, temp_sum)) { in QuantizedMeanOrSum()