Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/scripts/
Dgen_framework.py1969 def structInAPI(compositeObject): function
2001 …existingStructures = list(filter(structInAPI, testedStructures)) # remove features not found in A…
2733 def structInAPI(name): function
2827 …apiStructs = list( filter(lambda x : structInAPI(x[0]), structList)) # remove items not defined in…
2881 if not structInAPI(v[0]): # remove items not defined in current API ( important for Vulkan SC )
Dgen_framework_sc.py1969 def structInAPI(name): function
2095 …existingStructures = list(filter(structInAPI, testedStructures)) # remove features not found in AP…
2755 def structInAPI(name): function
2810 …apiStruct = list( filter(lambda x : structInAPI(x[0]), listStruct)) # remove items not defined in …
2854 if not structInAPI(v[0]): # remove items not defined in current API ( important for Vulkan SC )