Searched refs:glsl_to_nir (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.h | 39 nir_shader *glsl_to_nir(struct gl_context *ctx,
|
D | meson.build | 93 'glsl_to_nir.cpp', 94 'glsl_to_nir.h',
|
D | glsl_to_nir.cpp | 192 glsl_to_nir(struct gl_context *ctx, in glsl_to_nir() function
|
/external/mesa3d/src/panfrost/bifrost/ |
D | cmdline.c | 58 nir[i] = glsl_to_nir(&local_ctx, prog, shader_types[i], &bifrost_nir_options); in compile_shader()
|
/external/mesa3d/src/gallium/drivers/lima/standalone/ |
D | lima_compiler_cmdline.c | 115 nir_shader *nir = glsl_to_nir(&local_ctx, prog, stage, nir_options); in load_glsl()
|
/external/mesa3d/src/compiler/ |
D | Makefile.sources | 43 glsl/glsl_to_nir.cpp \ 44 glsl/glsl_to_nir.h \
|
/external/mesa3d/docs/relnotes/ |
D | 18.3.6.rst | 133 - st/glsl_to_nir: fix incorrect arrary access
|
D | 18.2.5.rst | 128 - st/glsl_to_nir: fix next_stage gathering
|
D | 20.0.0.rst | 1360 - mesa/st: glsl_to_nir: don't lower atomics to SSBOs if driver supports 2224 - glsl_to_nir: rename image_access to mem_access 2269 - st/mesa: don't call ProgramStringNotify in glsl_to_nir 3365 - glsl: move nir_remap_dual_slot_attributes() call out of glsl_to_nir() 3372 - st/glsl_to_nir: call gl_nir_lower_buffers() a little later 3373 - st/glsl_to_nir: use nir based program resource list builder 3374 - st/glsl_to_nir: fix SSO validation regression 3393 - glsl_to_nir: update interface type properly
|
D | 19.1.0.rst | 2353 - scons: Generate float64_glsl.h for glsl_to_nir fp64 lowering 2473 - glsl_to_nir: handle bindless textures 3446 - st/glsl_to_nir: Calculate num_uniforms from NumParameterValues 3458 - glsl_to_nir: Initialize debug variable 4479 - st/glsl_to_nir: remove dead local variables 4483 - st/glsl_to_nir: call nir_remove_dead_variables() after lowing local 4509 - glsl: use NIR function inlining for drivers that use glsl_to_nir() 4524 - st/glsl_to_nir: fix incorrect arrary access
|
D | 20.2.0.rst | 4113 - glsl_to_nir: fix is_helper_invocation 4114 - glsl_to_nir: fix shader_clock 4115 - glsl_to_nir: fix vote_any/vote_all 4227 - glsl_to_nir: fix bitfield_extract with 16-bit operands 4582 - st/glsl_to_nir: disable st_nir_lower_builtin() when packing supported
|
D | 19.0.0.rst | 1875 - glsl: Add function support to glsl_to_nir 2413 - st/glsl_to_nir: call nir_lower_load_const_to_scalar() in the st
|
D | 20.1.0.rst | 4128 - glsl_to_nir: remove dead code 4146 - st/glsl_to_nir: make use of nir linker for linking uniforms
|
D | 20.3.0.rst | 3372 - glsl_to_nir: fix crashes with int16 shifts 3479 - radeonsi: run NIR optimizations that glsl_to_nir runs but other places might not
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_cmdline.c | 124 nir_shader *nir = glsl_to_nir(&local_ctx, prog, stage, nir_options); in load_glsl()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program.c | 97 nir = glsl_to_nir(ctx, shader_prog, stage, options); in brw_create_nir()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_nir.cpp | 697 prog->nir = glsl_to_nir(st->ctx, shader_program, shader->Stage, options); in st_link_nir()
|