Home
last modified time | relevance | path

Searched refs:UNUSED (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/third_party/mesa3d/src/virtio/vulkan/
Dvn_android.h92 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_t *out_count) in vn_android_format_to_view_formats()
[all …]
/third_party/libunwind/tests/
Dtest-proc-info.c47 find_proc_info (unw_addr_space_t as UNUSED, in find_proc_info() argument
48 unw_word_t ip UNUSED, in find_proc_info() argument
49 unw_proc_info_t *pip UNUSED, in find_proc_info() argument
50 int need_unwind_info UNUSED, in find_proc_info() argument
51 void *arg UNUSED) in find_proc_info() argument
57 access_mem (unw_addr_space_t as UNUSED, in access_mem() argument
58 unw_word_t addr UNUSED, in access_mem() argument
60 void *arg UNUSED) in access_mem() argument
68 access_reg (unw_addr_space_t as UNUSED, in access_reg() argument
69 unw_regnum_t regnum UNUSED, in access_reg() argument
[all …]
/third_party/mesa3d/src/util/format/
Du_format_latc.c104 util_format_latc1_snorm_fetch_rgba_8unorm(UNUSED uint8_t *restrict dst, UNUSED const uint8_t *restr… 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_st… in util_format_latc1_snorm_unpack_rgba_8unorm()
112UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, in util_format_latc1_snorm_unpack_rgba_8unorm()
113 UNUSED unsigned width, UNUSED unsigned height) in util_format_latc1_snorm_unpack_rgba_8unorm()
119 util_format_latc1_snorm_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stri… in util_format_latc1_snorm_pack_rgba_8unorm()
120UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, in util_format_latc1_snorm_pack_rgba_8unorm()
121 UNUSED unsigned width, UNUSED unsigned height) in util_format_latc1_snorm_pack_rgba_8unorm()
242 util_format_latc2_snorm_fetch_rgba_8unorm(UNUSED uint8_t *restrict dst, UNUSED const uint8_t *restr… in util_format_latc2_snorm_fetch_rgba_8unorm()
243 UNUSED unsigned i, UNUSED unsigned j) in util_format_latc2_snorm_fetch_rgba_8unorm()
[all …]
Du_format_etc.c20 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()
21UNUSED 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()
63UNUSED const float *restrict src_row, UNUSED unsigned src_stride, in util_format_etc1_rgb8_pack_rgba_float()
64 UNUSED unsigned width, UNUSED unsigned height) in util_format_etc1_rgb8_pack_rgba_float()
Du_format_rgtc.c148 util_format_rgtc1_snorm_fetch_rgba_8unorm(UNUSED uint8_t *restrict dst, UNUSED const uint8_t *restr… 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_st… in util_format_rgtc1_snorm_unpack_rgba_8unorm()
156UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, in util_format_rgtc1_snorm_unpack_rgba_8unorm()
157 UNUSED unsigned width, UNUSED unsigned height) in util_format_rgtc1_snorm_unpack_rgba_8unorm()
163 util_format_rgtc1_snorm_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stri… in util_format_rgtc1_snorm_pack_rgba_8unorm()
164UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, in util_format_rgtc1_snorm_pack_rgba_8unorm()
165 UNUSED unsigned width, UNUSED unsigned height) in util_format_rgtc1_snorm_pack_rgba_8unorm()
361 util_format_rgtc2_snorm_fetch_rgba_8unorm(UNUSED uint8_t *restrict dst, UNUSED const uint8_t *restr… in util_format_rgtc2_snorm_fetch_rgba_8unorm()
362 UNUSED unsigned i, UNUSED unsigned j) in util_format_rgtc2_snorm_fetch_rgba_8unorm()
[all …]
/third_party/mesa3d/src/compiler/nir/
Dnir_search_helpers.h36 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 struct hash_table *ht, const nir_alu_instr *instr, in is_not_const()
[all …]
/third_party/node/deps/base64/base64/lib/
Dcodecs.h38 #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(outlen); \
/third_party/mesa3d/src/mesa/main/
Dtexstore.h63 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 GLint srcHeight, UNUSED GLint srcDepth, \
83 UNUSED GLenum srcFormat, UNUSED GLenum srcType, \
84 UNUSED const GLvoid *srcAddr, \
[all …]
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9ex.c68 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 UINT NumRects, in NineDevice9Ex_ComposeRects()
[all …]
/third_party/mesa3d/src/vulkan/runtime/
Dvk_deferred_operation.c67 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/
Disl_genX_helpers.h39 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/
Du_debug_refcnt.h58 debug_reference(UNUSED const struct pipe_reference* p, in debug_reference()
59 UNUSED debug_reference_descriptor get_desc, UNUSED int change) in debug_reference()
Denum_operators.h32 UNUSED static constexpr \
41 UNUSED static constexpr \
55 UNUSED static constexpr \
Du_debug.c417 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/
Dsfn_shader_cs.cpp33 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/elfutils/tests/
Dbacktrace-child.c111 #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/tools/f2fs_io/
Df2fs_io.h22 #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/skia/third_party/externals/spirv-tools/test/
Doperand-class-test-coverage.csv2 " OperandNone,",UNUSED,not in grammar,,not enum
24 " OperandImageChannelOrder,",UNUSED,returned as result value only,,
25 " OperandImageChannelDataType,",UNUSED,returned as result value only,,
26 " OperandImageOperands,",UNUSED,used to make a spec section,,see OperandOptionalImage
38 " OperandMemoryAccess,",UNUSED,"should be on opstore, but hacked in opcode.cpp",,not enum
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Doperand-class-test-coverage.csv2 " OperandNone,",UNUSED,not in grammar,,not enum
24 " OperandImageChannelOrder,",UNUSED,returned as result value only,,
25 " OperandImageChannelDataType,",UNUSED,returned as result value only,,
26 " OperandImageOperands,",UNUSED,used to make a spec section,,see OperandOptionalImage
38 " OperandMemoryAccess,",UNUSED,"should be on opstore, but hacked in opcode.cpp",,not enum
/third_party/spirv-tools/test/
Doperand-class-test-coverage.csv2 " OperandNone,",UNUSED,not in grammar,,not enum
24 " OperandImageChannelOrder,",UNUSED,returned as result value only,,
25 " OperandImageChannelDataType,",UNUSED,returned as result value only,,
26 " OperandImageOperands,",UNUSED,used to make a spec section,,see OperandOptionalImage
38 " OperandMemoryAccess,",UNUSED,"should be on opstore, but hacked in opcode.cpp",,not enum
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu.h339 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 const struct intel_device_info *devinfo, in lsc_msg_desc_data_size()
[all …]
/third_party/f2fs-tools/lib/
Dlibf2fs_io.c461 static int sparse_import_segment(void *UNUSED(priv), const void *data, in sparse_import_segment()
464 static int sparse_import_segment(void *UNUSED(priv), const void *data, int len, in sparse_import_segment()
506 static int sparse_read_blk(__u64 UNUSED(block), in sparse_read_blk()
507 int UNUSED(count), void *UNUSED(buf)) in sparse_read_blk()
512 static int sparse_write_blk(__u64 UNUSED(block), in sparse_write_blk()
513 int UNUSED(count), const void *UNUSED(buf)) in sparse_write_blk()
518 static int sparse_write_zeroed_blk(__u64 UNUSED(block), int UNUSED(count)) in sparse_write_zeroed_blk()
555 int dev_readahead(__u64 offset, size_t UNUSED(len)) in dev_readahead()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blorp.c95 blorp_emit_reloc(struct blorp_batch *blorp_batch, UNUSED void *location, in blorp_emit_reloc()
162 UNUSED static void *
229 UNUSED uint32_t *sizes, in blorp_vf_invalidate_for_vb_48b_transitions()
246 blorp_flush_range(UNUSED struct blorp_batch *blorp_batch, in blorp_flush_range()
247 UNUSED void *start, in blorp_flush_range()
248 UNUSED size_t size) in blorp_flush_range()
266 UNUSED unsigned sf_entry_size) in blorp_emit_urb_config()
/third_party/python/Parser/
Dparser.c1556 UNUSED(_start_lineno); // Only used by EXTRA macro in statement_newline_rule()
1558 UNUSED(_start_col_offset); // Only used by EXTRA macro in statement_newline_rule()
1623 UNUSED(_end_lineno); // Only used by EXTRA macro in statement_newline_rule()
1625 UNUSED(_end_col_offset); // Only used by EXTRA macro in statement_newline_rule()
1718 UNUSED(_opt_var); // Silence compiler warnings in simple_stmts_rule()
1785 UNUSED(_start_lineno); // Only used by EXTRA macro in simple_stmt_rule()
1787 UNUSED(_start_col_offset); // Only used by EXTRA macro in simple_stmt_rule()
1825 UNUSED(_end_lineno); // Only used by EXTRA macro in simple_stmt_rule()
1827 UNUSED(_end_col_offset); // Only used by EXTRA macro in simple_stmt_rule()
1921 UNUSED(_end_lineno); // Only used by EXTRA macro in simple_stmt_rule()
[all …]
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blorp.c103 blorp_emit_reloc(struct blorp_batch *blorp_batch, UNUSED void *location, in blorp_emit_reloc()
123 UNUSED static struct blorp_address
124 blorp_get_surface_base_address(UNUSED struct blorp_batch *blorp_batch) in blorp_get_surface_base_address()
142 UNUSED static void *
224 UNUSED uint32_t *sizes, in blorp_vf_invalidate_for_vb_48b_transitions()
265 blorp_flush_range(UNUSED struct blorp_batch *blorp_batch, in blorp_flush_range()
266 UNUSED void *start, in blorp_flush_range()
267 UNUSED size_t size) in blorp_flush_range()

12345678910>>...14