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:IRIS_DIRTY_CLIP
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_query.c
529
ice->state.dirty |= IRIS_DIRTY_STREAMOUT |
IRIS_DIRTY_CLIP
;
in iris_begin_query()
568
ice->state.dirty |= IRIS_DIRTY_STREAMOUT |
IRIS_DIRTY_CLIP
;
in iris_end_query()
742
ice->state.dirty |=
IRIS_DIRTY_CLIP
|
in iris_set_active_query_state()
H
A
D
iris_draw.c
81
ice->state.dirty |=
IRIS_DIRTY_CLIP
;
in iris_update_draw_info()
H
A
D
iris_program.c
2074
IRIS_DIRTY_CLIP
|
in iris_update_compiled_fs()
2103
ice->state.dirty |=
IRIS_DIRTY_CLIP
|
in update_last_vue_map()
2209
ice->state.dirty |=
IRIS_DIRTY_CLIP
;
in iris_update_compiled_shaders()
2822
ice->state.dirty |=
IRIS_DIRTY_CLIP
|
in iris_bind_vs_state()
H
A
D
iris_context.h
95
#define
IRIS_DIRTY_CLIP
(1ull << 9)
macro
H
A
D
iris_state.c
2022
ice->state.dirty |= IRIS_DIRTY_STREAMOUT |
IRIS_DIRTY_CLIP
;
in iris_bind_rasterizer_state()
2042
ice->state.dirty |=
IRIS_DIRTY_CLIP
;
in iris_bind_rasterizer_state()
3266
ice->state.dirty |=
IRIS_DIRTY_CLIP
;
in iris_set_framebuffer_state()
6327
if (dirty &
IRIS_DIRTY_CLIP
) {
in iris_upload_dirty_render_state()
Completed in 20 milliseconds