Home
last modified time | relevance | path

Searched refs:maxShaderCompilerThreadsKHR (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcParallelShaderCompileTests.cpp186 gl.maxShaderCompilerThreadsKHR(0); in iterate()
198 gl.maxShaderCompilerThreadsKHR(0xFFFFFFFF); in iterate()
249 gl.maxShaderCompilerThreadsKHR(8); in iterate()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DRendererGL.cpp49 if (functions->maxShaderCompilerThreadsKHR != nullptr) in SetMaxShaderCompilerThreads()
51 functions->maxShaderCompilerThreadsKHR(count); in SetMaxShaderCompilerThreads()
388 return mFunctions->maxShaderCompilerThreadsKHR != nullptr || in hasNativeParallelCompile()
H A DDispatchTableGL_autogen.h808 PFNGLMAXSHADERCOMPILERTHREADSKHRPROC maxShaderCompilerThreadsKHR = nullptr; variable
H A DDispatchTableGL_autogen.cpp2872 ASSIGN("glMaxShaderCompilerThreadsKHR", maxShaderCompilerThreadsKHR); in initProcsSharedExtensions()
5747 maxShaderCompilerThreadsKHR = &glMaxShaderCompilerThreadsKHRNULL; in initProcsSharedExtensionsNULL()
H A Drenderergl_utils.cpp2133 (functions->maxShaderCompilerThreadsKHR != nullptr || in GenerateCaps()
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwInitExtES.inl46 …gl->maxShaderCompilerThreadsKHR = (glMaxShaderCompilerThreadsKHRFunc) loader->get("glMaxShaderComp…
H A DglwFunctions.inl466 glMaxShaderCompilerThreadsKHRFunc maxShaderCompilerThreadsKHR; variable
H A DglwInitExtGL.inl37 …gl->maxShaderCompilerThreadsKHR = (glMaxShaderCompilerThreadsKHRFunc) loader->get("glMaxShaderComp…
753 …gl->maxShaderCompilerThreadsKHR = (glMaxShaderCompilerThreadsKHRFunc) loader->get("glMaxShaderComp…
H A DglwImpl.inl3692 gl->maxShaderCompilerThreadsKHR(count);
/aosp_15_r20/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl466 gl->maxShaderCompilerThreadsKHR = glMaxShaderCompilerThreadsKHR;
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluCallLogWrapper.inl3466 m_gl.maxShaderCompilerThreadsKHR(count);