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:uses_primid
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_prim_assembler.c
63
if (fs && fs->info.
uses_primid
) {
in needs_primid()
65
return !gs->info.
uses_primid
;
in needs_primid()
67
return !tes->info.
uses_primid
;
in needs_primid()
H
A
D
draw_llvm.c
2863
if (gs_info->
uses_primid
) {
in draw_gs_llvm_generate()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H
A
D
tgsi_scan.h
119
boolean
uses_primid
;
member
H
A
D
tgsi_scan.c
679
info->
uses_primid
= true;
in scan_declaration()
713
info->
uses_primid
= TRUE;
in scan_declaration()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state_shaders.cpp
809
vgpr_comp_cnt = shader->selector->info.
uses_primid
? 3 : 2;
in si_shader_es()
1078
es_vgpr_comp_cnt = shader->key.ge.part.gs.es->info.
uses_primid
? 3 : 2;
in si_shader_gs()
1087
else if (sel->info.
uses_primid
)
in si_shader_gs()
1358
bool es_enable_prim_id = shader->key.ge.mono.u.vs_export_prim_id || es_info->
uses_primid
;
1391
if (es_enable_prim_id || gs_info->
uses_primid
)
1405
else if ((gs_stage == MESA_SHADER_GEOMETRY && gs_info->
uses_primid
) ||
1638
bool enable_prim_id = shader->key.ge.mono.u.vs_export_prim_id || info->
uses_primid
;
2208
sctx->shader.ps.cso && sctx->shader.ps.cso->info.
uses_primid
;
3401
(sctx->shader.tes.cso && sctx->shader.tes.cso->info.
uses_primid
) ||
3402
(sctx->shader.tcs.cso && sctx->shader.tcs.cso->info.
uses_primid
) ||
[all...]
H
A
D
si_shader.h
448
bool
uses_primid
;
member
H
A
D
si_shader_info.c
641
info->
uses_primid
= BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_PRIMITIVE_ID) ||
in si_nir_scan_shader()
H
A
D
gfx10_shader_ngg.c
718
if (shader->selector->info.
uses_primid
|| shader->key.ge.mono.u.vs_export_prim_id) {
in ngg_nogs_vertex_size()
1274
(sel->info.
uses_primid
|| shader->key.ge.mono.u.vs_export_prim_id);
in gfx10_ngg_culling_build_end()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H
A
D
nir_to_tgsi_info.c
253
info->
uses_primid
= 1;
in scan_instruction()
526
info->
uses_primid
= true;
in nir_tgsi_scan_shader()
Completed in 22 milliseconds