Searched refs:enables (Results 1 – 25 of 97) sorted by relevance
1234
51 def getConditions(self, enables): argument59 for enable in enables.findall('enable'):102 enables = [e for e in elem.findall('enable')]104 remaining = len(enables)105 for subelem in enables:
60 def getConditions(self, enables): argument68 for enable in enables.findall('enable'):113 enables = [e for e in elem.findall('enable')]115 remaining = len(enables)116 for subelem in enables:
14 - This extension enables30 This extension enables support for the SPIR-V code:ShaderSMBuiltinsNV
25 There are feature enables and SPIR-V capabilities for non-uniform descriptor36 updated, which enables writing new descriptors for frame N+1 while frame
24 This extension enables an application to export fence payload to and import
19 This extension enables applications to use multisampled rendering with a
21 The 'VK_EXT_private_data' extension is a device extension which enables
21 This extension enables support for a new class of
26 This enables applications to generate an arbitrary number of drawing
22 This extension enables C-like structure layout for SPIR-V blocks.
22 This extension enables tighter array and struct packing to be used with
23 This extension enables an application to export semaphore payload to and
26 This extension enables passing the entire sequence of draws directly to the
22 This extension enables an application to export semaphore payload to and
29 This extension enables the Non Uniform Group Operations in SPIR-V to support
14 entrypoints. Finally, volk enables loading Vulkan entrypoints directly
7 variable automatically enables it.
39 This extension enables selection of null display types which perform state
39 This extension enables selection of Metal display types.
39 This extension enables choosing the SwiftShader Vulkan implementation
39 This extension enables choosing the driver's EGL implementation when it is
39 This extension enables the creation of a D3D11on12 display.
66 EGL_TRUE enables context virtualization and EGL false disables it.
40 enables or disables all requestable extensions by default.
95 for (auto &enables : mTexUnitEnables) in initialize() local97 enables.reset(); in initialize()