Home
last modified time | relevance | path

Searched defs:storageType (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayGenerateMipMap.cpp92 STORAGE_TYPE storageType) in TextureCubeMapArrayGenerateMipMapFilterable()
486 STORAGE_TYPE storageType) in TextureCubeMapArrayGenerateMipMapNonFilterable()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderLibraryCase.hpp82 StorageType storageType; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3419 const char* const storageType = (isUniform) ? ("uniform") : ("buffer"); in genResourceDeclarations() local
9002 const char* const storageType = (isUniform) ? ("textureBuffer ") : ("readonly imageBuffer "); in genResourceDeclarations() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp5144 …const glu::Storage storageType = (inputCase) ? (ioBlockTypes[ndx].inputStorage) : (ioBlockT… in generateProgramInputOutputShaderCaseBlocks() local