Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/scripts/
Dgen_framework.py2799 def structInAPI(compositeObject): function
2831 …existingStructures = list(filter(structInAPI, testedStructures)) # remove features not found in AP…
3566 def structInAPI(name): function
3683 …apiStructs = list( filter(lambda x : structInAPI(x[0]), structList)) # remove items not defined in…
3739 … if not structInAPI(v[0]): # remove items not defined in current API ( important for Vulkan SC )