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:last_vue_shader
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_program_cache.c
282
iris_shader_variant_reference(&ice->shaders.
last_vue_shader
, NULL);
in iris_destroy_program_cache()
H
A
D
iris_program.c
2049
&brw_vue_prog_data(ice->shaders.
last_vue_shader
->prog_data)->vue_map;
in iris_update_compiled_fs()
2095
struct brw_vue_map *old_map = !ice->shaders.
last_vue_shader
? NULL :
in update_last_vue_map()
2096
&brw_vue_prog_data(ice->shaders.
last_vue_shader
->prog_data)->vue_map;
in update_last_vue_map()
2115
iris_shader_variant_reference(&ice->shaders.
last_vue_shader
, shader);
in update_last_vue_map()
H
A
D
iris_context.h
677
struct iris_compiled_shader *
last_vue_shader
;
member
H
A
D
iris_state.c
4308
&brw_vue_prog_data(ice->shaders.
last_vue_shader
->prog_data)->vue_map;
in iris_emit_sbe()
Completed in 27 milliseconds