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:tf_enabled
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/v3d/
H
A
D
v3dx_job.c
42
if (job->
tf_enabled
|| job->needs_primitives_generated) {
in bcl_epilogue()
61
if (job->
tf_enabled
) {
in bcl_epilogue()
H
A
D
v3dx_emit.c
750
bool
tf_enabled
= v3d_transform_feedback_enabled(v3d);
in emit_state()
local
751
job->
tf_enabled
|=
tf_enabled
;
in emit_state()
756
tfe.enable =
tf_enabled
;
in emit_state()
H
A
D
v3d_job.c
177
if (!job->
tf_enabled
)
in v3d_job_writes_resource_from_tf()
H
A
D
v3d_context.h
460
bool
tf_enabled
;
member
H
A
D
v3dx_draw.c
340
if (!job->
tf_enabled
)
in v3d_emit_wait_for_tf_if_needed()
1084
* current draw call, where we update job->
tf_enabled
, so we can ensure
in v3d_draw_vbo()
Completed in 7 milliseconds