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:ubo_mask
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
mir_promote_uniforms.c
270
ctx->
ubo_mask
= ~0;
in midgard_promote_uniforms()
286
ctx->
ubo_mask
= 0;
in midgard_promote_uniforms()
296
ctx->
ubo_mask
|= BITSET_BIT(ubo);
in midgard_promote_uniforms()
298
ctx->
ubo_mask
= ~0;
in midgard_promote_uniforms()
306
ctx->
ubo_mask
|= BITSET_BIT(ubo);
in midgard_promote_uniforms()
H
A
D
compiler.h
311
uint32_t
ubo_mask
;
member
H
A
D
midgard_ra.c
1111
ctx->
ubo_mask
|= BITSET_BIT(ctx->info->push.words[idx].ubo);
in mir_demote_uniforms()
H
A
D
midgard_compile.c
3329
info->
ubo_mask
= ctx->
ubo_mask
& ((1 << ctx->nir->info.num_ubos) - 1);
in midgard_compile_shader_nir()
/third_party/mesa3d/src/panfrost/bifrost/
H
A
D
bi_opt_push_ubo.c
134
ctx->
ubo_mask
= 0;
in bi_opt_push_ubo()
146
ctx->
ubo_mask
|= BITSET_BIT(ubo);
in bi_opt_push_ubo()
148
ctx->
ubo_mask
= ~0;
in bi_opt_push_ubo()
156
ctx->
ubo_mask
|= BITSET_BIT(ubo);
in bi_opt_push_ubo()
H
A
D
bifrost_compile.c
4984
ctx->
ubo_mask
= ~0;
in bi_compile_variant_nir()
5238
info->
ubo_mask
|= ctx->
ubo_mask
;
in bi_compile_variant()
5339
info->
ubo_mask
&= (1 << nir->info.num_ubos) - 1;
in bifrost_compile_shader_nir()
H
A
D
compiler.h
806
uint32_t
ubo_mask
;
member
/third_party/mesa3d/src/panfrost/util/
H
A
D
pan_ir.h
374
uint32_t
ubo_mask
;
member
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_context.c
3913
const uint32_t
ubo_mask
= rebind_mask ?
in rebind_buffer()
local
3917
u_foreach_bit(shader,
ubo_mask
>> TC_BINDING_UBO_VS) {
in rebind_buffer()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H
A
D
pan_cmdstream.c
1506
u_foreach_bit(ubo, ss->info.
ubo_mask
& buf->enabled_mask) {
in panfrost_emit_const_buf()
Completed in 39 milliseconds