/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_android.h | 92 vn_android_find_native_buffer(UNUSED const VkImageCreateInfo *create_info) in vn_android_find_native_buffer() 98 vn_android_image_from_anb(UNUSED struct vn_device *dev, in vn_android_image_from_anb() 99 UNUSED const VkImageCreateInfo *image_info, in vn_android_image_from_anb() 100 UNUSED const VkNativeBufferANDROID *anb_info, in vn_android_image_from_anb() 101 UNUSED const VkAllocationCallbacks *alloc, in vn_android_image_from_anb() 102 UNUSED struct vn_image **out_img) in vn_android_image_from_anb() 109 UNUSED const VkPhysicalDeviceImageFormatInfo2 *format_info, in vn_android_get_drm_format_modifier_info() 110 UNUSED VkPhysicalDeviceImageDrmFormatModifierInfoEXT *out_info) in vn_android_get_drm_format_modifier_info() 116 vn_android_format_to_view_formats(UNUSED VkFormat format, in vn_android_format_to_view_formats() 117 UNUSED uint32_ in vn_android_format_to_view_formats() [all...] |
/third_party/libunwind/libunwind/tests/ |
H A D | test-proc-info.c | 47 find_proc_info (unw_addr_space_t as UNUSED, in find_proc_info() argument 48 unw_word_t ip UNUSED, in find_proc_info() 49 unw_proc_info_t *pip UNUSED, in find_proc_info() 50 int need_unwind_info UNUSED, in find_proc_info() 51 void *arg UNUSED) in find_proc_info() 57 access_mem (unw_addr_space_t as UNUSED, in access_mem() argument 58 unw_word_t addr UNUSED, in access_mem() 60 void *arg UNUSED) in access_mem() 68 access_reg (unw_addr_space_t as UNUSED, in access_reg() argument 69 unw_regnum_t regnum UNUSED, in access_reg() 79 access_fpreg(unw_addr_space_t as UNUSED, unw_regnum_t regnum UNUSED, unw_fpreg_t *valp, int write, void *arg UNUSED) access_fpreg() argument 90 get_dyn_info_list_addr(unw_addr_space_t as UNUSED, unw_word_t *dilap UNUSED, void *arg UNUSED) get_dyn_info_list_addr() argument 98 put_unwind_info(unw_addr_space_t as UNUSED, unw_proc_info_t *pi UNUSED, void *arg UNUSED) put_unwind_info() argument 107 resume(unw_addr_space_t as UNUSED, unw_cursor_t *reg UNUSED, void *arg UNUSED) resume() argument 115 get_proc_name(unw_addr_space_t as UNUSED, unw_word_t ip UNUSED, char *buf UNUSED, size_t buf_len UNUSED, unw_word_t *offp UNUSED, void *arg UNUSED) get_proc_name() argument [all...] |
H A D | Gtest-concurrent.c | 51 handler (int sig UNUSED) in handler() argument 73 worker (void *arg UNUSED) in worker() argument 107 main (int argc, char **argv UNUSED) in main() argument
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_latc.c | 104 util_format_latc1_snorm_fetch_rgba_8unorm(UNUSED uint8_t *restrict dst, UNUSED const uint8_t *restrict src, in util_format_latc1_snorm_fetch_rgba_8unorm() 105 UNUSED unsigned i, UNUSED unsigned j) in util_format_latc1_snorm_fetch_rgba_8unorm() 111 util_format_latc1_snorm_unpack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, in util_format_latc1_snorm_unpack_rgba_8unorm() 112 UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, in util_format_latc1_snorm_unpack_rgba_8unorm() 113 UNUSED unsigned width, UNUSED unsigne in util_format_latc1_snorm_unpack_rgba_8unorm() [all...] |
H A D | u_format_etc.c | 20 util_format_etc1_rgb8_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, in util_format_etc1_rgb8_pack_rgba_8unorm() 21 UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, in util_format_etc1_rgb8_pack_rgba_8unorm() 22 UNUSED unsigned width, UNUSED unsigned height) in util_format_etc1_rgb8_pack_rgba_8unorm() 62 util_format_etc1_rgb8_pack_rgba_float(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, in util_format_etc1_rgb8_pack_rgba_float() 63 UNUSED const float *restrict src_row, UNUSED unsigne in util_format_etc1_rgb8_pack_rgba_float() [all...] |
H A D | u_format_rgtc.c | 148 util_format_rgtc1_snorm_fetch_rgba_8unorm(UNUSED uint8_t *restrict dst, UNUSED const uint8_t *restrict src, in util_format_rgtc1_snorm_fetch_rgba_8unorm() 149 UNUSED unsigned i, UNUSED unsigned j) in util_format_rgtc1_snorm_fetch_rgba_8unorm() 155 util_format_rgtc1_snorm_unpack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, in util_format_rgtc1_snorm_unpack_rgba_8unorm() 156 UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, in util_format_rgtc1_snorm_unpack_rgba_8unorm() 157 UNUSED unsigned width, UNUSED unsigne in util_format_rgtc1_snorm_unpack_rgba_8unorm() [all...] |
H A D | u_format_other.c | 74 UNUSED unsigned i, UNUSED unsigned j) in util_format_r9g9b9e5_float_fetch_rgba() 170 UNUSED unsigned i, UNUSED unsigned j) in util_format_r11g11b10_float_fetch_rgba() 341 UNUSED unsigned i, UNUSED unsigned j) in util_format_r8g8bx_snorm_fetch_rgba()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_search_helpers.h | 36 is_pos_power_of_two(UNUSED struct hash_table *ht, const nir_alu_instr *instr, in is_pos_power_of_two() 68 is_neg_power_of_two(UNUSED struct hash_table *ht, const nir_alu_instr *instr, in is_neg_power_of_two() 97 is_bitcount2(UNUSED struct hash_table *ht, const nir_alu_instr *instr, in is_bitcount2() 116 is_unsigned_multiple_of_ ## test(UNUSED struct hash_table *ht, \ 142 is_zero_to_one(UNUSED struct hash_table *ht, const nir_alu_instr *instr, in is_zero_to_one() 174 is_gt_0_and_lt_1(UNUSED struct hash_table *ht, const nir_alu_instr *instr, in is_gt_0_and_lt_1() 200 is_not_const_zero(UNUSED struct hash_table *ht, const nir_alu_instr *instr, in is_not_const_zero() 230 is_ult_0xfffc07fc(UNUSED struct hash_table *ht, const nir_alu_instr *instr, in is_ult_0xfffc07fc() 251 is_first_5_bits_uge_2(UNUSED struct hash_table *ht, const nir_alu_instr *instr, in is_first_5_bits_uge_2() 271 is_not_const(UNUSED struc [all...] |
/third_party/node/deps/base64/base64/lib/ |
H A D | codecs.h | 38 #define UNUSED(x) ((void)(x)) macro 42 UNUSED(state); \ 43 UNUSED(src); \ 44 UNUSED(srclen); \ 45 UNUSED(out); \ 51 UNUSED(state); \ 52 UNUSED(src); \ 53 UNUSED(srclen); \ 54 UNUSED(out); \ 55 UNUSED(outle [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texstore.h | 63 UNUSED GLenum baseInternalFormat, \ 64 UNUSED mesa_format dstFormat, \ 77 UNUSED struct gl_context *ctx, UNUSED GLuint dims, \ 78 UNUSED GLenum baseInternalFormat, \ 79 UNUSED mesa_format dstFormat, \ 80 UNUSED GLint dstRowStride, \ 81 UNUSED GLubyte **dstSlices, \ 82 UNUSED GLint srcWidth, UNUSED GLin [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectLinkTests.cpp | 46 UNUSED, enumerator 117 if (m_params.shaders.tesellation_control != UNUSED) in getNextStage() 122 else if (m_params.shaders.geometry != UNUSED) in getNextStage() 127 else if (m_params.shaders.fragment != UNUSED) in getNextStage() 139 if (m_params.shaders.geometry != UNUSED) in getNextStage() 144 else if (m_params.shaders.fragment != UNUSED) in getNextStage() 152 if (m_params.shaders.fragment != UNUSED) in getNextStage() 300 vk::VkPrimitiveTopology primitiveTopology = m_params.shaders.tesellation_control != UNUSED ? in iterate() 378 vk::VkShaderEXT bindVertShader = (m_params.shaders.vertex != UNUSED) ? vertShader : VK_NULL_HANDLE; in iterate() 379 vk::VkShaderEXT bindTescShader = (m_params.shaders.tesellation_control != UNUSED) in iterate() [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | device9ex.c | 68 NineDevice9Ex_SetConvolutionMonoKernel( UNUSED struct NineDevice9Ex *This, in NineDevice9Ex_SetConvolutionMonoKernel() 69 UNUSED UINT width, in NineDevice9Ex_SetConvolutionMonoKernel() 70 UNUSED UINT height, in NineDevice9Ex_SetConvolutionMonoKernel() 71 UNUSED float *rows, in NineDevice9Ex_SetConvolutionMonoKernel() 72 UNUSED float *columns ) in NineDevice9Ex_SetConvolutionMonoKernel() 79 NineDevice9Ex_ComposeRects( UNUSED struct NineDevice9Ex *This, in NineDevice9Ex_ComposeRects() 80 UNUSED IDirect3DSurface9 *pSrc, in NineDevice9Ex_ComposeRects() 81 UNUSED IDirect3DSurface9 *pDst, in NineDevice9Ex_ComposeRects() 82 UNUSED IDirect3DVertexBuffer9 *pSrcRectDescs, in NineDevice9Ex_ComposeRects() 83 UNUSED UIN in NineDevice9Ex_ComposeRects() [all...] |
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_deferred_operation.c | 67 vk_common_GetDeferredOperationMaxConcurrencyKHR(UNUSED VkDevice device, in vk_common_GetDeferredOperationMaxConcurrencyKHR() 68 UNUSED VkDeferredOperationKHR operation) in vk_common_GetDeferredOperationMaxConcurrencyKHR() 74 vk_common_GetDeferredOperationResultKHR(UNUSED VkDevice device, in vk_common_GetDeferredOperationResultKHR() 75 UNUSED VkDeferredOperationKHR operation) in vk_common_GetDeferredOperationResultKHR() 81 vk_common_DeferredOperationJoinKHR(UNUSED VkDevice device, in vk_common_DeferredOperationJoinKHR() 82 UNUSED VkDeferredOperationKHR operation) in vk_common_DeferredOperationJoinKHR()
|
/third_party/mesa3d/src/intel/isl/ |
H A D | isl_genX_helpers.h | 39 UNUSED static const uint8_t 60 UNUSED static const uint8_t 81 UNUSED static struct isl_extent3d 134 UNUSED static uint32_t
|
/third_party/mesa3d/src/util/ |
H A D | u_debug_refcnt.h | 58 debug_reference(UNUSED const struct pipe_reference* p, in debug_reference() 59 UNUSED debug_reference_descriptor get_desc, UNUSED int change) in debug_reference()
|
H A D | enum_operators.h | 32 UNUSED static constexpr \ 41 UNUSED static constexpr \ 55 UNUSED static constexpr \
|
H A D | u_debug.c | 417 debug_funclog_enter(const char* f, UNUSED const int line, in debug_funclog_enter() 418 UNUSED const char* file) in debug_funclog_enter() 433 debug_funclog_exit(const char* f, UNUSED const int line, in debug_funclog_exit() 434 UNUSED const char* file) in debug_funclog_exit() 442 debug_funclog_enter_exit(const char* f, UNUSED const int line, in debug_funclog_enter_exit() 443 UNUSED const char* file) in debug_funclog_enter_exit()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader_cs.cpp | 33 ComputeShader::ComputeShader(UNUSED const r600_shader_key& key): in ComputeShader() 39 bool ComputeShader::do_scan_instruction(UNUSED nir_instr *instr) in do_scan_instruction() 80 bool ComputeShader::read_prop(UNUSED std::istream& is) in read_prop() 85 void ComputeShader::do_print_properties(UNUSED std::ostream& os) const in do_print_properties()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_eu.h | 339 brw_message_ex_desc(UNUSED const struct intel_device_info *devinfo, in brw_message_ex_desc() 346 brw_message_ex_desc_ex_mlen(UNUSED const struct intel_device_info *devinfo, in brw_message_ex_desc_ex_mlen() 429 brw_sampler_desc_binding_table_index(UNUSED in brw_sampler_desc_binding_table_index() 437 brw_sampler_desc_sampler(UNUSED const struct intel_device_info *devinfo, in brw_sampler_desc_sampler() 505 brw_dp_desc_binding_table_index(UNUSED const struct intel_device_info *devinfo, in brw_dp_desc_binding_table_index() 1077 brw_fb_desc_binding_table_index(UNUSED const struct intel_device_info *devinfo, in brw_fb_desc_binding_table_index() 1273 lsc_msg_desc(UNUSED const struct intel_device_info *devinfo, in lsc_msg_desc() 1311 lsc_msg_desc_opcode(UNUSED const struct intel_device_info *devinfo, in lsc_msg_desc_opcode() 1319 lsc_msg_desc_addr_size(UNUSED const struct intel_device_info *devinfo, in lsc_msg_desc_addr_size() 1327 lsc_msg_desc_data_size(UNUSED cons [all...] |
/third_party/f2fs-tools/tools/f2fs_io/ |
H A D | f2fs_io.h | 22 #ifdef UNUSED 24 # define UNUSED(x) UNUSED_ ## x __attribute__((unused)) macro 26 # define UNUSED(x) x macro 28 # define UNUSED(x) macro 30 # define UNUSED(x) x macro
|
/third_party/elfutils/tests/ |
H A D | backtrace-child.c | 111 #define UNUSED __attribute__ ((unused)) macro 159 stdarg (int f UNUSED, ...) in stdarg() argument 203 start (void *arg UNUSED) in start() argument 211 main (int argc UNUSED, char **argv) in main() argument
|
/third_party/f2fs-tools/lib/ |
H A D | libf2fs_io.c | 456 static int sparse_import_segment(void *UNUSED(priv), const void *data, in sparse_import_segment() argument 459 static int sparse_import_segment(void *UNUSED(priv), const void *data, int len, in sparse_import_segment() 501 static int sparse_read_blk(__u64 UNUSED(block), 502 int UNUSED(count), void *UNUSED(buf)) in UNUSED() function 507 static int sparse_write_blk(__u64 UNUSED(block), 508 int UNUSED(count), const void *UNUSED(buf)) in UNUSED() function 513 static int sparse_write_zeroed_blk(__u64 UNUSED(block), int UNUSED(coun function [all...] |
/third_party/python/Parser/ |
H A D | parser.c | 1413 UNUSED(_start_lineno); // Only used by EXTRA macro in statement_newline_rule() 1415 UNUSED(_start_col_offset); // Only used by EXTRA macro in statement_newline_rule() 1480 UNUSED(_end_lineno); // Only used by EXTRA macro in statement_newline_rule() 1482 UNUSED(_end_col_offset); // Only used by EXTRA macro in statement_newline_rule() 1575 UNUSED(_opt_var); // Silence compiler warnings in simple_stmts_rule() 1642 UNUSED(_start_lineno); // Only used by EXTRA macro in simple_stmt_rule() 1644 UNUSED(_start_col_offset); // Only used by EXTRA macro in simple_stmt_rule() 1682 UNUSED(_end_lineno); // Only used by EXTRA macro in simple_stmt_rule() 1684 UNUSED(_end_col_offset); // Only used by EXTRA macro in simple_stmt_rule() 1778 UNUSED(_end_linen in simple_stmt_rule() [all...] |
/third_party/mesa3d/src/panfrost/bifrost/test/ |
H A D | test-message-preload.cpp | 38 UNUSED bi_index v = bi_temp(b->shader); \ 39 UNUSED bi_index w = bi_temp(b->shader); \ 45 UNUSED bi_index v = bi_temp(b->shader); \ 46 UNUSED bi_index w = bi_temp(b->shader); \
|
/third_party/libexif/libexif/ |
H A D | exif-system.h | 27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused)) macro 29 # define UNUSED(param) param macro
|