HomeSort by: relevance | last modified time | path
    Searched refs:Maximum (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_perfmon.c 60 /* Maximum number of counters reached. Cannot start the session. */
62 debug_printf("Maximum number of counters reached. "
407 c->Maximum.u64 = info.max_value.u64 ? info.max_value.u64 : UINT64_MAX;
412 c->Maximum.u32 = info.max_value.u32 ? info.max_value.u32 : UINT32_MAX;
417 c->Maximum.f = info.max_value.f ? info.max_value.f : FLT_MAX;
422 c->Maximum.f = 100.0f;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_cb_perfmon.c 60 /* Maximum number of counters reached. Cannot start the session. */
62 debug_printf("Maximum number of counters reached. "
408 c->Maximum.u64 = info.max_value.u64 ? info.max_value.u64 : -1;
413 c->Maximum.u32 = info.max_value.u32 ? info.max_value.u32 : -1;
418 c->Maximum.f = info.max_value.f ? info.max_value.f : -1;
423 c->Maximum.f = 100.0f;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
performance_monitor.c 311 f_data[1] = counter_obj->Maximum.f;
317 u32_data[1] = counter_obj->Maximum.u32;
323 u64_data[1] = counter_obj->Maximum.u64;
mtypes.h 869 GLuint MaxNumLevels; /**< = maximum possible number of mipmap
1745 GLfloat HitMaxZ; /**< maximum hit depth */
2016 /** Maximum counter value. */
2017 union gl_perf_monitor_counter_value Maximum;
2027 * Maximum number of counters in this group which can be active at the
3277 GLuint MaxIfDepth; /**< Maximum nested IF blocks */
3662 * The maximum number of layers in the framebuffer, or 0 if the framebuffer
4010 * Maximum amount of time, measured in nanseconds, that the server can wait.
4152 * Maximum value supported for an index in DrawElements and friends.
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
performance_monitor.c 311 f_data[1] = counter_obj->Maximum.f;
317 u32_data[1] = counter_obj->Maximum.u32;
323 u64_data[1] = counter_obj->Maximum.u64;
mtypes.h 892 GLuint MaxNumLevels; /**< = maximum possible number of mipmap
1667 GLfloat HitMaxZ; /**< maximum hit depth */
1938 /** Maximum counter value. */
1939 union gl_perf_monitor_counter_value Maximum;
1949 * Maximum number of counters in this group which can be active at the
3178 GLuint MaxIfDepth; /**< Maximum nested IF blocks */
3526 * The maximum number of layers in the framebuffer, or 0 if the framebuffer
3846 * Maximum amount of time, measured in nanseconds, that the server can wait.
3970 * Maximum value supported for an index in DrawElements and friends.
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_query_renderer.spec 140 2 Maximum core profile major and
144 2 Maximum compatibility profile
148 2 Maximum OpenGL ES 1.x
152 2 Maximum OpenGL ES 2.x or 3.x
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_query_renderer.spec 140 2 Maximum core profile major and
144 2 Maximum compatibility profile
148 2 Maximum OpenGL ES 1.x
152 2 Maximum OpenGL ES 2.x or 3.x
  /xsrc/external/mit/fontconfig/dist/
configure 6935 # find the maximum length of command line arguments
6936 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6937 printf %s "checking the maximum length of command line arguments... " >&6; }
7045 # maximum length that is only half of the actual maximum length, but
22645 # What is the maximum length of a command?
23588 /* Maximum of signed integral types. */
23594 /* Maximum of unsigned integral types. */
23605 /* Maximum of signed integral types having a minimum size. */
23611 /* Maximum of unsigned integral types having a minimum size. *
    [all...]

Completed in 62 milliseconds