Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/scripts/
H A Dgen_framework.py2463 def structInAPI(compositeObject): function
2495 …existingStructures = list(filter(structInAPI, testedStructures)) # remove features not found in AP…
3214 def structInAPI(name): function
3331 …apiStructs = list( filter(lambda x : structInAPI(x[0]), structList)) # remove items not defined in…
3386 … if not structInAPI(v[0]): # remove items not defined in current API ( important for Vulkan SC )