/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/ |
H A D | nir.rs | 174 pub fn get_nir(&self) -> *mut nir_shader { in get_nir() 178 pub fn dup_for_driver(&self) -> *mut nir_shader { in dup_for_driver() 192 pass: unsafe extern "C" fn(*mut nir_shader, a: A) -> R, in pass1() 200 pass: unsafe extern "C" fn(*mut nir_shader, a: A, b: B) -> R, in pass2() 209 pass: unsafe extern "C" fn(*mut nir_shader, a: A, b: B, c: C) -> R, in pass3()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir.h | 4384 typedef struct nir_shader { struct 4395 const struct nir_shader_compiler_options *options; argument 4398 struct shader_info info; 4401 struct exec_list functions; 4408 unsigned num_inputs, num_uniforms, num_outputs; 4432 } nir_shader; argument
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/ |
H A D | radv_nir.h | 19 typedef struct nir_shader nir_shader; typedef
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_printf.h | 24 typedef struct nir_shader nir_shader; typedef
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_genX.h | 47 typedef struct nir_shader nir_shader; typedef
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_internal.h | 90 typedef struct nir_shader nir_shader; typedef
|
/aosp_15_r20/external/mesa3d/src/compiler/rust/ |
H A D | nir.rs | 591 impl nir_shader { impl
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/ |
H A D | api.rs | 380 nir: *mut nir_shader, in nak_compile_shader()
|
H A D | from_nir.rs | 318 fn new(nir: &'a nir_shader, sm: &'a dyn ShaderModel) -> Self { in new() 3626 ns: &'a nir_shader, in nak_shader_from_nir()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_screen.h | 49 typedef struct nir_shader nir_shader; typedef
|
/aosp_15_r20/external/mesa3d/src/compiler/clc/ |
H A D | clc.h | 35 typedef struct nir_shader nir_shader; typedef
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/clc/ |
H A D | spirv.rs | 293 clc_shader: *const nir_shader, in get_spirv_options()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_compiler.h | 49 typedef struct nir_shader nir_shader; typedef
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_compiler.h | 48 typedef struct nir_shader nir_shader; typedef
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_ir.h | 25 typedef struct nir_shader nir_shader; typedef
|