Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h280 #define TGSI_PROPERTY_GS_INVOCATIONS 8 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h288 TGSI_PROPERTY_GS_INVOCATIONS, enumerator
/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/util/
Du_simple_shaders.c932 ureg_property(ureg, TGSI_PROPERTY_GS_INVOCATIONS, 1); in util_make_geometry_passthrough_shader()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c197 info->properties[TGSI_PROPERTY_GS_INVOCATIONS] = nir->info.gs.invocations; in si_nir_scan_shader()
Dsi_state_shaders.c2059 sel->info.properties[TGSI_PROPERTY_GS_INVOCATIONS]; in si_create_shader_selector()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c781 gs->info.properties[TGSI_PROPERTY_GS_INVOCATIONS]; in draw_create_geometry_shader()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c823 info->properties[TGSI_PROPERTY_GS_INVOCATIONS] = 1; in tgsi_scan_shader()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c1488 ureg_property(ureg, TGSI_PROPERTY_GS_INVOCATIONS, in st_translate_geometry_program()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp556 pGS->instanceCount = info->properties[TGSI_PROPERTY_GS_INVOCATIONS]; in CompileGS()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c928 sel->info.properties[TGSI_PROPERTY_GS_INVOCATIONS]; in r600_create_shader_state()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1223 case TGSI_PROPERTY_GS_INVOCATIONS: in scanProperty()
/external/virglrenderer/src/
Dvrend_shader.c1320 if (prop->Property.PropertyName == TGSI_PROPERTY_GS_INVOCATIONS) { in iter_property()