Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dnir_lower_libclc.c37 struct hash_table *copy_vars) in lower_clc_call_instr() argument
59 nir_inline_function_impl(b, func->impl, params, copy_vars); in lower_clc_call_instr()
69 struct hash_table *copy_vars) in nir_lower_libclc_impl() argument
78 progress |= lower_clc_call_instr(instr, &b, clc_shader, copy_vars); in nir_lower_libclc_impl()
98 struct hash_table *copy_vars = _mesa_pointer_hash_table_create(ra_ctx); in nir_lower_libclc() local
106 progress |= nir_lower_libclc_impl(function->impl, clc_shader, copy_vars); in nir_lower_libclc()