Home
last modified time | relevance | path

Searched defs:nir_shader (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/amd/vulkan/nir/
Dradv_nir.h36 typedef struct nir_shader nir_shader; typedef
/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/
Dnir.rs189 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/
Danv_genX.h43 typedef struct nir_shader nir_shader; typedef
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_internal.h87 typedef struct nir_shader nir_shader; typedef
/external/mesa3d/src/nouveau/compiler/nak/
Dapi.rs245 nir: *mut nir_shader, in nak_compile_shader()
Dfrom_nir.rs20 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()
Dnir.rs622 impl NirShader for nir_shader { implementation
/external/mesa3d/src/compiler/nir/
Dnir.h4067 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/
Diris_screen.h49 typedef struct nir_shader nir_shader; typedef
/external/mesa3d/src/compiler/clc/
Dclc.h35 typedef struct nir_shader nir_shader; typedef
/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/clc/
Dspirv.rs304 clc_shader: *const nir_shader, in get_spirv_options()
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h48 typedef struct nir_shader nir_shader; typedef
/external/mesa3d/src/intel/compiler/elk/
Delk_compiler.h48 typedef struct nir_shader nir_shader; typedef
/external/mesa3d/src/amd/compiler/
Daco_ir.h42 typedef struct nir_shader nir_shader; typedef