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:draw_cs
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_cmd_buffer.c
386
/* In the !binning case, we need to set RB_RENDER_CNTL in the
draw_cs
in tu6_emit_render_cntl()
1044
tu_cs_emit_call(cs, &cmd->
draw_cs
);
in tu6_emit_binning_pass()
1225
struct tu_cs *cs = &cmd->
draw_cs
;
in tu_set_input_attachments()
1239
struct tu_cs *cs = &cmd->
draw_cs
;
in tu_emit_renderpass_begin()
1387
tu_cs_emit_call(cs, &cmd->
draw_cs
);
in tu6_render_tile()
1397
/* Predicate is changed in
draw_cs
so we have to re-emit it */
in tu6_render_tile()
1505
tu_cs_emit_call(&cmd->cs, &cmd->
draw_cs
);
in tu_cmd_render_sysmem()
1536
/* discard
draw_cs
and draw_epilogue_cs entries now that the tiles are
in tu_reset_render_pass()
1538
tu_cs_discard_entries(&cmd_buffer->
draw_cs
);
in tu_reset_render_pass()
1539
tu_cs_begin(&cmd_buffer->
draw_cs
);
in tu_reset_render_pass()
[all...]
H
A
D
tu_query.c
826
* record the packets on the secondary draw command stream. cmdbuf->
draw_cs
in emit_begin_occlusion_query()
830
struct tu_cs *cs = cmdbuf->state.pass ? &cmdbuf->
draw_cs
: &cmdbuf->cs;
in emit_begin_occlusion_query()
849
struct tu_cs *cs = cmdbuf->state.pass ? &cmdbuf->
draw_cs
: &cmdbuf->cs;
in emit_begin_stat_query()
909
struct tu_cs *cs = cmdbuf->state.pass ? &cmdbuf->
draw_cs
: &cmdbuf->cs;
in emit_begin_perf_query()
988
struct tu_cs *cs = cmdbuf->state.pass ? &cmdbuf->
draw_cs
: &cmdbuf->cs;
in emit_begin_xfb_query()
1000
struct tu_cs *cs = cmdbuf->state.pass ? &cmdbuf->
draw_cs
: &cmdbuf->cs;
in emit_begin_prim_generated_query()
1112
*
draw_cs
are not run until vkCmdEndRenderPass.
in emit_end_occlusion_query()
1115
struct tu_cs *cs = pass ? &cmdbuf->
draw_cs
: &cmdbuf->cs;
in emit_end_occlusion_query()
1220
struct tu_cs *cs = cmdbuf->state.pass ? &cmdbuf->
draw_cs
: &cmdbuf->cs;
in emit_end_stat_query()
1283
struct tu_cs *cs = cmdbuf->state.pass ? &cmdbuf->
draw_cs
in emit_end_perf_query()
[all...]
H
A
D
tu_cmd_buffer.h
266
/* Track whether conditional predicate for COND_REG_EXEC is changed in
draw_cs
*/
437
* and is in the current
draw_cs
/state.
567
struct tu_cs
draw_cs
;
member
577
* stored in
draw_cs
/the current state. The first and last render pass
582
struct tu_cs
draw_cs
;
member
H
A
D
tu_clear_blit.c
2442
struct tu_cs *cs = &cmd->
draw_cs
;
in tu_clear_sysmem_attachments()
2741
struct tu_cs *cs = &cmd->
draw_cs
;
in tu_clear_gmem_attachments()
2780
struct tu_cs *cs = &cmd->
draw_cs
;
in tu_CmdClearAttachments()
Completed in 12 milliseconds