Home
last modified time | relevance | path

Searched refs:int_t (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp425 const glsl_type * const int_t; member in __anon72aa8a280111::builtin_variable_generator
445 bool_t(glsl_type::bool_type), int_t(glsl_type::int_type), in builtin_variable_generator()
915 add_uniform(int_t, "gl_NumSamples"); in generate_uniforms()
1013 add_system_value(SYSTEM_VALUE_VERTEX_ID, int_t, "gl_VertexID"); in generate_vs_special_vars()
1015 add_system_value(SYSTEM_VALUE_BASE_VERTEX, int_t, "gl_BaseVertex"); in generate_vs_special_vars()
1016 add_system_value(SYSTEM_VALUE_BASE_INSTANCE, int_t, "gl_BaseInstance"); in generate_vs_special_vars()
1017 add_system_value(SYSTEM_VALUE_DRAW_ID, int_t, "gl_DrawID"); in generate_vs_special_vars()
1020 add_system_value(SYSTEM_VALUE_INSTANCE_ID, int_t, "gl_InstanceIDARB"); in generate_vs_special_vars()
1022 add_system_value(SYSTEM_VALUE_INSTANCE_ID, int_t, "gl_InstanceID"); in generate_vs_special_vars()
1024 add_system_value(SYSTEM_VALUE_BASE_VERTEX, int_t, "gl_BaseVertexARB"); in generate_vs_special_vars()
[all …]
Dlower_vertex_id.cpp85 const glsl_type *const int_t = glsl_type::int_type; in visit() local
88 VertexID = new(mem_ctx) ir_variable(int_t, "__VertexID", in visit()
92 gl_VertexID = new(mem_ctx) ir_variable(int_t, "gl_VertexIDMESA", in visit()
102 gl_BaseVertex = new(mem_ctx) ir_variable(int_t, "gl_BaseVertex", in visit()
/external/clang/test/Index/
Dblocks.c3 typedef int int_t; typedef
9 ^ int_t(struct foo *foo) { return (int_t) foo->x + i; }(&_foo); in test()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Disel-cse-line.ll7 ; typedef unsigned long int_t;
9 ; int_t glb_start = 17;
10 ; int_t glb_end = 42;
14 ; int_t start = glb_start;
15 ; int_t end = glb_end;
82 !11 = !DIDerivedType(tag: DW_TAG_typedef, name: "int_t", file: !3, line: 2, baseType: !12)
/external/llvm/test/DebugInfo/X86/
Disel-cse-line.ll7 ; typedef unsigned long int_t;
9 ; int_t glb_start = 17;
10 ; int_t glb_end = 42;
14 ; int_t start = glb_start;
15 ; int_t end = glb_end;
77 !8 = !DIDerivedType(tag: DW_TAG_typedef, name: "int_t", file: !1, line: 2, baseType: !9)
/external/v8/src/base/
Dmacros.h401 template <typename int_t, typename float_t, typename biggest_int_t = int64_t>
403 static_assert(sizeof(int_t) < sizeof(biggest_int_t), in is_inbounds()
406 static_cast<float_t>(std::numeric_limits<int_t>::min()) - 1; in is_inbounds()
408 static_cast<float_t>(std::numeric_limits<int_t>::max()) + 1; in is_inbounds()
411 static_cast<biggest_int_t>(std::numeric_limits<int_t>::min()); in is_inbounds()
414 static_cast<biggest_int_t>(std::numeric_limits<int_t>::max()); in is_inbounds()
Dlogging.h135 using int_t = typename std::conditional< in PrintCheckOperand() local
139 PrintCheckOperand(os, static_cast<int_t>(static_cast<underlying_t>(val))); in PrintCheckOperand()
/external/eigen/cmake/
DFindSuperLU.cmake35 typedef int int_t;
46 typedef int int_t;
55 typedef int int_t;
/external/autotest/tko/
Dutils_unittest.py38 for int_t, str_t in itertools.izip(int_times, str_times):
39 date_int = utils.get_timestamp({"key": int_t}, "key")
/external/clang/test/CodeGenOpenCL/
Daddress-spaces-conversions.cl67 typedef int int_t;
68 global int_t *var_glob_typedef;
/external/clang/test/SemaCXX/
Dms-interface.cpp20 using int_t = int;
/external/clang/test/FixIt/
Dfixit.c51 const typedef typedef int int_t; // expected-warning {{duplicate 'typedef'}} typedef
/external/clang/test/Sema/
Dformat-strings.c322 typedef enum { A } int_t; typedef
323 void f0(int_t x) { printf("%d\n", x); } in f0()
/external/eigen/Eigen/
DSuperLUSupport19 typedef int int_t;