Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:atomics
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_dump.c
86
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
D
r600_shader.h
76
struct r600_shader_atomic
atomics
[8];
member
H
A
D
r600_shader.c
1200
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
D
evergreen_state.c
4922
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
D
sfn_shader.cpp
1379
sh_info->
atomics
[i] = m_atomics[i];
in get_shader_info()
/third_party/ffmpeg/
H
A
D
configure
6328
# 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 29 milliseconds