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:layer_override
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_vdpau.c
196
int
layer_override
= -1;
in st_vdpau_map_surface()
local
209
layer_override
= index & 1;
in st_vdpau_map_surface()
255
texObj->
layer_override
=
layer_override
;
in st_vdpau_map_surface()
274
texObj->
layer_override
= -1;
in st_vdpau_unmap_surface()
H
A
D
st_sampler_view.c
606
if (texObj->
layer_override
>= 0) {
in st_create_texture_sampler_view_from_stobj()
607
templ.u.tex.first_layer = templ.u.tex.last_layer = texObj->
layer_override
;
in st_create_texture_sampler_view_from_stobj()
656
assert(texObj->
layer_override
>= 0 ||
in st_get_texture_sampler_view_from_stobj()
658
assert(texObj->
layer_override
>= 0 || last_layer(texObj) == view->u.tex.last_layer);
in st_get_texture_sampler_view_from_stobj()
659
assert(texObj->
layer_override
< 0 ||
in st_get_texture_sampler_view_from_stobj()
660
(texObj->
layer_override
== view->u.tex.first_layer &&
in st_get_texture_sampler_view_from_stobj()
661
texObj->
layer_override
== view->u.tex.last_layer));
in st_get_texture_sampler_view_from_stobj()
H
A
D
st_cb_eglimage.c
407
texObj->
layer_override
= stimg->layer;
in st_bind_egl_image()
H
A
D
st_cb_texture.c
1029
texObj->
layer_override
= -1;
in prep_teximage()
/third_party/mesa3d/src/mesa/main/
H
A
D
mtypes.h
1052
int
layer_override
;
member
H
A
D
texobj.c
369
obj->
layer_override
= -1;
in _mesa_initialize_texture_object()
Completed in 18 milliseconds