Searched refs:sharedvars (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 429 const struct dxil_value *sharedvars; member 2578 const struct dxil_value *ops[] = { ctx->sharedvars, zero, index }; in emit_store_shared() 2985 const struct dxil_value *ops[] = { ctx->sharedvars, zero, index }; in emit_load_shared() 3435 const struct dxil_value *ops[] = { ctx->sharedvars, zero, index }; in emit_shared_atomic() 3471 const struct dxil_value *ops[] = { ctx->sharedvars, zero, index }; in emit_shared_atomic_comp_swap() 4584 ctx->sharedvars = dxil_add_global_ptr_var(&ctx->mod, "shared", type, in emit_module()
|