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:atomic_buffer
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/
H
A
D
gl_nir_link_atomics.c
281
struct gl_active_atomic_buffer *
atomic_buffer
=
in gl_nir_link_assign_atomic_counter_resources()
local
283
if (!
atomic_buffer
->StageReferences[stage])
in gl_nir_link_assign_atomic_counter_resources()
286
gl_prog->sh.AtomicBuffers[intra_stage_idx] =
atomic_buffer
;
in gl_nir_link_assign_atomic_counter_resources()
288
for (unsigned u = 0; u <
atomic_buffer
->NumUniforms; u++) {
in gl_nir_link_assign_atomic_counter_resources()
289
GLuint uniform_loc =
atomic_buffer
->Uniforms[u];
in gl_nir_link_assign_atomic_counter_resources()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cShaderSubroutineTests.cpp
6038
Utils::buffer
atomic_buffer
(m_context);
in testAtomic()
6055
atomic_buffer
.generate();
in testAtomic()
6056
atomic_buffer
.update(GL_ATOMIC_COUNTER_BUFFER, sizeof(atomic_buffer_data), (GLvoid*)atomic_buffer_data,
in testAtomic()
6058
atomic_buffer
.bindRange(GL_ATOMIC_COUNTER_BUFFER, 0 /* index */, 0 /* offset */, sizeof(atomic_buffer_data));
in testAtomic()
Completed in 16 milliseconds