Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/
H A Dnir.rs174 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 Dnir.h4384 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 Dradv_nir.h19 typedef struct nir_shader nir_shader; typedef
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_printf.h24 typedef struct nir_shader nir_shader; typedef
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_genX.h47 typedef struct nir_shader nir_shader; typedef
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_internal.h90 typedef struct nir_shader nir_shader; typedef
/aosp_15_r20/external/mesa3d/src/compiler/rust/
H A Dnir.rs591 impl nir_shader { impl
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dapi.rs380 nir: *mut nir_shader, in nak_compile_shader()
H A Dfrom_nir.rs318 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 Diris_screen.h49 typedef struct nir_shader nir_shader; typedef
/aosp_15_r20/external/mesa3d/src/compiler/clc/
H A Dclc.h35 typedef struct nir_shader nir_shader; typedef
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/clc/
H A Dspirv.rs293 clc_shader: *const nir_shader, in get_spirv_options()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_compiler.h49 typedef struct nir_shader nir_shader; typedef
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_compiler.h48 typedef struct nir_shader nir_shader; typedef
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_ir.h25 typedef struct nir_shader nir_shader; typedef