Home
last modified time | relevance | path

Searched defs:arg_idx (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb.hh260 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_… argument
262 #define HB_PRINTF_FUNC(format_idx, arg_idx) argument
/third_party/FreeBSD/sys/sys/
Dcdefs.h803 #define __arg_type_tag(arg_kind, arg_idx, type_tag_idx) \ argument
808 #define __arg_type_tag(arg_kind, arg_idx, type_tag_idx) argument
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc2250 size_t arg_idx = 0; in GenerateFunctionCall() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp1632 for (uint32_t arg_idx = 3; arg_idx < i.length; arg_idx++) in extract_global_variables_from_function() local
15833 MSLResourceBinding &CompilerMSL::get_argument_buffer_resource(uint32_t desc_set, uint32_t arg_idx) in get_argument_buffer_resource()
Dspirv_glsl.cpp12704 for (uint32_t arg_idx = index; arg_idx < arg_cnt; arg_idx++) in append_global_func_args() local