OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gs_vgpr_comp_cnt
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_shader.c
510
unsigned
gs_vgpr_comp_cnt
, es_vgpr_comp_cnt;
local
520
/* If offsets 4, 5 are used,
GS_VGPR_COMP_CNT
is ignored and
524
gs_vgpr_comp_cnt
= 3; /* VGPR3 contains InvocationID. */
526
gs_vgpr_comp_cnt
= 2; /* VGPR2 contains PrimitiveID. */
528
gs_vgpr_comp_cnt
= 1; /* VGPR1 contains offsets 2, 3 */
530
gs_vgpr_comp_cnt
= 0; /* VGPR0 contains offsets 0, 1 */
533
variant->rsrc1 |= S_00B228_GS_VGPR_COMP_CNT(
gs_vgpr_comp_cnt
);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_shader.c
1486
unsigned
gs_vgpr_comp_cnt
, es_vgpr_comp_cnt;
local
1504
gs_vgpr_comp_cnt
= 3; /* VGPR3 contains InvocationID. */
1507
gs_vgpr_comp_cnt
= 2; /* VGPR2 contains PrimitiveID. */
1509
gs_vgpr_comp_cnt
= 1; /* VGPR1 contains offsets 2, 3 */
1511
gs_vgpr_comp_cnt
= 0; /* VGPR0 contains offsets 0, 1 */
1519
S_00B228_GS_VGPR_COMP_CNT(
gs_vgpr_comp_cnt
) | S_00B228_WGP_MODE(wgp_mode);
1525
unsigned
gs_vgpr_comp_cnt
, es_vgpr_comp_cnt;
local
1540
/* If offsets 4, 5 are used,
GS_VGPR_COMP_CNT
is ignored and
1544
gs_vgpr_comp_cnt
= 3; /* VGPR3 contains InvocationID. */
1546
gs_vgpr_comp_cnt
= 2; /* VGPR2 contains PrimitiveID. *
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_state_shaders.c
890
unsigned es_vgpr_comp_cnt,
gs_vgpr_comp_cnt
;
local
899
/* If offsets 4, 5 are used,
GS_VGPR_COMP_CNT
is ignored and
903
gs_vgpr_comp_cnt
= 3; /* VGPR3 contains InvocationID. */
905
gs_vgpr_comp_cnt
= 2; /* VGPR2 contains PrimitiveID. */
907
gs_vgpr_comp_cnt
= 1; /* VGPR1 contains offsets 2, 3 */
909
gs_vgpr_comp_cnt
= 0; /* VGPR0 contains offsets 0, 1 */
927
S_00B228_GS_VGPR_COMP_CNT(
gs_vgpr_comp_cnt
);
1152
unsigned nparams, es_vgpr_comp_cnt,
gs_vgpr_comp_cnt
;
local
1192
/* If offsets 4, 5 are used,
GS_VGPR_COMP_CNT
is ignored and
1201
gs_vgpr_comp_cnt
= 3; /* VGPR3 contains InvocationID, edge flags. *
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_state_shaders.c
884
unsigned es_vgpr_comp_cnt,
gs_vgpr_comp_cnt
;
local
895
/* If offsets 4, 5 are used,
GS_VGPR_COMP_CNT
is ignored and
899
gs_vgpr_comp_cnt
= 3; /* VGPR3 contains InvocationID. */
901
gs_vgpr_comp_cnt
= 2; /* VGPR2 contains PrimitiveID. */
903
gs_vgpr_comp_cnt
= 1; /* VGPR1 contains offsets 2, 3 */
905
gs_vgpr_comp_cnt
= 0; /* VGPR0 contains offsets 0, 1 */
923
S_00B228_GS_VGPR_COMP_CNT(
gs_vgpr_comp_cnt
));
Completed in 13 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026