| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | ICWrap.c | 94 int *total_count) 98 _XIMCountNestedList((XIMArg *)args->value, total_count); 100 ++(*total_count); 105 _XIMCountVaList(va_list var, int *total_count) argument 109 *total_count = 0; 113 _XIMCountNestedList(va_arg(var, XIMArg*), total_count); 116 ++(*total_count); 154 int total_count; local in function:XVaCreateNestedList 157 _XIMCountVaList(var, &total_count); 161 _XIMVaToNestedList(var, total_count, 92 _XIMCountNestedList(XIMArg * args,int * total_count) argument 171 int total_count; local in function:XSetIMValues 199 int total_count; local in function:XGetIMValues 232 int total_count; local in function:XCreateIC 285 int total_count; local in function:XGetICValues 315 int total_count; local in function:XSetICValues [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | VarCreate.c | 90 int total_count, typed_count; local in function:XtVaCreateWidget 96 _XtCountVaList(var, &total_count, &typed_count); 101 total_count); 115 int total_count, typed_count; local in function:XtVaCreateManagedWidget 121 _XtCountVaList(var, &total_count, &typed_count); 126 total_count); 144 int total_count, typed_count; local in function:XtVaAppCreateShell 150 _XtCountVaList(var, &total_count, &typed_count); 155 _XtVaToTypedArgList(var, total_count, &typed_args, &num_args); 177 int total_count, typed_coun local in function:XtVaCreatePopupShell 206 int total_count, typed_count; local in function:XtVaSetValues 234 int total_count, typed_count; local in function:XtVaSetSubvalues [all...] |
| H A D | VarGet.c | 73 int total_count, typed_count; local in function:XtVaGetSubresources 79 _XtCountVaList(var, &total_count, &typed_count); 84 _XtVaToTypedArgList(var, total_count, &args, &num_args); 105 int total_count, typed_count; local in function:XtVaGetApplicationResources 111 _XtCountVaList(var, &total_count, &typed_count); 116 _XtVaToTypedArgList(var, total_count, &args, &num_args); 237 int count, total_count, typed_count; local in function:XtVaGetValues 244 _XtCountVaList(var, &total_count, &typed_count); 246 if (total_count != typed_count) { 247 size_t limit = (size_t) (total_count 308 int total_count, typed_count; local in function:XtVaGetSubvalues [all...] |
| H A D | Varargs.c | 42 _XtCountNestedList(XtTypedArgList avlist, int *total_count, int *typed_count) argument 46 _XtCountNestedList((XtTypedArgList) avlist->value, total_count, 53 ++(*total_count); 65 _XtCountVaList(va_list var, int *total_count, int *typed_count) argument 69 *total_count = 0; 79 ++(*total_count); 83 _XtCountNestedList(va_arg(var, XtTypedArgList), total_count, 88 ++(*total_count); 297 * size is expected to be total_count * 2, where total_count i 313 _XtFreeArgList(ArgList args,int total_count,int typed_count) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_render_pass.c | 122 const uint32_t total_count = acquire_count + release_count; local in function:vn_render_pass_create 125 sizeof(*pass) + sizeof(pass->present_src_attachments[0]) * total_count, 134 pass->present_src_count = total_count;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | glthread_draw.c | 80 upload_multi_indices(struct gl_context *ctx, unsigned total_count, argument 89 assert(total_count); 91 _mesa_glthread_upload(ctx, NULL, index_size * total_count, 1023 unsigned total_count = 0; local in function:_mesa_marshal_MultiDrawElementsBaseVertex 1054 total_count += vertex_count; 1059 if (total_count == 0 || num_vertices == 0) { 1068 if (util_is_vbo_upload_ratio_too_large(total_count, num_vertices)) 1071 /* Only compute total_count for the upload of indices. */ 1084 total_count += vertex_count; 1087 if (total_count [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_cmd_buffer.c | 394 const uint32_t total_count = firstViewport + viewportCount; local in function:anv_CmdSetViewport 395 if (cmd_buffer->state.gfx.dynamic.viewport.count < total_count) 396 cmd_buffer->state.gfx.dynamic.viewport.count = total_count; 412 const uint32_t total_count = firstScissor + scissorCount; local in function:anv_CmdSetScissor 413 if (cmd_buffer->state.gfx.dynamic.scissor.count < total_count) 414 cmd_buffer->state.gfx.dynamic.scissor.count = total_count;
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftdbgmem.c | 860 FT_Long total_count = ft_strtol( p, NULL, 10 ); local in function:ft_mem_debug_init 863 if ( total_count > 0 ) 866 table->alloc_count_max = total_count;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_cmd_buffer.c | 605 const uint32_t total_count = firstViewport + viewportCount; local in function:anv_CmdSetViewport 606 if (cmd_buffer->state.gfx.dynamic.viewport.count < total_count) 607 cmd_buffer->state.gfx.dynamic.viewport.count = total_count; 638 const uint32_t total_count = firstScissor + scissorCount; local in function:anv_CmdSetScissor 639 if (cmd_buffer->state.gfx.dynamic.scissor.count < total_count) 640 cmd_buffer->state.gfx.dynamic.scissor.count = total_count;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | gfx10_shader_ngg.c | 668 LLVMValueRef *total_count, 721 *total_count = ctx->ac.i32_0; 733 *total_count = ac_build_intrinsic(&ctx->ac, "llvm.amdgcn.sad.u8", ctx->ac.i32, 734 (LLVMValueRef[]){i8vec4, ctx->ac.i32_0, *total_count}, 736 ac_set_range_metadata(&ctx->ac, *total_count, 0, 64*4 + 1); /* the result is at most 64*4 */ 746 *total_count = ac_build_readlane_no_opt_barrier(&ctx->ac, *total_count, NULL); 666 load_vertex_counts(struct si_shader_context * ctx,LLVMValueRef lds,unsigned max_waves,LLVMValueRef tid,LLVMValueRef * total_count,LLVMValueRef * prefix_sum) argument
|
| H A D | si_state_draw.cpp | 1315 unsigned num_draws, unsigned total_count, 1311 si_emit_draw_packets(struct si_context * sctx,const struct pipe_draw_info * info,unsigned drawid_base,const struct pipe_draw_indirect_info * indirect,const struct pipe_draw_start_count_bias * draws,unsigned num_draws,unsigned total_count,struct pipe_resource * indexbuf,unsigned index_size,unsigned index_offset,unsigned instance_count,unsigned original_index_size) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_cmd_buffer.c | 3067 MAYBE_UNUSED const uint32_t total_count = firstViewport + viewportCount; local in function:radv_CmdSetViewport 3070 assert(total_count >= 1 && total_count <= MAX_VIEWPORTS); 3091 MAYBE_UNUSED const uint32_t total_count = firstScissor + scissorCount; local in function:radv_CmdSetScissor 3094 assert(total_count >= 1 && total_count <= MAX_SCISSORS); 3253 MAYBE_UNUSED const uint32_t total_count = firstDiscardRectangle + discardRectangleCount; local in function:radv_CmdSetDiscardRectangleEXT 3256 assert(total_count >= 1 && total_count <= MAX_DISCARD_RECTANGLES);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_cmd_buffer.c | 1990 const uint32_t total_count = firstViewport + viewportCount; local in function:v3dv_CmdSetViewport 1993 assert(total_count >= 1 && total_count <= MAX_VIEWPORTS); 1995 if (state->dynamic.viewport.count < total_count) 1996 state->dynamic.viewport.count = total_count; 2006 for (uint32_t i = firstViewport; i < total_count; i++) {
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_cmd_buffer.c | 4945 ASSERTED const uint32_t total_count = firstViewport + viewportCount; local in function:radv_CmdSetViewport 4948 assert(total_count >= 1 && total_count <= MAX_VIEWPORTS); 4950 if (total_count <= state->dynamic.viewport.count && 4956 if (state->dynamic.viewport.count < total_count) 4957 state->dynamic.viewport.count = total_count; 4976 ASSERTED const uint32_t total_count = firstScissor + scissorCount; local in function:radv_CmdSetScissor 4979 assert(total_count >= 1 && total_count <= MAX_SCISSORS); 4981 if (total_count < 5131 ASSERTED const uint32_t total_count = firstDiscardRectangle + discardRectangleCount; local in function:radv_CmdSetDiscardRectangleEXT [all...] |
| H A D | radv_pipeline.c | 5896 const uint32_t total_count = radv_get_executable_count(pipeline); local in function:radv_GetPipelineExecutablePropertiesKHR 5899 *pExecutableCount = total_count; 5903 const uint32_t count = MIN2(total_count, *pExecutableCount); 5973 VkResult result = *pExecutableCount < total_count ? VK_INCOMPLETE : VK_SUCCESS;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_vbuf.c | 966 unsigned total_count = count + unbind_num_trailing_slots; local in function:u_vbuf_set_vertex_buffers 969 for (i = 0; i < total_count; i++) {
|
| H A D | u_threaded_context.c | 3240 unsigned buffer_offset, total_count = 0; local in function:tc_draw_vbo 3246 total_count += draws[i].count; 3248 if (!total_count) 3258 total_count << index_size_shift, 4,
|