Home
last modified time | relevance | path

Searched refs:nhwatomic_ranges (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.h77 unsigned nhwatomic_ranges; member
Dr600_dump.c92 PRINT_UINT_MEMBER(nhwatomic_ranges); in print_shader_info()
Dr600_shader.c1199 i = ctx->shader->nhwatomic_ranges; in tgsi_declaration()
1204 ctx->shader->nhwatomic_ranges++; in tgsi_declaration()
8660 for (i = 0; i < ctx->shader->nhwatomic_ranges; i++) { in find_hw_atomic_counter()
Devergreen_state.c4917 num_atomic_stage = pshader->shader.nhwatomic_ranges; in evergreen_emit_atomic_buffer_setup_count()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader.h340 uint32_t nhwatomic_ranges{0};
Dsfn_shader.cpp1377 sh_info->nhwatomic_ranges = m_atomics.size(); in get_shader_info()