Home
last modified time | relevance | path

Searched refs:enables (Results 1 – 25 of 97) sorted by relevance

1234

/device/generic/vulkan-cereal/protocols/vulkan/xml/
Dspirvcapgenerator.py51 def getConditions(self, enables): argument
59 for enable in enables.findall('enable'):
102 enables = [e for e in elem.findall('enable')]
104 remaining = len(enables)
105 for subelem in enables:
/device/generic/vulkan-cereal/protocols/vulkan/scripts/
Dspirvcapgenerator.py60 def getConditions(self, enables): argument
68 for enable in enables.findall('enable'):
113 enables = [e for e in elem.findall('enable')]
115 remaining = len(enables)
116 for subelem in enables:
/device/generic/vulkan-cereal/protocols/vulkan/appendices/
DVK_NV_shader_sm_builtins.txt14 - This extension enables
30 This extension enables support for the SPIR-V code:ShaderSMBuiltinsNV
DVK_EXT_descriptor_indexing.txt25 There are feature enables and SPIR-V capabilities for non-uniform descriptor
36 updated, which enables writing new descriptors for frame N+1 while frame
DVK_KHR_external_fence_fd.txt24 This extension enables an application to export fence payload to and import
DVK_AMD_mixed_attachment_samples.txt19 This extension enables applications to use multisampled rendering with a
DVK_EXT_private_data.txt21 The 'VK_EXT_private_data' extension is a device extension which enables
DVK_NV_shader_subgroup_partitioned.txt21 This extension enables support for a new class of
DVK_AMD_draw_indirect_count.txt26 This enables applications to generate an arbitrary number of drawing
DVK_EXT_scalar_block_layout.txt22 This extension enables C-like structure layout for SPIR-V blocks.
DVK_KHR_uniform_buffer_standard_layout.txt22 This extension enables tighter array and struct packing to be used with
DVK_KHR_external_semaphore_fd.txt23 This extension enables an application to export semaphore payload to and
DVK_EXT_multi_draw.txt26 This extension enables passing the entire sequence of draws directly to the
DVK_FUCHSIA_external_semaphore.txt22 This extension enables an application to export semaphore payload to and
DVK_KHR_shader_subgroup_extended_types.txt29 This extension enables the Non Uniform Group Operations in SPIR-V to support
/device/generic/vulkan-cereal/third-party/angle/src/third_party/volk/
DREADME.chromium14 entrypoints. Finally, volk enables loading Vulkan entrypoints directly
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/doc/
DAPPLE_clip_distance.md7 variable automatically enables it.
/device/generic/vulkan-cereal/third-party/angle/extensions/
DEGL_ANGLE_platform_angle_null.txt39 This extension enables selection of null display types which perform state
DEGL_ANGLE_platform_angle_metal.txt39 This extension enables selection of Metal display types.
DEGL_ANGLE_platform_angle_device_type_swiftshader.txt39 This extension enables choosing the SwiftShader Vulkan implementation
DEGL_ANGLE_platform_angle_device_type_egl.txt39 This extension enables choosing the driver's EGL implementation when it is
DEGL_ANGLE_platform_angle_d3d11on12.txt39 This extension enables the creation of a D3D11on12 display.
DEGL_ANGLE_platform_angle_context_virtualization.txt66 EGL_TRUE enables context virtualization and EGL false disables it.
DEGL_ANGLE_create_context_extensions_enabled.txt40 enables or disables all requestable extensions by default.
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DGLES1State.cpp95 for (auto &enables : mTexUnitEnables) in initialize() local
97 enables.reset(); in initialize()

1234