Searched refs:tmp_index (Results 1 – 4 of 4) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_select_reuseport.c | 475 int err, tmp_index = 1; in test_syncookie() local 499 &tmp_index, BPF_ANY); in test_syncookie() 504 &tmp_index); in test_syncookie() 505 CHECK(err == -1 || tmp_index != -1, in test_syncookie() 508 err, errno, tmp_index); in test_syncookie()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_vertexstageexport.cpp | 334 int tmp_index = m_proc.allocate_temp_register(); in emit_stream() local 338 PValue dst(new GPRValue(tmp_index, j)); in emit_stream() 347 PValue dst_blank(new GPRValue(tmp_index, 7)); in emit_stream()
|
/external/libxaac/decoder/drc_src/ |
D | impd_drc_static_payload.c | 1417 WORD32 tmp_index = impd_read_bits_buf(it_bit_buff, 4); in impd_dec_gain_modifiers() local 1419 if (tmp_index >= SPLIT_CHARACTERISTIC_COUNT_MAX) in impd_dec_gain_modifiers() 1421 pstr_gain_modifiers->target_characteristic_left_index[b] = tmp_index; in impd_dec_gain_modifiers() 1427 WORD32 tmp_index = impd_read_bits_buf(it_bit_buff, 4); in impd_dec_gain_modifiers() local 1429 if (tmp_index >= SPLIT_CHARACTERISTIC_COUNT_MAX) in impd_dec_gain_modifiers() 1431 pstr_gain_modifiers->target_characteristic_right_index[b] = tmp_index; in impd_dec_gain_modifiers()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 267 unsigned tmp_index; /**< the fake/temp position output reg */ member 1212 emit->vposition.tmp_index != INVALID_INDEX) { in emit_dst_register() 1218 index = emit->vposition.tmp_index; in emit_dst_register() 5339 emit->vposition.tmp_index = total_temps; in emit_temporaries_declaration() 5393 emit->vposition.tmp_index = total_temps++; in emit_temporaries_declaration() 9517 const unsigned vs_pos_tmp_index = emit->vposition.tmp_index; in emit_vpos_instructions() 9529 emit->vposition.tmp_index = INVALID_INDEX; in emit_vpos_instructions() 9643 emit->vposition.tmp_index = vs_pos_tmp_index; in emit_vpos_instructions() 9677 emit_clip_distance_from_vpos(emit, emit->vposition.tmp_index); in emit_clipping_instructions() 11015 emit->vposition.tmp_index = INVALID_INDEX; in svga_tgsi_vgpu10_translate()
|