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:emitted_prims
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_gs.c
406
out_prims[i] = shader->jit_context->
emitted_prims
[i];
in llvm_gs_run()
653
shader->jit_context->
emitted_prims
= shader->llvm_emitted_primitives;
in draw_geometry_shader_run()
H
A
D
draw_llvm.h
277
int *
emitted_prims
;
member
333
lp_build_struct_get2(_variant->gallivm, _variant->context_type, _ptr, DRAW_GS_JIT_CTX_EMITTED_PRIMS, "
emitted_prims
")
H
A
D
draw_llvm.c
428
LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context,
emitted_prims
,
in create_gs_jit_context_type()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
gfx10_shader_ngg.c
1585
LLVMValueRef
emitted_prims
= NULL;
in gfx10_ngg_build_end()
local
1598
emitted_prims
= nggso.emit[0];
in gfx10_ngg_build_end()
1675
args[0] = ac_build_writelane(&ctx->ac, args[0],
emitted_prims
, ctx->ac.i32_1);
in gfx10_ngg_build_end()
Completed in 14 milliseconds