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:ETNA_DIRTY_SHADER
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H
A
D
etnaviv_emit.c
133
if (unlikely(dirty & (
ETNA_DIRTY_SHADER
))) {
in emit_halti5_only_state()
142
if (unlikely(dirty & (ETNA_DIRTY_VERTEX_ELEMENTS |
ETNA_DIRTY_SHADER
))) {
in emit_halti5_only_state()
147
if (unlikely(dirty & (
ETNA_DIRTY_SHADER
))) {
in emit_halti5_only_state()
167
if (unlikely(dirty & (
ETNA_DIRTY_SHADER
))) {
in emit_pre_halti5_state()
170
if (unlikely(dirty & (
ETNA_DIRTY_SHADER
))) {
in emit_pre_halti5_state()
175
if (unlikely(dirty & (ETNA_DIRTY_VERTEX_ELEMENTS |
ETNA_DIRTY_SHADER
))) {
in emit_pre_halti5_state()
180
if (unlikely(dirty & (
ETNA_DIRTY_SHADER
))) {
in emit_pre_halti5_state()
183
if (unlikely(dirty & (
ETNA_DIRTY_SHADER
))) {
in emit_pre_halti5_state()
197
if (unlikely(dirty & (
ETNA_DIRTY_SHADER
| ETNA_DIRTY_FRAMEBUFFER))) {
in emit_pre_halti5_state()
200
if (unlikely(dirty & (
ETNA_DIRTY_SHADER
| ETNA_DIRTY_FRAMEBUFFE
in emit_pre_halti5_state()
[all...]
H
A
D
etnaviv_context.c
173
ctx->dirty |=
ETNA_DIRTY_SHADER
;
in etna_get_vs()
209
ctx->dirty |=
ETNA_DIRTY_SHADER
;
in etna_get_fs()
331
if (ctx->dirty &
ETNA_DIRTY_SHADER
) {
in etna_draw_vbo()
H
A
D
etnaviv_context.h
139
ETNA_DIRTY_SHADER
= (1 << 16),
enumerator
H
A
D
etnaviv_state.c
816
etna_shader_update_vertex,
ETNA_DIRTY_SHADER
| ETNA_DIRTY_VERTEX_ELEMENTS,
819
etna_shader_link,
ETNA_DIRTY_SHADER
,
835
etna_update_zsa, ETNA_DIRTY_ZSA |
ETNA_DIRTY_SHADER
|
H
A
D
etnaviv_shader.c
543
ctx->dirty |=
ETNA_DIRTY_SHADER
;
in etna_bind_fs_state()
552
ctx->dirty |=
ETNA_DIRTY_SHADER
;
in etna_bind_vs_state()
Completed in 5 milliseconds