Home
last modified time | relevance | path

Searched refs:max_vertices_out (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/
Dshader_info.h530 uint16_t max_vertices_out; member
/third_party/mesa3d/src/intel/compiler/
Dbrw_mesh.cpp360 map->max_vertices = nir->info.mesh.max_vertices_out; in brw_compute_mue_map()
/third_party/mesa3d/src/amd/common/
Dac_nir_lower_ngg.c2682 nir_ssa_def *num_vtx = nir_imm_int(b, b->shader->info.mesh.max_vertices_out); in set_nv_ms_final_output_counts()
3015 unsigned max_vertices = shader->info.mesh.max_vertices_out; in ac_nir_lower_ngg_ms()
/third_party/mesa3d/src/compiler/nir/
Dnir_print.c1745 fprintf(fp, "max vertices out: %u\n", shader->info.mesh.max_vertices_out); in nir_print_shader_annotated()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c5041 b->shader->info.mesh.max_vertices_out = mode->operands[0]; in vtn_handle_execution_mode()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2468 ngg->max_out_verts = ms->info.mesh.max_vertices_out; in gfx10_get_ngg_ms_info()