Searched refs:TGSI_PROPERTY_NUM_CULLDIST_ENABLED (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_tgsi.c68 case TGSI_PROPERTY_NUM_CULLDIST_ENABLED:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_tgsi.c68 case TGSI_PROPERTY_NUM_CULLDIST_ENABLED:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h296 TGSI_PROPERTY_NUM_CULLDIST_ENABLED, enumerator in enum:tgsi_property_name
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h294 TGSI_PROPERTY_NUM_CULLDIST_ENABLED, enumerator in enum:tgsi_property_name
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_program.c552 ureg_property(ureg, TGSI_PROPERTY_NUM_CULLDIST_ENABLED,
1437 ureg_property(ureg, TGSI_PROPERTY_NUM_CULLDIST_ENABLED,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c823 case TGSI_PROPERTY_NUM_CULLDIST_ENABLED:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c844 case TGSI_PROPERTY_NUM_CULLDIST_ENABLED:
H A Dtgsi_ureg.c2282 ureg_property(ureg, TGSI_PROPERTY_NUM_CULLDIST_ENABLED,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c2055 ureg_property(ureg, TGSI_PROPERTY_NUM_CULLDIST_ENABLED,
2064 ureg_property(ureg, TGSI_PROPERTY_NUM_CULLDIST_ENABLED,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1272 case TGSI_PROPERTY_NUM_CULLDIST_ENABLED:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1224 case TGSI_PROPERTY_NUM_CULLDIST_ENABLED:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c3607 shader->cc_dist_mask = (1 << (ctx.info.properties[TGSI_PROPERTY_NUM_CULLDIST_ENABLED] +
3610 shader->cull_dist_write = ((1 << ctx.info.properties[TGSI_PROPERTY_NUM_CULLDIST_ENABLED]) - 1) << ctx.info.properties[TGSI_PROPERTY_NUM_CLIPDIST_ENABLED];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c3696 shader->cc_dist_mask = (1 << (ctx.info.properties[TGSI_PROPERTY_NUM_CULLDIST_ENABLED] +
3699 shader->cull_dist_write = ((1 << ctx.info.properties[TGSI_PROPERTY_NUM_CULLDIST_ENABLED]) - 1) << ctx.info.properties[TGSI_PROPERTY_NUM_CLIPDIST_ENABLED];

Completed in 52 milliseconds