Home
last modified time | relevance | path

Searched defs:c_type (Results 1 – 9 of 9) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-api.cpp127 #define JERRY_NATIVE_HANDLE_INFO_FOR_CTYPE(c_type) _jerry_object_native_info_##c_type argument
132 #define JERRY_DEFINE_NATIVE_HANDLE_INFO(c_type, native_free_cb) \ argument
/third_party/mesa3d/src/compiler/glsl/
Dir_expression_operation.py27 def __init__(self, c_type, union_field, glsl_type): argument
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl14.c78 short c_type; member
/third_party/mesa3d/src/intel/perf/
Dgen_perf.py390 def sizeof(c_type): argument
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_accessor_expression_test.cc698 auto* c_type = Structure("C", {Member("baz", ty.vec3<f32>())}); in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp2158 const uint32_t c_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_extensions.cpp2158 const uint32_t c_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local
/third_party/spirv-tools/source/val/
Dvalidate_extensions.cpp2187 const uint32_t c_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local
/third_party/mesa3d/src/compiler/nir/
Dnir.h4146 #define NIR_SRC_AS_(name, c_type, type_enum, cast_macro) \ argument