Home
last modified time | relevance | path

Searched refs:ir3_shader_from_nir (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_gallium.c313 ir3_shader_from_nir(compiler, nir, &ir3_options, NULL); in ir3_shader_compute_state_create()
377 ir3_shader_from_nir(compiler, nir, &(struct ir3_shader_options){ in ir3_shader_state_create()
/external/mesa3d/src/freedreno/ir3/
Dir3_shader.c509 ir3_shader_from_nir(vs->compiler, tcs, &ir3_options, NULL); in ir3_shader_passthrough_tcs()
687 ir3_shader_from_nir(struct ir3_compiler *compiler, nir_shader *nir, in ir3_shader_from_nir() function
Dir3_shader.h1110 ir3_shader_from_nir(struct ir3_compiler *compiler, nir_shader *nir,
/external/mesa3d/src/freedreno/vulkan/
Dtu_shader.cc2597 ir3_shader_from_nir(dev->compiler, nir, &options, &so_info); in tu_shader_create()
3025 ir3_shader_from_nir(dev->compiler, fs_b.shader, &options, &so_info); in tu_empty_fs_create()
Dtu_clear_blit.cc815 ir3_shader_from_nir(dev->compiler, nir, &options, NULL); in compile_shader()
/external/mesa3d/docs/relnotes/
D20.2.0.rst1156 - ir3: Pass reserved_user_consts to ir3_shader_from_nir()
2968 - freedreno/ir3: Pass stream output info to ir3_shader_from_nir
D22.0.0.rst791 - ir3, freedreno: Add options struct for ir3_shader_from_nir()