HomeSort by: relevance | last modified time | path
    Searched defs:uint64_t (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/xf86-video-qxl/dist/src/
murmurhash3.h 19 typedef unsigned __int64 uint64_t; typedef
  /xsrc/external/mit/MesaLib/dist/include/vulkan/
vk_platform.h 74 typedef unsigned __int64 uint64_t; typedef
  /xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vk_platform.h 82 typedef unsigned __int64 uint64_t; typedef
  /xsrc/external/mit/brotli/dist/c/include/brotli/
types.h 24 typedef unsigned __int64 uint64_t; typedef
57 #define BROTLI_MAKE_UINT64_T(high, low) ((((uint64_t)(high)) << 32) | low)
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
builtin_variables.cpp 528 const glsl_type * const uint64_t; member in class:__anon674::builtin_variable_generator
548 uint64_t(glsl_type::uint64_t_type),
1114 add_system_value(SYSTEM_VALUE_SUBGROUP_EQ_MASK, uint64_t, "gl_SubGroupEqMaskARB");
1115 add_system_value(SYSTEM_VALUE_SUBGROUP_GE_MASK, uint64_t, "gl_SubGroupGeMaskARB");
1116 add_system_value(SYSTEM_VALUE_SUBGROUP_GT_MASK, uint64_t, "gl_SubGroupGtMaskARB");
1117 add_system_value(SYSTEM_VALUE_SUBGROUP_LE_MASK, uint64_t, "gl_SubGroupLeMaskARB");
1118 add_system_value(SYSTEM_VALUE_SUBGROUP_LT_MASK, uint64_t, "gl_SubGroupLtMaskARB");
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
builtin_variables.cpp 442 const glsl_type * const uint64_t; member in class:__anon3310::builtin_variable_generator
462 uint64_t(glsl_type::uint64_t_type),
1010 add_system_value(SYSTEM_VALUE_SUBGROUP_EQ_MASK, uint64_t, "gl_SubGroupEqMaskARB");
1011 add_system_value(SYSTEM_VALUE_SUBGROUP_GE_MASK, uint64_t, "gl_SubGroupGeMaskARB");
1012 add_system_value(SYSTEM_VALUE_SUBGROUP_GT_MASK, uint64_t, "gl_SubGroupGtMaskARB");
1013 add_system_value(SYSTEM_VALUE_SUBGROUP_LE_MASK, uint64_t, "gl_SubGroupLeMaskARB");
1014 add_system_value(SYSTEM_VALUE_SUBGROUP_LT_MASK, uint64_t, "gl_SubGroupLtMaskARB");
  /xsrc/external/mit/MesaLib/dist/include/GL/
glxext.h 669 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
678 typedef unsigned long int uint64_t; typedef
681 typedef unsigned long long int uint64_t; typedef
691 typedef unsigned long long int uint64_t; typedef
697 typedef unsigned __int64 uint64_t; typedef
  /xsrc/external/mit/MesaLib.old/dist/include/GL/
glxext.h 653 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
662 typedef unsigned long int uint64_t; typedef
665 typedef unsigned long long int uint64_t; typedef
675 typedef unsigned long long int uint64_t; typedef
681 typedef unsigned __int64 uint64_t; typedef
glcorearb.h 1502 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
1511 typedef unsigned long int uint64_t; typedef
1514 typedef unsigned long long int uint64_t; typedef
1524 typedef unsigned long long int uint64_t; typedef
1530 typedef unsigned __int64 uint64_t; typedef
1536 typedef uint64_t GLuint64;
2967 typedef uint64_t GLuint64EXT;
glext.h 1389 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
1398 typedef unsigned long int uint64_t; typedef
1401 typedef unsigned long long int uint64_t; typedef
1411 typedef unsigned long long int uint64_t; typedef
1417 typedef unsigned __int64 uint64_t; typedef
1423 typedef uint64_t GLuint64;
2939 typedef uint64_t GLuint64EXT;

Completed in 46 milliseconds