Home
last modified time | relevance | path

Searched refs:nir_to_tgsi (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.h30 const void *nir_to_tgsi(struct nir_shader *s,
Dnir_to_tgsi.c2539 nir_to_tgsi(struct nir_shader *s, in nir_to_tgsi() function
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_docu.txt42 nir_to_tgsi has some stuff there
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c146 shader->tokens = nir_to_tgsi(templ->ir.nir, pipe->screen); in softpipe_create_shader_state()
435 state->tokens = (void *)nir_to_tgsi(s, pipe->screen); in softpipe_create_compute_state()
/external/mesa3d/src/mesa/state_tracker/
Dst_nir_builtins.c83 state.tokens = nir_to_tgsi(nir, screen); in st_nir_finish_builtin_shader()
/external/mesa3d/src/gallium/auxiliary/
DMakefile.sources318 nir/nir_to_tgsi.c \
319 nir/nir_to_tgsi.h \
Dmeson.build332 'nir/nir_to_tgsi.c',
333 'nir/nir_to_tgsi.h',
/external/mesa3d/docs/relnotes/
D20.3.0.rst100 - sp_state_shader.c:146: undefined reference to \`nir_to_tgsi'
3594 - android: gallium/auxiliary: Deduplicate nir_to_tgsi.c inclusion