Lines Matching refs:clc_libclc
115 struct clc_libclc {
119 struct clc_libclc *
122 struct clc_libclc *ctx = rzalloc(NULL, struct clc_libclc);
124 clc_error(logger, "D3D12: failed to allocate a clc_libclc");
163 void clc_free_libclc(struct clc_libclc *ctx)
169 const nir_shader *clc_libclc_get_clc_shader(struct clc_libclc *ctx)
174 void clc_libclc_serialize(struct clc_libclc *context,
190 struct clc_libclc *
193 struct clc_libclc *ctx = rzalloc(NULL, struct clc_libclc);