Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DVersions.h217 const char* const E_GL_NV_compute_shader_derivatives = "GL_NV_compute_shader_derivatives… variable
DInitialize.cpp8345 …ymbolTable.setFunctionExtensions("dFdx", 1, &E_GL_NV_compute_shader_derivatives); in add2ndGenerationSamplingImaging()
8346 …ymbolTable.setFunctionExtensions("dFdy", 1, &E_GL_NV_compute_shader_derivatives); in add2ndGenerationSamplingImaging()
8347 …ymbolTable.setFunctionExtensions("fwidth", 1, &E_GL_NV_compute_shader_derivatives); in add2ndGenerationSamplingImaging()
8348 …ymbolTable.setFunctionExtensions("dFdxFine", 1, &E_GL_NV_compute_shader_derivatives); in add2ndGenerationSamplingImaging()
8349 …ymbolTable.setFunctionExtensions("dFdyFine", 1, &E_GL_NV_compute_shader_derivatives); in add2ndGenerationSamplingImaging()
8350 …ymbolTable.setFunctionExtensions("fwidthFine", 1, &E_GL_NV_compute_shader_derivatives); in add2ndGenerationSamplingImaging()
8351 …ymbolTable.setFunctionExtensions("dFdxCoarse", 1, &E_GL_NV_compute_shader_derivatives); in add2ndGenerationSamplingImaging()
8352 …ymbolTable.setFunctionExtensions("dFdyCoarse", 1, &E_GL_NV_compute_shader_derivatives); in add2ndGenerationSamplingImaging()
8353 …ymbolTable.setFunctionExtensions("fwidthCoarse", 1, &E_GL_NV_compute_shader_derivatives); in add2ndGenerationSamplingImaging()
DVersions.cpp245 extensionBehavior[E_GL_NV_compute_shader_derivatives] = EBhDisable; in initializeExtensionBehavior()
DParseHelper.cpp4878 … requireExtensions(loc, 1, &E_GL_NV_compute_shader_derivatives, "compute shader derivatives"); in setLayoutQualifier()