Home
last modified time | relevance | path

Searched refs:maxCount (Results 51 - 75 of 120) sorted by relevance

12345

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTestsEXT.cpp627 const auto maxCount = ((indirectCountLimit == IndirectCountLimitType::MAX_COUNT) in iterate() local
630 vkd.cmdDrawMeshTasksIndirectCountEXT(rpCmdBuffer, indirectBuffer->get(), indirectArgs.offset, countBuffer->get(), indirectCountOffset, maxCount, indirectArgs.stride); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp575 const auto maxCount = ((indirectCountLimit == IndirectCountLimitType::MAX_COUNT) in iterate() local
578 vkd.cmdDrawMeshTasksIndirectCountNV(cmdBuffer, indirectBuffer->get(), indirectArgs.offset, countBuffer->get(), indirectCountOffset, maxCount, indirectArgs.stride); in iterate()
H A DvktMeshShaderApiTestsEXT.cpp627 const auto maxCount = ((indirectCountLimit == IndirectCountLimitType::MAX_COUNT) in iterate() local
630 vkd.cmdDrawMeshTasksIndirectCountEXT(rpCmdBuffer, indirectBuffer->get(), indirectArgs.offset, countBuffer->get(), indirectCountOffset, maxCount, indirectArgs.stride); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_2_0_autogen.h84 void getAttachedShaders(ShaderProgramID programPacked, GLsizei maxCount, GLsizei *count, \
H A DProgram.h495 void getAttachedShaders(GLsizei maxCount, GLsizei *count, ShaderProgramID *shaders) const;
H A DvalidationES2_autogen.h256 GLsizei maxCount,
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_2_autogen.h49 GLsizei maxCount,
H A Dentry_points_gl_2_autogen.cpp414 GLsizei maxCount, in GL_GetAttachedShaders()
420 "context = %d, program = %u, maxCount = %d, count = 0x%016" PRIxPTR in GL_GetAttachedShaders()
422 CID(context), program, maxCount, (uintptr_t)count, (uintptr_t)shaders); in GL_GetAttachedShaders()
432 programPacked, maxCount, count, shadersPacked)); in GL_GetAttachedShaders()
435 context->getAttachedShaders(programPacked, maxCount, count, shadersPacked); in GL_GetAttachedShaders()
437 ANGLE_CAPTURE(GetAttachedShaders, isCallValid, context, programPacked, maxCount, count, in GL_GetAttachedShaders()
413 GL_GetAttachedShaders(GLuint program, GLsizei maxCount, GLsizei *count, GLuint *shaders) GL_GetAttachedShaders() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.h184 void getAttachedShaders(GLsizei maxCount, GLsizei *count, GLuint *shaders);
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c701 int32_t maxCount = sizeof(breaks); /* fail-safe test limit */ in TestBreakIteratorRules() local
710 } while ((pos != UBRK_DONE || pos2 != UBRK_DONE) && maxCount-- > 0); in TestBreakIteratorRules()
/third_party/mesa3d/include/GL/
H A Dglxext.h256 typedef unsigned int ( *PFNGLXGETGPUIDSAMDPROC) (unsigned int maxCount, unsigned int *ids);
266 unsigned int glXGetGPUIDsAMD (unsigned int maxCount, unsigned int *ids);
H A Dwglext.h320 typedef UINT (WINAPI * PFNWGLGETGPUIDSAMDPROC) (UINT maxCount, UINT *ids);
330 UINT WINAPI wglGetGPUIDsAMD (UINT maxCount, UINT *ids);
/third_party/openGLES/api/GL/
H A Dglxext.h237 typedef unsigned int ( *PFNGLXGETGPUIDSAMDPROC) (unsigned int maxCount, unsigned int *ids);
247 unsigned int glXGetGPUIDsAMD (unsigned int maxCount, unsigned int *ids);
H A Dwglext.h301 typedef UINT (WINAPI * PFNWGLGETGPUIDSAMDPROC) (UINT maxCount, UINT *ids);
311 UINT WINAPI wglGetGPUIDsAMD (UINT maxCount, UINT *ids);
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglxext.h256 typedef unsigned int ( *PFNGLXGETGPUIDSAMDPROC) (unsigned int maxCount, unsigned int *ids);
266 unsigned int glXGetGPUIDsAMD (unsigned int maxCount, unsigned int *ids);
H A Dwglext.h320 typedef UINT (WINAPI * PFNWGLGETGPUIDSAMDPROC) (UINT maxCount, UINT *ids);
330 UINT WINAPI wglGetGPUIDsAMD (UINT maxCount, UINT *ids);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglxext.h256 typedef unsigned int ( *PFNGLXGETGPUIDSAMDPROC) (unsigned int maxCount, unsigned int *ids);
266 unsigned int glXGetGPUIDsAMD (unsigned int maxCount, unsigned int *ids);
H A Dwglext.h320 typedef UINT (WINAPI * PFNWGLGETGPUIDSAMDPROC) (UINT maxCount, UINT *ids);
330 UINT WINAPI wglGetGPUIDsAMD (UINT maxCount, UINT *ids);
/third_party/skia/third_party/externals/angle2/src/third_party/khronos/GL/
H A Dwglext.h317 typedef UINT (WINAPI * PFNWGLGETGPUIDSAMDPROC) (UINT maxCount, UINT *ids);
327 UINT WINAPI wglGetGPUIDsAMD (UINT maxCount, UINT *ids);
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksCacheBuilder.cpp967 pipelineSize.count = it->maxCount; in extractSizesFromPipelineCache()
985 pipelineSize.count = input.pipelines[p].maxCount; in extractSizesFromPipelineCache()
/third_party/icu/icu4c/source/common/
H A Dumutablecptrie.cpp741 int32_t maxCount = 0; in findMostUsed() local
743 if (refCounts[i] > maxCount) { in findMostUsed()
745 maxCount = refCounts[i]; in findMostUsed()
/third_party/node/deps/icu-small/source/common/
H A Dumutablecptrie.cpp741 int32_t maxCount = 0; in findMostUsed() local
743 if (refCounts[i] > maxCount) { in findMostUsed()
745 maxCount = refCounts[i]; in findMostUsed()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_2_0_autogen.h254 GLsizei maxCount,
854 GLsizei maxCount,
861 GLsizei maxCount,
/third_party/skia/third_party/externals/icu/source/common/
H A Dumutablecptrie.cpp741 int32_t maxCount = 0; in findMostUsed() local
743 if (refCounts[i] > maxCount) { in findMostUsed()
745 maxCount = refCounts[i]; in findMostUsed()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.h146 GLsizei maxCount,

Completed in 46 milliseconds

12345