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_so_target
(Results
1 - 13
of
13
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_state_so.c
41
struct
draw_so_target
*t;
in llvmpipe_create_so_target()
43
t = CALLOC_STRUCT(
draw_so_target
);
in llvmpipe_create_so_target()
66
struct
draw_so_target
*target = (struct
draw_so_target
*)so_target;
in llvmpipe_so_offset()
H
A
D
lp_context.h
101
struct
draw_so_target
*so_targets[PIPE_MAX_SO_BUFFERS];
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H
A
D
InputAssembly.cpp
142
if (so_target && pDevice->
draw_so_target
!= so_target) {
in IaSetVertexBuffers()
143
if (pDevice->
draw_so_target
) {
in IaSetVertexBuffers()
144
pipe_so_target_reference(&pDevice->
draw_so_target
, NULL);
in IaSetVertexBuffers()
146
pipe_so_target_reference(&pDevice->
draw_so_target
,
in IaSetVertexBuffers()
H
A
D
Draw.cpp
328
if (!pDevice->
draw_so_target
) {
in DrawAuto()
340
indirect.count_from_stream_output = pDevice->
draw_so_target
;
in DrawAuto()
H
A
D
Device.cpp
151
pDevice->
draw_so_target
= NULL;
in CreateDevice()
331
if (pDevice->
draw_so_target
) {
in DestroyDevice()
332
pipe_so_target_reference(&pDevice->
draw_so_target
, NULL);
in DestroyDevice()
H
A
D
State.h
85
struct pipe_stream_output_target *
draw_so_target
;
member
/third_party/mesa3d/src/gallium/drivers/softpipe/
H
A
D
sp_state_so.c
43
struct
draw_so_target
*t;
in softpipe_create_so_target()
45
t = CALLOC_STRUCT(
draw_so_target
);
in softpipe_create_so_target()
H
A
D
sp_context.h
86
struct
draw_so_target
*so_targets[PIPE_MAX_SO_BUFFERS];
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_context.h
64
struct
draw_so_target
{
struct
321
struct
draw_so_target
*targets[PIPE_MAX_SO_BUFFERS]);
H
A
D
draw_pt_so_emit.c
136
struct
draw_so_target
*target = draw->so.targets[i];
in so_emit_prim()
220
struct
draw_so_target
*target = draw->so.targets[ob];
in so_emit_prim()
H
A
D
draw_pt.c
442
struct
draw_so_target
*target =
in resolve_draw_info()
443
(struct
draw_so_target
*)indirect->count_from_stream_output;
in resolve_draw_info()
H
A
D
draw_private.h
383
struct
draw_so_target
*targets[PIPE_MAX_SO_BUFFERS];
H
A
D
draw_context.c
1080
struct
draw_so_target
*targets[PIPE_MAX_SO_BUFFERS])
in draw_set_mapped_so_targets()
Completed in 9 milliseconds