Home
last modified time | relevance | path

Searched refs:TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h280 TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES, enumerator
/third_party/mesa3d/src/mesa/state_tracker/
Dst_tgsi_lower_depth_clamp.c392 30 * ctx.info.properties[TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES] + in st_tgsi_lower_depth_clamp()
Dst_pbo.c361 ureg_property(ureg, TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES, 3); in st_pbo_create_gs()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_point_sprite.c489 case TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES: in psprite_property()
Dtgsi_ureg.c2327 ureg_property(ureg, TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES, in ureg_setup_geometry_shader()
Dtgsi_exec.c1208 … if (parse.FullToken.FullProperty.Property.PropertyName == TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES) { in tgsi_exec_machine_bind_shader()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c455 info->properties[TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES] = nir->info.gs.vertices_out; in nir_tgsi_scan_shader()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c870 ureg_property(ureg, TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES, 1); in util_make_geometry_passthrough_shader()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c819 gs->info.properties[TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES]; in draw_create_geometry_shader()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c1946 TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES, in Shader_tgsi_translate()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c979 sel->info.properties[TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES]; in r600_create_shader_state()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1511 pGS->maxNumVerts = info->properties[TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES] + 1; in CompileGS()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1175 case TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES: in scanProperty()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c4583 params->info->properties[TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES]; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2830 case TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES: in emit_vgpu10_property()