Searched refs:MAYBE_UNUSED (Results 1 - 25 of 102) sorted by relevance

12345

/xsrc/external/mit/MesaLib.old/src/compiler/nir/
H A Dnir_constant_expressions.c313 MAYBE_UNUSED unsigned num_components,
315 MAYBE_UNUSED nir_const_value **_src)
357 MAYBE_UNUSED unsigned num_components,
359 MAYBE_UNUSED nir_const_value **_src)
401 MAYBE_UNUSED unsigned num_components,
403 MAYBE_UNUSED nir_const_value **_src)
445 MAYBE_UNUSED unsigned num_components,
447 MAYBE_UNUSED nir_const_value **_src)
491 MAYBE_UNUSED unsigned num_components,
493 MAYBE_UNUSED nir_const_valu
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dsimple_mtx.h64 simple_mtx_init(simple_mtx_t *mtx, MAYBE_UNUSED int type)
H A Dmacros.h239 #define MAYBE_UNUSED UNUSED macro
264 MAYBE_UNUSED STRUCT s; \
H A Dhalf_float.c190 MAYBE_UNUSED const int s = (val >> 15) & 0x1;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexstore.h63 MAYBE_UNUSED GLenum baseInternalFormat, \
64 MAYBE_UNUSED mesa_format dstFormat, \
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-compiler.h28 # define MAYBE_UNUSED __attribute__((unused)) macro
30 # define MAYBE_UNUSED macro
H A Dpixman-private.h460 MAYBE_UNUSED pixman_op_t op = info->op; \
461 MAYBE_UNUSED pixman_image_t * src_image = info->src_image; \
462 MAYBE_UNUSED pixman_image_t * mask_image = info->mask_image; \
463 MAYBE_UNUSED pixman_image_t * dest_image = info->dest_image; \
464 MAYBE_UNUSED int32_t src_x = info->src_x; \
465 MAYBE_UNUSED int32_t src_y = info->src_y; \
466 MAYBE_UNUSED int32_t mask_x = info->mask_x; \
467 MAYBE_UNUSED int32_t mask_y = info->mask_y; \
468 MAYBE_UNUSED int32_t dest_x = info->dest_x; \
469 MAYBE_UNUSED int32_
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video.c35 MAYBE_UNUSED unsigned ret = 0; /* used in debug checks */
56 MAYBE_UNUSED unsigned ret = 0; /* used in debug checks */
76 MAYBE_UNUSED unsigned ret; /* used in debug checks */
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daub_mem.c158 MAYBE_UNUSED int ftruncate_res = ftruncate(mem->mem_fd, mem->mem_fd_len += 4096);
292 MAYBE_UNUSED void *res =
358 MAYBE_UNUSED void *res =
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_dump.c65 MAYBE_UNUSED VkResult result;
203 MAYBE_UNUSED VkResult result;
252 MAYBE_UNUSED VkResult result;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3dx_rcl.c272 MAYBE_UNUSED bool needs_color_clear = job->clear & PIPE_CLEAR_COLOR_BUFFERS;
273 MAYBE_UNUSED bool needs_z_clear = job->clear & PIPE_CLEAR_DEPTH;
274 MAYBE_UNUSED bool needs_s_clear = job->clear & PIPE_CLEAR_STENCIL;
565 MAYBE_UNUSED uint32_t config_pad = 0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_qpu_emit.c207 MAYBE_UNUSED bool had_pm = *last_inst(block) & QPU_PM;
208 MAYBE_UNUSED bool had_ws = *last_inst(block) & QPU_WS;
209 MAYBE_UNUSED uint32_t unpack = QPU_GET_FIELD(*last_inst(block), QPU_UNPACK);
422 MAYBE_UNUSED bool handled_qinst_cond = false;
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Degldevice.c244 MAYBE_UNUSED _EGLDevice *dev;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_pipe_control.c121 MAYBE_UNUSED const struct gen_device_info *devinfo = &brw->screen->devinfo;
H A Dbrw_program_binary.c209 MAYBE_UNUSED uint32_t gen_size = blob_read_uint32(&reader);
216 MAYBE_UNUSED uint32_t nir_size = blob_read_uint32(&reader);
H A Dbrw_tcs.c209 MAYBE_UNUSED struct brw_program *tep =
233 MAYBE_UNUSED bool success = brw_codegen_tcs_prog(brw, tcp, tep, &key);
H A Dbrw_cs.c183 MAYBE_UNUSED bool success = brw_codegen_cs_prog(brw, cp, &key);
H A Dbrw_gs.c184 MAYBE_UNUSED bool success = brw_codegen_gs_prog(brw, gp, &key);
H A Dbrw_tes.c182 MAYBE_UNUSED bool success = brw_codegen_tes_prog(brw, tep, &key);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_inst.h348 brw_inst_3src_a1_src0_imm(MAYBE_UNUSED const struct gen_device_info *devinfo,
356 brw_inst_3src_a1_src2_imm(MAYBE_UNUSED const struct gen_device_info *devinfo,
364 brw_inst_set_3src_a1_src0_imm(MAYBE_UNUSED const struct gen_device_info *devinfo,
372 brw_inst_set_3src_a1_src2_imm(MAYBE_UNUSED const struct gen_device_info *devinfo,
817 brw_inst_imm_uq(MAYBE_UNUSED const struct gen_device_info *devinfo,
H A Dbrw_eu.h288 brw_message_desc_header_present(MAYBE_UNUSED const struct gen_device_info *devinfo,
371 brw_sampler_desc_return_format(MAYBE_UNUSED const struct gen_device_info *devinfo,
754 MAYBE_UNUSED unsigned exec_size, /**< 0 for SIMD4x2 */
775 MAYBE_UNUSED unsigned exec_size,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_sw.c280 MAYBE_UNUSED struct pipe_loader_sw_device *sdev =
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_draw.c1005 MAYBE_UNUSED unsigned size = ib->width0;
1006 MAYBE_UNUSED unsigned offset = range->indexArray.offset;
1007 MAYBE_UNUSED unsigned stride = range->indexArray.stride;
1008 MAYBE_UNUSED unsigned count;
H A Dsvga_swtnl_draw.c49 MAYBE_UNUSED unsigned old_num_vertex_buffers;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/
H A Dsurface.c230 MAYBE_UNUSED XvMCSurfacePrivate *past_surface_priv;
231 MAYBE_UNUSED XvMCSurfacePrivate *future_surface_priv;

Completed in 75 milliseconds

12345