Searched refs:nir_lower_patch_vertices (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_patch_vertices.c | 57 nir_lower_patch_vertices(nir_shader *nir, in nir_lower_patch_vertices() function
|
D | meson.build | 167 'nir_lower_patch_vertices.c',
|
D | nir.h | 4898 bool nir_lower_patch_vertices(nir_shader *nir, unsigned static_count,
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program.c | 133 nir_lower_patch_vertices(nir, 0, devinfo->gen >= 8 ? tokens : NULL); in brw_create_nir() 146 nir_lower_patch_vertices(nir, static_patch_vertices, tokens); in brw_create_nir()
|
/external/mesa3d/src/compiler/ |
D | Makefile.sources | 287 nir/nir_lower_patch_vertices.c \
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_nir.cpp | 606 NIR_PASS_V(tes_nir, nir_lower_patch_vertices, tes_patch_verts, NULL); in st_lower_patch_vertices_in()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pipeline.c | 776 …nir_lower_patch_vertices(pipeline->pipeline_nir[MESA_SHADER_TESS_EVAL], pipeline->pipeline_nir[MES… in lvp_graphics_pipeline_init()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pipeline.c | 880 nir_lower_patch_vertices(tes_stage->nir, in anv_pipeline_link_tcs()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 3143 …nir_lower_patch_vertices(nir[MESA_SHADER_TESS_EVAL], nir[MESA_SHADER_TESS_CTRL]->info.tess.tcs_ver… in radv_create_shaders()
|