Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.h97 struct clc_dxil_object { struct
143 struct clc_dxil_object *out_dxil);
145 void clc_free_dxil_object(struct clc_dxil_object *dxil);
Dcompute_test.cpp262 const struct clc_dxil_object &dxil) in create_pipeline_state()
535 std::shared_ptr<struct clc_dxil_object> &dxil = shader.dxil; in run_shader_with_raw_args()
765 validate_module(const struct clc_dxil_object &dxil) in validate_module()
779 dump_blob(const char *path, const struct clc_dxil_object &dxil) in dump_blob()
891 std::unique_ptr<clc_dxil_object> dxil(new clc_dxil_object{}); in configure()
894 shader.dxil = std::shared_ptr<clc_dxil_object>(dxil.release(), [](clc_dxil_object *dxil) in configure()
Dcompute_test.h57 std::shared_ptr<struct clc_dxil_object> dxil;
108 const struct clc_dxil_object &dxil);
Dclc_compiler.c398 add_kernel_inputs_var(struct clc_dxil_object *dxil, nir_shader *nir, in add_kernel_inputs_var()
425 add_work_properties_var(struct clc_dxil_object *dxil, in add_work_properties_var()
741 struct clc_dxil_object *out_dxil) in clc_spirv_to_dxil()
1200 void clc_free_dxil_object(struct clc_dxil_object *dxil) in clc_free_dxil_object()