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:tfbbuf
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_shader_state.c
334
if (nvc0->
tfbbuf
[b])
in nvc0_tfb_validate()
335
nvc0_so_target(nvc0->
tfbbuf
[b])->stride = tfb->stride[b];
in nvc0_tfb_validate()
347
struct nvc0_so_target *targ = nvc0_so_target(nvc0->
tfbbuf
[b]);
in nvc0_tfb_validate()
H
A
D
nvc0_state.c
1149
const bool changed = nvc0->
tfbbuf
[i] != targets[i];
in nvc0_set_transform_feedback_targets()
1155
if (nvc0->
tfbbuf
[i] && changed)
in nvc0_set_transform_feedback_targets()
1156
nvc0_so_target_save_offset(pipe, nvc0->
tfbbuf
[i], i, &serialize);
in nvc0_set_transform_feedback_targets()
1161
pipe_so_target_reference(&nvc0->
tfbbuf
[i], targets[i]);
in nvc0_set_transform_feedback_targets()
1164
if (nvc0->
tfbbuf
[i]) {
in nvc0_set_transform_feedback_targets()
1166
nvc0_so_target_save_offset(pipe, nvc0->
tfbbuf
[i], i, &serialize);
in nvc0_set_transform_feedback_targets()
1167
pipe_so_target_reference(&nvc0->
tfbbuf
[i], NULL);
in nvc0_set_transform_feedback_targets()
H
A
D
nvc0_context.h
262
struct pipe_stream_output_target *
tfbbuf
[4];
member
H
A
D
nvc0_context.c
228
pipe_so_target_reference(&nvc0->
tfbbuf
[i], NULL);
in nvc0_context_unreference_resources()
Completed in 5 milliseconds