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:ubos_used
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_compiler.h
95
uint32_t
ubos_used
; // bitfield of which ubo indices are used
member
H
A
D
zink_compiler.c
484
if (zs->
ubos_used
)
in get_bo_vars()
485
bo.first_ubo = ffs(zs->
ubos_used
& ~BITFIELD_BIT(0)) - 2;
in get_bo_vars()
2262
if (shader->num_uniforms && zs->
ubos_used
& BITFIELD_BIT(0)) {
in unbreak_bos()
2273
uint32_t
ubos_used
= zs->
ubos_used
& ~BITFIELD_BIT(0);
in unbreak_bos()
local
2274
if (num_ubos &&
ubos_used
) {
in unbreak_bos()
2277
unsigned first_ubo = ffs(
ubos_used
) - 2;
in unbreak_bos()
2366
zs->
ubos_used
|= get_src_mask_ubo(shader->info.num_ubos, intrin->src[0]);
in analyze_io()
H
A
D
zink_program.c
604
return zs->
ubos_used
;
in zink_program_get_descriptor_usage()
Completed in 8 milliseconds