Home
last modified time | relevance | path

Searched refs:TGSI_PROPERTY_GS_INVOCATIONS (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h292 TGSI_PROPERTY_GS_INVOCATIONS, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h281 #define TGSI_PROPERTY_GS_INVOCATIONS 8 macro
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c66 info->properties[TGSI_PROPERTY_GS_INVOCATIONS] = 1; in tgsi_scan_shader()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c456 info->properties[TGSI_PROPERTY_GS_INVOCATIONS] = nir->info.gs.invocations; in nir_tgsi_scan_shader()
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c871 ureg_property(ureg, TGSI_PROPERTY_GS_INVOCATIONS, 1); in util_make_geometry_passthrough_shader()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c892 info->properties[TGSI_PROPERTY_GS_INVOCATIONS] = 1; in tgsi_scan_shader()
Dtgsi_ureg.c2313 ureg_property(ureg, TGSI_PROPERTY_GS_INVOCATIONS, in ureg_setup_geometry_shader()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c841 gs->info.properties[TGSI_PROPERTY_GS_INVOCATIONS]; in draw_create_geometry_shader()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c956 sel->info.properties[TGSI_PROPERTY_GS_INVOCATIONS]; in r600_create_shader_state()
/external/mesa3d/docs/gallium/
Dscreen.rst500 TGSI_PROPERTY_GS_INVOCATIONS.
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1512 pGS->instanceCount = info->properties[TGSI_PROPERTY_GS_INVOCATIONS]; in CompileGS()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1173 case TGSI_PROPERTY_GS_INVOCATIONS: in scanProperty()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2834 case TGSI_PROPERTY_GS_INVOCATIONS: in emit_vgpu10_property()
/external/virglrenderer/src/
Dvrend_shader.c1658 case TGSI_PROPERTY_GS_INVOCATIONS: in iter_property()