Searched refs:clc_shader (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | nir_lower_libclc.c | 36 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()
|
D | nir_spirv.h | 89 const nir_shader *clc_shader; member 119 bool nir_lower_libclc(nir_shader *shader, const nir_shader *clc_shader);
|
D | vtn_opencl.c | 151 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/ |
D | invocation.cpp | 386 spirv_options.clc_shader = nir.get(); 423 NIR_PASS_V(nir, nir_lower_libclc, spirv_options.clc_shader);
|
/external/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 2774 - spirv: Make the clc_shader const
|