| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | reader.h | 44 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 D | nurbstess.h | 130 void do_freenurbsproperty( Property * ); 131 void do_setnurbsproperty( Property * ); 132 void do_setnurbsproperty2( Property * );
|
| H A D | nurbsinterfac.cc | 76 propertyPool( sizeof( Property ), 32, "propertyPool" ), 378 Property *prop = new(propertyPool) Property( tag, value ); 403 Property *prop = new(propertyPool) Property( type, tag, value );
|
| H A D | nurbstess.cc | 636 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 D | stroke.h | 102 } Property; typedef in typeref:struct:__anon1477d9d40a08 111 Property *properties; /* array of properties */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_parse.h | 80 struct tgsi_property Property; member in struct:tgsi_full_property
|
| H A D | tgsi_parse.c | 257 copy_token(&prop->Property, &token); 259 prop_count = prop->Property.NrTokens - 1;
|
| H A D | tgsi_dump.c | 487 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 D | tgsi_build.c | 1325 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 D | tgsi_sanity.c | 490 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) { 494 prop->Property.PropertyName == TGSI_PROPERTY_TCS_VERTICES_OUT)
|
| H A D | tgsi_point_sprite.c | 485 switch (prop->Property.PropertyName) {
|
| H A D | tgsi_text.c | 1833 prop.Property.PropertyName = property_name; 1834 prop.Property.NrTokens += 1;
|
| H A D | tgsi_scan.c | 812 unsigned name = fullprop->Property.PropertyName;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_parse.h | 80 struct tgsi_property Property; member in struct:tgsi_full_property
|
| H A D | tgsi_parse.c | 257 copy_token(&prop->Property, &token); 259 prop_count = prop->Property.NrTokens - 1;
|
| H A D | tgsi_dump.c | 471 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 D | tgsi_build.c | 1322 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 D | tgsi_sanity.c | 490 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) { 494 prop->Property.PropertyName == TGSI_PROPERTY_TCS_VERTICES_OUT)
|
| H A D | tgsi_point_sprite.c | 485 switch (prop->Property.PropertyName) {
|
| H A D | tgsi_text.c | 1833 prop.Property.PropertyName = property_name; 1834 prop.Property.NrTokens += 1;
|
| H A D | tgsi_scan.c | 833 unsigned name = fullprop->Property.PropertyName;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/ |
| H A D | virgl_tgsi.c | 66 switch (prop->Property.PropertyName) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/ |
| H A D | virgl_tgsi.c | 66 switch (prop->Property.PropertyName) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_translate.c | 763 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 D | i915_fpc_translate.c | 971 assert(token->FullProperty.Property.PropertyName ==
|