Searched refs:isCubeArray (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp133 bool isCubeArray = de::inRange<int>(program, PROGRAM_CUBE_ARRAY_FLOAT, PROGRAM_CUBE_ARRAY_SHADOW); local
151 if (isCubeArray)
169 if (isCubeArray)
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp201 bool isCubeArray = de::inRange<int>(program, PROGRAM_CUBE_ARRAY_FLOAT, PROGRAM_CUBE_ARRAY_SHADOW); local
214 if (isCubeArray)
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp1524 const bool isCubeArray = isSquare && (textureSize.z() % 6) == 0; local
1532 if (type == TEXTURETYPE_CUBE_ARRAY && !isCubeArray)

Completed in 89 milliseconds