Home
last modified time | relevance | path

Searched refs:SetMaxShaderCompilerThreads (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dhint.c141 if (ctx->Driver.SetMaxShaderCompilerThreads) in _mesa_MaxShaderCompilerThreadsKHR()
142 ctx->Driver.SetMaxShaderCompilerThreads(ctx, count); in _mesa_MaxShaderCompilerThreadsKHR()
Ddd.h1326 void (*SetMaxShaderCompilerThreads)(struct gl_context *ctx, unsigned count); member
/external/angle/src/libANGLE/renderer/gl/
DRendererGL.cpp45 void SetMaxShaderCompilerThreads(const rx::FunctionsGL *functions, GLuint count) in SetMaxShaderCompilerThreads() function
182 SetMaxShaderCompilerThreads(mFunctions.get(), 0xffffffff); in RendererGL()
439 SetMaxShaderCompilerThreads(mFunctions.get(), count); in setMaxShaderCompilerThreads()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_program.c199 functions->SetMaxShaderCompilerThreads = st_max_shader_compiler_threads; in st_init_program_functions()