Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_private.h460 int shared_location; member
Dvtn_variables.c262 if (base->var->shared_location < 0) { in vtn_ssa_offset_pointer_dereference()
266 base->var->shared_location = b->shader->num_shared; in vtn_ssa_offset_pointer_dereference()
270 offset = nir_imm_int(&b->nb, base->var->shared_location); in vtn_ssa_offset_pointer_dereference()
1764 var->shared_location = -1; in vtn_create_variable()