| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qir_lower_uniforms.c | 137 uint32_t max_count = 0; local in function:qir_lower_uniforms 142 if (count > max_count) { 143 max_count = count;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qir_lower_uniforms.c | 137 uint32_t max_count = 0; local in function:qir_lower_uniforms 142 if (count > max_count) { 143 max_count = count;
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Varargs.c | 341 int max_count, 356 if (max_count == 0) 359 args = (ArgList)__XtCalloc((Cardinal)(max_count * 2), sizeof(Arg)); 381 &args[max_count + count]); 393 &args[max_count + count]); 478 int max_count, 489 if (max_count == 0) 493 __XtCalloc((Cardinal) max_count , sizeof(XtTypedArg)); 339 _XtVaToArgList(Widget widget,va_list var,int max_count,ArgList * args_return,Cardinal * num_args_return) argument 477 _XtVaToTypedArgList(va_list var,int max_count,XtTypedArgList * args_return,Cardinal * num_args_return) argument
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | ICWrap.c | 122 _XIMVaToNestedList(va_list var, int max_count, XIMArg **args_return) argument 127 if (max_count <= 0) { 132 args = Xmallocarray((unsigned)max_count + 1, sizeof(XIMArg));
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_descriptor_set.c | 294 uint64_t max_count = UINT64_MAX; local in function:tu_GetDescriptorSetLayoutSupport 296 max_count = (UINT64_MAX - size) / descriptor_size; 298 if (max_count < binding->descriptorCount) { 306 MIN2(UINT32_MAX, max_count);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_render.c | 742 unsigned size, max_count, value; local in function:r300_max_vertex_count 775 max_count = 1 + size / vb->stride; 776 result = MIN2(result, max_count); 797 unsigned max_count = r300_max_vertex_count(r300); local in function:r300_draw_vbo 799 if (!max_count) { 805 if (max_count == ~0) { 807 max_count = 0xffffff; 810 info.max_index = max_count - 1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_render.c | 749 unsigned size, max_count, value; local in function:r300_max_vertex_count 782 max_count = 1 + size / vb->stride; 783 result = MIN2(result, max_count); 814 unsigned max_count = r300_max_vertex_count(r300); local in function:r300_draw_vbo 816 if (!max_count) { 822 if (max_count == ~0) { 824 max_count = 0xffffff; 827 info.max_index = max_count - 1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_draw.c | 278 const unsigned max_count = 2048; local in function:fd6_draw_vbo 286 count = ALIGN_NPOT(max_count, ctx->patch_vertices); 288 count = MIN2(max_count, draw->count);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_descriptor_set.c | 347 uint64_t max_count = UINT64_MAX; local in function:tu_GetDescriptorSetLayoutSupport 349 max_count = (UINT64_MAX - size) / descriptor_sz; 351 if (max_count < binding->descriptorCount) { 360 MIN2(UINT32_MAX, max_count);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_descriptor_set.c | 442 uint64_t max_count = INT32_MAX; local in function:radv_GetDescriptorSetLayoutSupport 444 max_count = INT32_MAX - size; 446 max_count = (INT32_MAX - size) / descriptor_size; 448 if (max_count < descriptor_count) { 454 variable_count->maxVariableDescriptorCount = MIN2(UINT32_MAX, max_count);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_descriptor_set.c | 375 uint64_t max_count = INT32_MAX; local in function:radv_GetDescriptorSetLayoutSupport 377 max_count = INT32_MAX - size; 379 max_count = (INT32_MAX - size) / descriptor_size; 381 if (max_count < descriptor_count) { 386 variable_count->maxVariableDescriptorCount = MIN2(UINT32_MAX, max_count);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest-port.cc | 748 const size_t max_count = (repeat == '?') ? 1 : local in function:testing::internal::MatchRepetitionAndRegexAtHead 753 for (size_t i = 0; i <= max_count; ++i) {
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest-port.cc | 887 const size_t max_count = (repeat == '?') ? 1 : local in function:testing::internal::MatchRepetitionAndRegexAtHead 892 for (size_t i = 0; i <= max_count; ++i) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/ |
| H A D | decode.c | 1499 int max_count = sizeof(t->swizzled_bitmaps) / sizeof(t->swizzled_bitmaps[0]); local in function:pandecode_replay_vertex_tiler_postfix_pre 1501 if (bitmap_count > max_count) { 1503 bitmap_count = max_count;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | draw.c | 1025 unsigned max_count = 0; local in function:_mesa_draw_gallium_fallback 1050 max_count = MAX2(max_count, prim[num_prims].count); 1055 ib.count = max_count;
|