Home
last modified time | relevance | path

Searched refs:nir_shader_compiler_options (Results 1 – 25 of 196) sorted by relevance

12345678

/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_meta.h31 const nir_shader_compiler_options *nir_options;
87 const nir_shader_compiler_options *nir_options;
159 const nir_shader_compiler_options *nir_options;
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compute_transforms.cpp35 get_indirect_draw_base_vertex_transform(const nir_shader_compiler_options *options, const d3d12_com… in get_indirect_draw_base_vertex_transform()
104 get_fake_so_buffer_copy_back(const nir_shader_compiler_options *options, const d3d12_compute_transf… in get_fake_so_buffer_copy_back()
156 get_fake_so_buffer_vertex_count(const nir_shader_compiler_options *options) in get_fake_so_buffer_vertex_count()
189 get_draw_auto(const nir_shader_compiler_options *options) in get_draw_auto()
216 get_query_resolve(const nir_shader_compiler_options *options, const d3d12_compute_transform_key *ke… in get_query_resolve()
391 create_compute_transform(const nir_shader_compiler_options *options, const d3d12_compute_transform_… in create_compute_transform()
424 const nir_shader_compiler_options *options = &d3d12_screen(ctx->base.screen)->nir_options; in d3d12_get_compute_transform()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen.c496 static const nir_shader_compiler_options r500_vs_compiler_options = {
506 static const nir_shader_compiler_options r500_fs_compiler_options = {
517 static const nir_shader_compiler_options r300_vs_compiler_options = {
526 static const nir_shader_compiler_options r400_vs_compiler_options = {
534 static const nir_shader_compiler_options r300_fs_compiler_options = {
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_nir_options.h15 extern const struct nir_shader_compiler_options elk_scalar_nir_options;
16 extern const struct nir_shader_compiler_options elk_vector_nir_options;
H A Delk_nir_options.c60 const struct nir_shader_compiler_options elk_scalar_nir_options = {
65 const struct nir_shader_compiler_options elk_vector_nir_options = {
H A Delk_compiler.c95 struct nir_shader_compiler_options *nir_options = in elk_compiler_create()
96 rzalloc(compiler, struct nir_shader_compiler_options); in elk_compiler_create()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_to_nir.h44 const nir_shader_compiler_options *options);
47 const nir_shader_compiler_options *options);
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.h102 const nir_shader_compiler_options*
106 dxil_get_nir_compiler_options(nir_shader_compiler_options *options,
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_texcompress_etc2.h19 struct nir_shader_compiler_options;
24 const struct nir_shader_compiler_options *nir_options;
H A Dvk_pipeline_cache.h44 struct nir_shader_compiler_options;
284 const struct nir_shader_compiler_options *nir_options,
H A Dvk_pipeline.h33 struct nir_shader_compiler_options;
65 const struct nir_shader_compiler_options *nir_options,
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c40 compiler->options = (nir_shader_compiler_options) { in etna_compiler_create()
101 const nir_shader_compiler_options *
H A Detnaviv_compiler.h56 nir_shader_compiler_options options;
156 const nir_shader_compiler_options *
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_compiler.c32 const struct nir_shader_compiler_options brw_scalar_nir_options = {
156 struct nir_shader_compiler_options *nir_options = in brw_compiler_create()
157 rzalloc(compiler, struct nir_shader_compiler_options); in brw_compiler_create()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_passthrough_tcs.c38 nir_create_passthrough_tcs_impl(const nir_shader_compiler_options *options, in nir_create_passthrough_tcs_impl()
103 nir_create_passthrough_tcs(const nir_shader_compiler_options *options, in nir_create_passthrough_tcs()
H A Dnir_opt_intrinsics.c218 bool block_has_discard, const struct nir_shader_compiler_options *options) in opt_intrinsics_alu()
306 const struct nir_shader_compiler_options *options) in opt_intrinsics_intrin()
353 const struct nir_shader_compiler_options *options) in opt_intrinsics_impl()
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/
H A Dnak.h23 struct nir_shader_compiler_options;
31 const struct nir_shader_compiler_options *
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_clear.c326 get_clear_rect_vs(const nir_shader_compiler_options *options) in get_clear_rect_vs()
343 get_clear_rect_gs(const nir_shader_compiler_options *options, in get_clear_rect_gs()
407 get_color_clear_rect_fs(const nir_shader_compiler_options *options, in get_color_clear_rect_fs()
428 get_depth_clear_rect_fs(const nir_shader_compiler_options *options) in get_depth_clear_rect_fs()
584 const nir_shader_compiler_options *options = in create_color_clear_pipeline()
649 const nir_shader_compiler_options *options = in create_depth_clear_pipeline()
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_compiler.h72 struct nir_shader_compiler_options nir_options;
299 const nir_shader_compiler_options *
H A Dir3_compiler.c61 static const nir_shader_compiler_options ir3_base_options = {
329 const nir_shader_compiler_options *
/aosp_15_r20/external/mesa3d/src/compiler/clc/
H A Dclc.h36 struct nir_shader_compiler_options;
200 const struct nir_shader_compiler_options *nir_options;
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_nir_builtins.c112 const nir_shader_compiler_options *options = in st_nir_make_passthrough_shader()
149 const nir_shader_compiler_options *options = in st_nir_make_clearcolor_shader()
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dapi.rs95 fn nir_options(dev: &nv_device_info) -> nir_shader_compiler_options { in nir_options() argument
96 let mut op: nir_shader_compiler_options = unsafe { std::mem::zeroed() }; in nir_options()
201 ) -> *const nir_shader_compiler_options { in nak_nir_options() argument
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_driver.h32 struct nir_shader_compiler_options;
230 const struct nir_shader_compiler_options *
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen.c734 static const nir_shader_compiler_options svga_vgpu9_fragment_compiler_options = {
742 static const nir_shader_compiler_options svga_vgpu9_vertex_compiler_options = {
750 static const nir_shader_compiler_options svga_vgpu10_compiler_options = {
756 static const nir_shader_compiler_options svga_gl4_compiler_options = {

12345678