Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dnir_lower_libclc.c36 const nir_shader *clc_shader, in lower_clc_call_instr() argument
41 nir_foreach_function(function, clc_shader) { in lower_clc_call_instr()
68 const nir_shader *clc_shader, in nir_lower_libclc_impl() argument
78 progress |= lower_clc_call_instr(instr, &b, clc_shader, copy_vars); in nir_lower_libclc_impl()
95 const nir_shader *clc_shader) in nir_lower_libclc() argument
106 progress |= nir_lower_libclc_impl(function->impl, clc_shader, copy_vars); in nir_lower_libclc()
Dnir_spirv.h89 const nir_shader *clc_shader; member
119 bool nir_lower_libclc(nir_shader *shader, const nir_shader *clc_shader);
Dvtn_opencl.c151 if (!found && b->options->clc_shader && b->options->clc_shader != b->shader) { in mangle_and_find()
152 nir_foreach_function(funcs, b->options->clc_shader) { in mangle_and_find()
/external/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp386 spirv_options.clc_shader = nir.get();
423 NIR_PASS_V(nir, nir_lower_libclc, spirv_options.clc_shader);
/external/mesa3d/docs/relnotes/
D20.3.0.rst2774 - spirv: Make the clc_shader const