Searched defs:nir_shader (Results 1 – 14 of 14) sorted by relevance
| /external/mesa3d/src/amd/vulkan/nir/ |
| D | radv_nir.h | 36 typedef struct nir_shader nir_shader; typedef
|
| /external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/ |
| D | nir.rs | 189 pub fn get_nir(&self) -> *mut nir_shader { in get_nir() 193 pub fn dup_for_driver(&self) -> *mut nir_shader { in dup_for_driver() 207 pass: unsafe extern "C" fn(*mut nir_shader, a: A) -> R, in pass1() 215 pass: unsafe extern "C" fn(*mut nir_shader, a: A, b: B) -> R, in pass2() 224 pass: unsafe extern "C" fn(*mut nir_shader, a: A, b: B, c: C) -> R, in pass3()
|
| /external/mesa3d/src/intel/vulkan/ |
| D | anv_genX.h | 43 typedef struct nir_shader nir_shader; typedef
|
| /external/mesa3d/src/gallium/drivers/radeonsi/ |
| D | si_shader_internal.h | 87 typedef struct nir_shader nir_shader; typedef
|
| /external/mesa3d/src/nouveau/compiler/nak/ |
| D | api.rs | 245 nir: *mut nir_shader, in nak_compile_shader()
|
| D | from_nir.rs | 20 fn init_info_from_nir(nir: &nir_shader, sm: u8) -> ShaderInfo { in init_info_from_nir() 249 fn new(nir: &'a nir_shader, sm: u8) -> Self { in new() 3100 pub fn nak_shader_from_nir(ns: &nir_shader, sm: u8) -> Shader { in nak_shader_from_nir()
|
| D | nir.rs | 622 impl NirShader for nir_shader { implementation
|
| /external/mesa3d/src/compiler/nir/ |
| D | nir.h | 4067 typedef struct nir_shader { struct 4078 const struct nir_shader_compiler_options *options; argument 4081 struct shader_info info; 4084 struct exec_list functions; 4091 unsigned num_inputs, num_uniforms, num_outputs; 4115 } nir_shader; argument
|
| /external/mesa3d/src/gallium/drivers/iris/ |
| D | iris_screen.h | 49 typedef struct nir_shader nir_shader; typedef
|
| /external/mesa3d/src/compiler/clc/ |
| D | clc.h | 35 typedef struct nir_shader nir_shader; typedef
|
| /external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/clc/ |
| D | spirv.rs | 304 clc_shader: *const nir_shader, in get_spirv_options()
|
| /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 | 48 typedef struct nir_shader nir_shader; typedef
|
| /external/mesa3d/src/amd/compiler/ |
| D | aco_ir.h | 42 typedef struct nir_shader nir_shader; typedef
|