Home
last modified time | relevance | path

Searched refs:hw_idx (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.h63 unsigned hw_idx; member
H A Dr600_dump.c89 PRINT_UINT_ARRAY_ELM(atomics, hw_idx); in print_shader_info()
H A Devergreen_state.c4812 uint32_t reg_val = (base_reg_0 + atomic->hw_idx * 4 - EVERGREEN_CONTEXT_REG_OFFSET) >> 2; in evergreen_emit_set_append_cnt()
4835 uint32_t reg_val = (base_reg_0 + atomic->hw_idx * 4) >> 2; in evergreen_emit_event_write_eos()
4869 radeon_emit(cs, (atomic->hw_idx) | (1 << 16)); in cayman_emit_event_write_eos()
4890 radeon_emit(cs, atomic->hw_idx * 4); in cayman_write_count_to_gds()
4927 if (atomic_used_mask & (1u << (atomic->hw_idx + k))) in evergreen_emit_atomic_buffer_setup_count()
4930 combined_atomics[atomic->hw_idx + k].hw_idx = atomic->hw_idx + k; in evergreen_emit_atomic_buffer_setup_count()
4931 combined_atomics[atomic->hw_idx + k].buffer_id = atomic->buffer_id; in evergreen_emit_atomic_buffer_setup_count()
4932 combined_atomics[atomic->hw_idx in evergreen_emit_atomic_buffer_setup_count()
[all...]
H A Dr600_shader.c1202 ctx->shader->atomics[i].hw_idx = ctx->shader->atomic_base + ctx->shader->nhwatomic; in tgsi_declaration()
8668 return ctx->shader->atomics[i].hw_idx + offset; in find_hw_atomic_counter()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp541 atom.hw_idx = m_atomic_base + m_next_hwatomic_loc; in scan_uniforms()

Completed in 27 milliseconds