Searched defs:nir_shader (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/ |
D | nir.rs | 177 pub fn get_nir(&self) -> *mut nir_shader { in get_nir() 181 pub fn dup_for_driver(&self) -> *mut nir_shader { in dup_for_driver() 195 pass: unsafe extern "C" fn(*mut nir_shader, a: A) -> R, in pass1() 203 pass: unsafe extern "C" fn(*mut nir_shader, a: A, b: B) -> R, in pass2() 212 pass: unsafe extern "C" fn(*mut nir_shader, a: A, b: B, c: C) -> R, in pass3()
|
/external/mesa3d/src/amd/vulkan/nir/ |
D | radv_nir.h | 19 typedef struct nir_shader nir_shader; typedef
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_printf.h | 24 typedef struct nir_shader nir_shader; typedef
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_genX.h | 47 typedef struct nir_shader nir_shader; typedef
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_internal.h | 90 typedef struct nir_shader nir_shader; typedef
|
/external/mesa3d/src/nouveau/compiler/nak/ |
D | api.rs | 381 nir: *mut nir_shader, in nak_compile_shader()
|
D | from_nir.rs | 320 nir: &'a nir_shader, in new() 3650 ns: &'a nir_shader, in nak_shader_from_nir()
|
/external/mesa3d/src/compiler/nir/ |
D | nir.h | 4446 typedef struct nir_shader { struct 4457 const struct nir_shader_compiler_options *options; argument 4460 struct shader_info info; 4463 struct exec_list functions; 4470 unsigned num_inputs, num_uniforms, num_outputs; 4494 } nir_shader; argument
|
/external/mesa3d/src/compiler/rust/ |
D | nir.rs | 570 impl nir_shader { impl
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_screen.h | 49 typedef struct nir_shader nir_shader; typedef
|
/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/clc/ |
D | spirv.rs | 306 clc_shader: *const nir_shader, in get_spirv_options()
|
/external/mesa3d/src/compiler/clc/ |
D | clc.h | 35 typedef struct nir_shader nir_shader; typedef
|
/external/mesa3d/src/intel/compiler/ |
D | brw_compiler.h | 48 typedef struct nir_shader nir_shader; typedef
|
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_compiler.h | 47 typedef struct nir_shader nir_shader; typedef
|
/external/mesa3d/src/amd/compiler/ |
D | aco_ir.h | 26 typedef struct nir_shader nir_shader; typedef
|