Home
last modified time | relevance | path

Searched refs:glsl_to_nir (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.h39 nir_shader *glsl_to_nir(struct gl_context *ctx,
Dmeson.build93 'glsl_to_nir.cpp',
94 'glsl_to_nir.h',
Dglsl_to_nir.cpp192 glsl_to_nir(struct gl_context *ctx, in glsl_to_nir() function
/external/mesa3d/src/panfrost/bifrost/
Dcmdline.c58 nir[i] = glsl_to_nir(&local_ctx, prog, shader_types[i], &bifrost_nir_options); in compile_shader()
/external/mesa3d/src/gallium/drivers/lima/standalone/
Dlima_compiler_cmdline.c115 nir_shader *nir = glsl_to_nir(&local_ctx, prog, stage, nir_options); in load_glsl()
/external/mesa3d/src/compiler/
DMakefile.sources43 glsl/glsl_to_nir.cpp \
44 glsl/glsl_to_nir.h \
/external/mesa3d/docs/relnotes/
D18.3.6.rst133 - st/glsl_to_nir: fix incorrect arrary access
D18.2.5.rst128 - st/glsl_to_nir: fix next_stage gathering
D20.0.0.rst1360 - 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
D19.1.0.rst2353 - 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
D20.2.0.rst4113 - 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
D19.0.0.rst1875 - glsl: Add function support to glsl_to_nir
2413 - st/glsl_to_nir: call nir_lower_load_const_to_scalar() in the st
D20.1.0.rst4128 - glsl_to_nir: remove dead code
4146 - st/glsl_to_nir: make use of nir linker for linking uniforms
D20.3.0.rst3372 - 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/
Dir3_cmdline.c124 nir_shader *nir = glsl_to_nir(&local_ctx, prog, stage, nir_options); in load_glsl()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c97 nir = glsl_to_nir(ctx, shader_prog, stage, options); in brw_create_nir()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp697 prog->nir = glsl_to_nir(st->ctx, shader_program, shader->Stage, options); in st_link_nir()