Searched refs:ir3_shader_from_nir (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_gallium.c | 310 ir3_shader_from_nir(compiler, nir, &(struct ir3_shader_options){ in ir3_shader_compute_state_create() 377 ir3_shader_from_nir(compiler, nir, &(struct ir3_shader_options){ in ir3_shader_state_create()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_shader.h | 933 ir3_shader_from_nir(struct ir3_compiler *compiler, nir_shader *nir,
|
D | ir3_shader.c | 661 ir3_shader_from_nir(struct ir3_compiler *compiler, nir_shader *nir, in ir3_shader_from_nir() function
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_shader.c | 835 ir3_shader_from_nir(dev->compiler, nir, &(struct ir3_shader_options) { in tu_shader_create()
|
D | tu_clear_blit.c | 646 ir3_shader_from_nir(dev->compiler, nir, &(struct ir3_shader_options) { in compile_shader()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 1156 - ir3: Pass reserved_user_consts to ir3_shader_from_nir() 2968 - freedreno/ir3: Pass stream output info to ir3_shader_from_nir
|
D | 22.0.0.rst | 791 - ir3, freedreno: Add options struct for ir3_shader_from_nir()
|