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:uni_offset
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_inline_uniforms.c
389
uint32_t
uni_offset
= uniform_dw_offsets[i];
in nir_inline_uniforms()
local
390
if (
uni_offset
>= offset &&
uni_offset
< max_offset) {
in nir_inline_uniforms()
391
int index =
uni_offset
- offset;
in nir_inline_uniforms()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_inline_uniforms.c
410
uint32_t
uni_offset
= uniform_dw_offsets[i];
in lvp_inline_uniforms()
local
411
if (
uni_offset
>= offset &&
uni_offset
< max_offset) {
in lvp_inline_uniforms()
412
int index =
uni_offset
- offset;
in lvp_inline_uniforms()
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_draw_hw_select.c
405
nir_variable *
uni_offset
= nir_variable_create(
in update_result_buffer()
local
407
set_uniform_location(
uni_offset
, result_offset, packed);
in update_result_buffer()
408
offset = nir_load_var(b,
uni_offset
);
in update_result_buffer()
/third_party/mesa3d/src/compiler/glsl/
H
A
D
serialize.cpp
660
uint32_t
uni_offset
= blob_read_uint32(metadata);
in read_uniform_remap_table()
local
662
struct gl_uniform_storage *entry = uniform_storage +
uni_offset
;
in read_uniform_remap_table()
668
uint32_t
uni_offset
= blob_read_uint32(metadata);
in read_uniform_remap_table()
local
669
remap_table[i] = uniform_storage +
uni_offset
;
in read_uniform_remap_table()
Completed in 5 milliseconds