Home
last modified time | relevance | path

Searched refs:isGLPerVertex (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/glslang/Include/
DTypes.h2702 bool isGLPerVertex = *typeName == "gl_PerVertex"; variable
2706 (structure->size() != right.structure->size() && !isGLPerVertex)) {
2731 if (isGLPerVertex) {
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DTypes.h2723 bool isGLPerVertex = *typeName == "gl_PerVertex"; variable
2727 (structure->size() != right.structure->size() && !isGLPerVertex)) {
2752 if (isGLPerVertex) {
/external/angle/src/compiler/translator/
DParseContext.cpp4729 const bool isGLPerVertex = blockName == "gl_PerVertex"; in addInterfaceBlock() local
4731 if (!isGLPerVertex) in addInterfaceBlock()
5051 if (isGLPerVertex) in addInterfaceBlock()