HomeSort by relevance Sort by last modified time
    Searched refs:requirements (Results 51 - 75 of 127) sorted by null

1 23 4 5 6

  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationWin32KeyedMutexTests.cpp 248 const vk::VkMemoryRequirements& requirements,
275 requirements.size,
276 chooseMemoryType(requirements.memoryTypeBits)
305 vk::VkMemoryRequirements2KHR requirements = local
311 vkd.getBufferMemoryRequirements2KHR(device, &requirementsInfo, &requirements);
313 vk::Move<vk::VkDeviceMemory> memory = importMemory(vkd, device, requirements.memoryRequirements, externalType, nativeHandle, !!dedicatedRequirements.requiresDedicatedAllocation, buffer, DE_NULL);
338 vk::VkMemoryRequirements2KHR requirements = local
344 vkd.getImageMemoryRequirements2KHR(device, &requirementsInfo, &requirements);
346 vk::Move<vk::VkDeviceMemory> memory = importMemory(vkd, device, requirements.memoryRequirements, externalType, nativeHandle, !!dedicatedRequirements.requiresDedicatedAllocation, DE_NULL, image);
    [all...]
  /compatibility/cdd/7_hardware-compatibility/
7_6_memory-and-storage.md 126 Device implementations MAY meet the above requirements using either:
133 requirements, they:
142 the above requirements, they:
7_9_virtual-reality.md 29 If Handheld device implementations are capable of meeting all the requirements
92 accelerometer, and magnetometer related requirements for
7_3_sensors.md 41 **STRONGLY RECOMMENDED** to meet these requirements so they will be able to
253 additional mandatory requirements for devices reporting the year "2016" or
432 quality requirements as `TYPE_ACCELEROMETER`.
451 requirements as `TYPE_GYROSCOPE`.
459 requirements as `TYPE_GEOMAGNETIC_FIELD` and in addition:
510 Note that all power consumption requirements in this section do not include the
571 the fingerprint data securely migrated to meet the above requirements or
7_1_display-and-graphics.md 9 The units referenced by the requirements in this section are defined as follows:
73 API, MUST meet the following requirements:
7_2_input-devices.md 132 meets the requirements defined in [section 7.1.1](#7_1_1_screen_configuration).
172 device only) and meet the fake touch requirements in
  /compatibility/cdd/9_security-model/
9_5_multi-user-support.md 19 * [C-1-1] MUST meet the following requirements related to
9_10_device-integrity.md 3 The following requirements ensures there is transparancy to the status of the
  /external/walt/docs/
Development.md 3 In general WALT Android app has no special requirements but since WALT usually takes up the only available USB connector on the phone, the typical development using ADB via USB becomes difficult. Below are some options to overcome this problem.
  /compatibility/cdd/3_software/
3_3_native-api-compatibility.md 80 in more detail the requirements for when the full implementation of each
87 section 7.1.4.2 describes in more detail the requirements for when the full
3_9_device-administration.md 124 * [C-1-9] MUST ensure that it satisfies all the security requirements
129 the following requirements to grant access to apps running in a managed
  /compatibility/cdd/5_multimedia/
5_2_video-encoding.md 130 [WebM project RTC hardware coding requirements](
131 http://www.webmproject.org/hardware/rtc-coding-requirements), to ensure
5_1_media-codecs.md 238 [requirements](http://www.webmproject.org/hardware/rtc-coding-requirements/).
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 267 handle runtime requirements such as FOLLOW sets for automatic error recovery.
  /external/v8/tools/
profile_view.js 122 * functions. Must comply with Array.sort sorting function requirements.
196 * functions. Must comply with Array.sort sorting function requirements.
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferTests.cpp 201 inline VkMemoryRequirements requirementsWithSize (VkMemoryRequirements requirements, const VkDeviceSize size)
203 requirements.size = size;
204 return requirements;
758 QueueRequirementsVec requirements local
    [all...]
vktSparseResourcesTestsUtil.cpp 916 deUint32 getSparseAspectRequirementsIndex (const std::vector<VkSparseImageMemoryRequirements>& requirements,
919 for (deUint32 memoryReqNdx = 0; memoryReqNdx < requirements.size(); ++memoryReqNdx)
921 if (requirements[memoryReqNdx].formatProperties.aspectMask & aspectFlags)
vktSparseResourcesTestsUtil.hpp 290 deUint32 getSparseAspectRequirementsIndex (const std::vector<vk::VkSparseImageMemoryRequirements>& requirements,
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 
  /external/deqp/external/vulkancts/modules/vulkan/clipping/
vktClippingTests.cpp 966 FeatureFlags requirements = (FeatureFlags)0; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryRequirementsTests.cpp 21 * \brief Buffer and image memory requirements tests.
314 // - requirements for a particular buffer usage
315 // - memoryTypeBits are a subset of bits for requirements with all usage flags combined
341 return allPass ? tcu::TestStatus::pass("Pass") : tcu::TestStatus::fail("Some memory requirements were incorrect");
1718 VkMemoryRequirements2KHR requirements = local
    [all...]
  /compatibility/cdd/2_device-types/
2_2_handheld-reqs.md 1 ## 2.2\. Handheld Requirements
13 The additional requirements in the rest of this section are specific to Android
  /external/autotest/server/
site_linux_system.py 544 """Ensure MAC address of |net_dev| meets uniqueness requirements.
668 def require_capabilities(self, requirements, fatal_failure=False):
671 Check that capabilities in |requirements| exist on this system.
676 @param requirements list of CAPABILITY_* defined above.
683 missing = [cap for cap in requirements if not cap in self.capabilities]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderCase.cpp 78 const VkMemoryRequirements requirements = getBufferMemoryRequirements(vkdi, device, *buffer); local
79 AllocationMp bufferMemory = allocator.allocate(requirements, MemoryRequirement::HostVisible);
  /external/deqp/framework/opengl/
gluShaderLibrary.cpp 1364 vector<CaseRequirement> requirements; local
    [all...]

Completed in 325 milliseconds

1 23 4 5 6