Home
last modified time | relevance | path

Searched refs:sv_slot (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c4818 int input_loc, int sv_slot, in append_input_or_sysvalue() argument
4826 ctx->system_value[sv_slot] = var; in append_input_or_sysvalue()
4832 ctx->system_value[sv_slot] = add_sysvalue(ctx, sv_slot, name, driver_location); in append_input_or_sysvalue()
4833 if (!ctx->system_value[sv_slot]) in append_input_or_sysvalue()
4836 nir_shader_add_variable(ctx->shader, ctx->system_value[sv_slot]); in append_input_or_sysvalue()