Home
last modified time | relevance | path

Searched refs:atomics (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_dump.c86 PRINT_UINT_ARRAY_ELM(atomics, start); in print_shader_info()
87 PRINT_UINT_ARRAY_ELM(atomics, end); in print_shader_info()
88 PRINT_UINT_ARRAY_ELM(atomics, buffer_id); in print_shader_info()
89 PRINT_UINT_ARRAY_ELM(atomics, hw_idx); in print_shader_info()
H A Dr600_shader.h76 struct r600_shader_atomic atomics[8]; member
H A Dr600_shader.c1200 ctx->shader->atomics[i].start = d->Range.First; in tgsi_declaration()
1201 ctx->shader->atomics[i].end = d->Range.Last; in tgsi_declaration()
1202 ctx->shader->atomics[i].hw_idx = ctx->shader->atomic_base + ctx->shader->nhwatomic; in tgsi_declaration()
1203 ctx->shader->atomics[i].buffer_id = d->Dim.Index2D; in tgsi_declaration()
8661 if (ctx->shader->atomics[i].buffer_id != (unsigned)src->Dimension.Index) in find_hw_atomic_counter()
8663 if (index > ctx->shader->atomics[i].end) in find_hw_atomic_counter()
8665 if (index < ctx->shader->atomics[i].start) in find_hw_atomic_counter()
8667 uint32_t offset = (index - ctx->shader->atomics[i].start); in find_hw_atomic_counter()
8668 return ctx->shader->atomics[i].hw_idx + offset; in find_hw_atomic_counter()
H A Devergreen_state.c4922 struct r600_shader_atomic *atomic = &pshader->shader.atomics[j]; in evergreen_emit_atomic_buffer_setup_count()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp1379 sh_info->atomics[i] = m_atomics[i]; in get_shader_info()
/third_party/ffmpeg/
H A Dconfigure6328 # so we also check that atomics actually work here
7306 enabled threads && ! enabled pthreads && ! enabled atomics_native && die "non pthread threading without atomics not supported, try adding --enable-pthreads or --cpu=i486 or higher if you are on x86"
7380 add_cppflags '-I\$(SRC_PATH)/compat/atomics/gcc'
7382 add_cppflags '-I\$(SRC_PATH)/compat/atomics/win32'
7384 add_cppflags '-I\$(SRC_PATH)/compat/atomics/suncc'
7386 add_compat atomics/pthread/stdatomic.o
7387 add_cppflags '-I\$(SRC_PATH)/compat/atomics/pthread'
7389 enabled threads && die "Threading is enabled, but no atomics are available"
7390 add_cppflags '-I\$(SRC_PATH)/compat/atomics/dummy'

Completed in 34 milliseconds