Searched refs:E_GL_NV_compute_shader_derivatives (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Versions.h | 217 const char* const E_GL_NV_compute_shader_derivatives = "GL_NV_compute_shader_derivatives… variable
|
D | Initialize.cpp | 8345 …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()
|
D | Versions.cpp | 245 extensionBehavior[E_GL_NV_compute_shader_derivatives] = EBhDisable; in initializeExtensionBehavior()
|
D | ParseHelper.cpp | 4878 … requireExtensions(loc, 1, &E_GL_NV_compute_shader_derivatives, "compute shader derivatives"); in setLayoutQualifier()
|