OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:user_sgpr_idx
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/amd/common/
ac_nir_to_llvm.c
386
unsigned
user_sgpr_idx
;
local
477
user_sgpr_idx
= 0;
480
set_userdata_location(&ctx->shader_info->user_sgprs_locs.descriptor_sets[i],
user_sgpr_idx
, 2);
481
user_sgpr_idx
+= 2;
490
set_userdata_location_shader(ctx, AC_UD_PUSH_CONSTANTS,
user_sgpr_idx
, 2);
491
user_sgpr_idx
+= 2;
496
set_userdata_location_shader(ctx, AC_UD_CS_GRID_SIZE,
user_sgpr_idx
, 3);
497
user_sgpr_idx
+= 3;
508
set_userdata_location_shader(ctx, AC_UD_VS_VERTEX_BUFFERS,
user_sgpr_idx
, 2);
509
user_sgpr_idx
+= 2
[
all
...]
Completed in 75 milliseconds