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:tu_draw_state
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_pipeline.h
126
struct
tu_draw_state
dynamic_state[TU_DYNAMIC_STATE_COUNT];
150
struct
tu_draw_state
load_state, rast_state;
151
struct
tu_draw_state
prim_order_state_sysmem, prim_order_state_gmem;
160
struct
tu_draw_state
config_state;
161
struct
tu_draw_state
state;
162
struct
tu_draw_state
binning_state;
169
struct
tu_draw_state
state;
170
struct
tu_draw_state
binning_state;
H
A
D
tu_cmd_buffer.h
336
struct
tu_draw_state
dynamic_state[TU_DYNAMIC_STATE_COUNT];
337
struct
tu_draw_state
vertex_buffers;
338
struct
tu_draw_state
shader_const;
339
struct
tu_draw_state
desc_sets;
341
struct
tu_draw_state
vs_params;
501
struct
tu_draw_state
lrz_and_depth_plane_state;
H
A
D
tu_cs.h
67
struct
tu_draw_state
{
struct
145
static inline struct
tu_draw_state
149
return (struct
tu_draw_state
) {
in tu_cs_end_draw_state()
158
static inline struct
tu_draw_state
169
return (struct
tu_draw_state
) {
in tu_cs_draw_state()
356
tu_cs_emit_state_ib(struct tu_cs *cs, struct
tu_draw_state
state)
in tu_cs_emit_state_ib()
H
A
D
tu_cmd_buffer.c
487
tu_cs_emit_draw_state(struct tu_cs *cs, uint32_t id, struct
tu_draw_state
state)
in tu_cs_emit_draw_state()
1088
static struct
tu_draw_state
1106
return (struct
tu_draw_state
) {};
in tu_emit_input_attachments()
1113
return (struct
tu_draw_state
) {};
in tu_emit_input_attachments()
1203
struct
tu_draw_state
ds = tu_cs_draw_state(&cmd->sub_cs, &cs, 9);
in tu_emit_input_attachments()
4197
static struct
tu_draw_state
4207
return (struct
tu_draw_state
) {};
in tu6_emit_consts()
4634
cmd->state.vs_params = (struct
tu_draw_state
) {};
in tu6_emit_empty_vs_params()
4686
cmd->state.vs_params = (struct
tu_draw_state
) {entry.bo->iova + entry.offset, entry.size / 4};
in tu6_emit_vs_params()
H
A
D
tu_pipeline.c
1821
struct
tu_draw_state
*vi_state,
in tu6_emit_vertex_input()
Completed in 20 milliseconds