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.cpp220 const struct clc_dxil_object &dxil) in create_pipeline_state()
493 std::shared_ptr<struct clc_dxil_object> &dxil = shader.dxil; in run_shader_with_raw_args()
723 validate_module(const struct clc_dxil_object &dxil) in validate_module()
781 dump_blob(const char *path, const struct clc_dxil_object &dxil) in dump_blob()
893 shader.dxil = std::shared_ptr<clc_dxil_object>(new clc_dxil_object{}, [](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()
426 add_work_properties_var(struct clc_dxil_object *dxil, in add_work_properties_var()
790 struct clc_dxil_object *out_dxil) in clc_spirv_to_dxil()
1246 void clc_free_dxil_object(struct clc_dxil_object *dxil) in clc_free_dxil_object()