Home
last modified time | relevance | path

Searched refs:vs_pushconst (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c51 nir_variable *vs_pushconst; in create_vs_pushconst() local
60 vs_pushconst = nir_variable_create(nir, nir_var_mem_push_const, in create_vs_pushconst()
61 glsl_struct_type(fields, 2, "struct", false), "vs_pushconst"); in create_vs_pushconst()
62 vs_pushconst->data.location = INT_MAX; //doesn't really matter in create_vs_pushconst()

Completed in 6 milliseconds