Searched refs:Property (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dreader.h44 struct Property;
120 struct Property : public PooledObj { struct in inherits:PooledObj
125 Property( long _type, long _tag, INREAL _value ) function in struct:Property
127 Property( long _tag, INREAL _value ) function in struct:Property
H A Dnurbstess.h130 void do_freenurbsproperty( Property * );
131 void do_setnurbsproperty( Property * );
132 void do_setnurbsproperty2( Property * );
H A Dnurbsinterfac.cc76 propertyPool( sizeof( Property ), 32, "propertyPool" ),
378 Property *prop = new(propertyPool) Property( tag, value );
403 Property *prop = new(propertyPool) Property( type, tag, value );
H A Dnurbstess.cc636 NurbsTessellator::do_freenurbsproperty( Property *prop )
649 NurbsTessellator::do_setnurbsproperty( Property *prop )
657 NurbsTessellator::do_setnurbsproperty2( Property *prop )
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dstroke.h102 } Property; typedef in typeref:struct:__anon1477d9d40a08
111 Property *properties; /* array of properties */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h80 struct tgsi_property Property; member in struct:tgsi_full_property
H A Dtgsi_parse.c257 copy_token(&prop->Property, &token);
259 prop_count = prop->Property.NrTokens - 1;
H A Dtgsi_dump.c487 ENM(prop->Property.PropertyName, tgsi_property_names);
489 if (prop->Property.NrTokens > 1)
492 for (i = 0; i < prop->Property.NrTokens - 1; ++i) {
493 switch (prop->Property.PropertyName) {
511 if (i < prop->Property.NrTokens - 2)
H A Dtgsi_build.c1325 full_property.Property = tgsi_default_property();
1376 full_prop->Property.PropertyName,
1379 assert( full_prop->Property.NrTokens <= 8 + 1 );
1381 for( i = 0; i < full_prop->Property.NrTokens - 1; i++ ) {
H A Dtgsi_sanity.c490 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) {
494 prop->Property.PropertyName == TGSI_PROPERTY_TCS_VERTICES_OUT)
H A Dtgsi_point_sprite.c485 switch (prop->Property.PropertyName) {
H A Dtgsi_text.c1833 prop.Property.PropertyName = property_name;
1834 prop.Property.NrTokens += 1;
H A Dtgsi_scan.c812 unsigned name = fullprop->Property.PropertyName;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h80 struct tgsi_property Property; member in struct:tgsi_full_property
H A Dtgsi_parse.c257 copy_token(&prop->Property, &token);
259 prop_count = prop->Property.NrTokens - 1;
H A Dtgsi_dump.c471 ENM(prop->Property.PropertyName, tgsi_property_names);
473 if (prop->Property.NrTokens > 1)
476 for (i = 0; i < prop->Property.NrTokens - 1; ++i) {
477 switch (prop->Property.PropertyName) {
495 if (i < prop->Property.NrTokens - 2)
H A Dtgsi_build.c1322 full_property.Property = tgsi_default_property();
1373 full_prop->Property.PropertyName,
1376 assert( full_prop->Property.NrTokens <= 8 + 1 );
1378 for( i = 0; i < full_prop->Property.NrTokens - 1; i++ ) {
H A Dtgsi_sanity.c490 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) {
494 prop->Property.PropertyName == TGSI_PROPERTY_TCS_VERTICES_OUT)
H A Dtgsi_point_sprite.c485 switch (prop->Property.PropertyName) {
H A Dtgsi_text.c1833 prop.Property.PropertyName = property_name;
1834 prop.Property.NrTokens += 1;
H A Dtgsi_scan.c833 unsigned name = fullprop->Property.PropertyName;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_tgsi.c66 switch (prop->Property.PropertyName) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_tgsi.c66 switch (prop->Property.PropertyName) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_fpc_translate.c763 assert(token->FullProperty.Property.PropertyName ==
765 token->FullProperty.Property.PropertyName ==
767 token->FullProperty.Property.PropertyName ==
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_fpc_translate.c971 assert(token->FullProperty.Property.PropertyName ==

Completed in 25 milliseconds

12