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:aux_usages
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_state.c
2387
unsigned
aux_usages
)
in alloc_surface_states()
2394
assert(
aux_usages
!= 0);
in alloc_surface_states()
2399
surf_state->
aux_usages
=
aux_usages
;
in alloc_surface_states()
2400
surf_state->num_states = util_bitcount(
aux_usages
);
in alloc_surface_states()
2515
unsigned aux_modes = surf_state->
aux_usages
;
in fill_surface_states()
2583
unsigned
aux_usages
= 0;
in iris_create_sampler_view()
local
2589
aux_usages
= 1 << ISL_AUX_USAGE_NONE;
in iris_create_sampler_view()
2592
aux_usages
= 1 << ISL_AUX_USAGE_NONE;
in iris_create_sampler_view()
2594
aux_usages
in iris_create_sampler_view()
2386
alloc_surface_states(struct iris_surface_state *surf_state, unsigned
aux_usages
)
alloc_surface_states()
argument
2790
unsigned
aux_usages
= 0;
iris_create_surface()
local
2885
unsigned
aux_usages
= 1 << ISL_AUX_USAGE_NONE;
iris_set_shader_images()
local
[all...]
H
A
D
iris_resource.h
201
unsigned
aux_usages
;
member
Completed in 8 milliseconds