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:ge_cntl
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state_draw.cpp
1314
unsigned
ge_cntl
;
1320
G_03096C_PRIM_GRP_SIZE_GFX11(si_get_vs_inline(sctx, HAS_TESS, HAS_GS)->current->
ge_cntl
);
1322
ge_cntl
= S_03096C_PRIMS_PER_SUBGRP(num_patches) |
1327
ge_cntl
= S_03096C_PRIM_GRP_SIZE_GFX10(num_patches) |
1332
ge_cntl
= si_get_vs_inline(sctx, HAS_TESS, HAS_GS)->current->
ge_cntl
;
1351
ge_cntl
= S_03096C_PRIM_GRP_SIZE_GFX10(primgroup_size) |
1356
ge_cntl
|= S_03096C_PACKET_TO_ONE_PA(si_is_line_stipple_enabled(sctx));
1358
if (
ge_cntl
!= sctx->last_multi_vgt_param) {
1362
radeon_set_uconfig_reg(R_03096C_GE_CNTL,
ge_cntl
);
[all...]
H
A
D
si_shader.h
956
unsigned
ge_cntl
;
member
H
A
D
si_state_shaders.cpp
1516
shader->
ge_cntl
= S_03096C_PRIMS_PER_SUBGRP(shader->ngg.max_gsprims) |
1521
shader->
ge_cntl
= S_03096C_PRIM_GRP_SIZE_GFX10(shader->ngg.max_gsprims) |
1546
shader->
ge_cntl
&= C_03096C_VERT_GRP_SIZE;
1547
shader->
ge_cntl
|= S_03096C_VERT_GRP_SIZE(shader->ngg.hw_max_esverts - 5);
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_pipeline.c
5787
unsigned
ge_cntl
;
in radv_pipeline_emit_hw_ngg()
local
5864
ge_cntl
= S_03096C_PRIMS_PER_SUBGRP(ngg_state->max_gsprims) |
in radv_pipeline_emit_hw_ngg()
5871
ge_cntl
= S_03096C_PRIM_GRP_SIZE_GFX10(ngg_state->max_gsprims) |
in radv_pipeline_emit_hw_ngg()
5885
ge_cntl
&= C_03096C_VERT_GRP_SIZE;
in radv_pipeline_emit_hw_ngg()
5888
ge_cntl
|= S_03096C_VERT_GRP_SIZE(ngg_state->hw_max_esverts - 5);
in radv_pipeline_emit_hw_ngg()
5892
radeon_set_uconfig_reg(ctx_cs, R_03096C_GE_CNTL,
ge_cntl
);
in radv_pipeline_emit_hw_ngg()
Completed in 19 milliseconds