/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.hpp | 83 inline MemoryRequirement operator| (MemoryRequirement requirement) const in operator |() 85 return MemoryRequirement(m_flags | requirement.m_flags); in operator |() 88 inline MemoryRequirement operator& (MemoryRequirement requirement) const in operator &() 90 return MemoryRequirement(m_flags & requirement.m_flags); in operator &() 118 …ocation> allocate (const VkMemoryRequirements& memRequirements, MemoryRequirement requirement) = 0; 128 …cation> allocate (const VkMemoryRequirements& memRequirements, MemoryRequirement requirement);
|
D | vkMemUtil.cpp | 78 …DeviceMemoryProperties& deviceMemProps, deUint32 allowedMemTypeBits, MemoryRequirement requirement) in selectMatchingMemoryType() argument 83 requirement.matchesHeap(deviceMemProps.memoryTypes[memoryTypeNdx].propertyFlags)) in selectMatchingMemoryType() 190 …ion> SimpleAllocator::allocate (const VkMemoryRequirements& memReqs, MemoryRequirement requirement) in allocate() argument 192 …int32 memoryTypeNdx = selectMatchingMemoryType(m_memProps, memReqs.memoryTypeBits, requirement); in allocate() 204 if (requirement & MemoryRequirement::HostVisible) in allocate()
|
/external/parameter-framework/upstream/doc/requirements/ |
D | APIs.md | 21 There is no requirement to retreive a criterion by it's name. 35 There is no "two-step-creation" requirement. This is an implementation detail. 39 Deffered application requirement; see [req-multiple-criterion-change-atomicity] 56 Currently only used for XML generation. There is no requirement associated. 62 Currently only used for XML generaton. There is no requirement associated. 68 Currently only used for XML generation. There is no requirement associated. 87 There is no requirement associated. 96 Implements the same requirement: [req-parameter-overwriting] 105 All of the following APIs implement the Tuning requirement; see section [req-tuning] 154 Implementation detail of the criterion requirement [req-selection-criterion].
|
/external/autotest/client/cros/ |
D | mainloop.py | 105 def requirement_completed(self, requirement, warn_if_already_completed=True): argument 109 self.remaining_requirements.remove(requirement) 113 requirement) 123 (requirement, self.remaining_requirements))
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderLoopTests.cpp | 212 …scription, bool isVertexCase, ShaderEvalFunc evalFunc, LoopRequirement requirement, const char* ve… 227 …scription, bool isVertexCase, ShaderEvalFunc evalFunc, LoopRequirement requirement, const char* ve… in ShaderLoopCase() argument 229 , m_requirement (requirement) in ShaderLoopCase() 466 LoopRequirement requirement; in createGenericLoopCase() local 471 requirement = LOOPREQUIREMENT_STANDARD; in createGenericLoopCase() 473 requirement = LOOPREQUIREMENT_UNIFORM; in createGenericLoopCase() 475 requirement = LOOPREQUIREMENT_DYNAMIC; in createGenericLoopCase() 478 requirement = LOOPREQUIREMENT_DYNAMIC; in createGenericLoopCase() 480 …return new ShaderLoopCase(context, caseName, description, isVertexCase, evalFunc, requirement, ver… in createGenericLoopCase() 1233 LoopRequirement requirement; in createSpecialLoopCase() local [all …]
|
/external/clang/test/SemaTemplate/ |
D | instantiate-field.cpp | 36 template <class > struct requirement ; 39 template <class Model> struct requirement<failed *Model::*> struct 47 template <class Model> struct requirement_<void(*)(Model)> : requirement<failed *Model::*>
|
/external/llvm/test/Verifier/ |
D | module-flags-1.ll | 45 ; CHECK: invalid requirement on flag, flag is not present in module 47 ; CHECK: invalid requirement on flag, flag does not have the required value 50 ; CHECK-NOT: invalid requirement on flag, flag is not present in module 51 ; CHECK-NOT: invalid requirement on flag, flag does not have the required value
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsMakeUtil.cpp | 287 …st VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement) in bindImage() argument 289 …Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vk, device, image), requirement); in bindImage() 294 … VkDevice device, Allocator& allocator, const VkBuffer buffer, const MemoryRequirement requirement) in bindBuffer() argument 296 …llocation> alloc(allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), requirement)); in bindBuffer()
|
D | vktFragmentOperationsMakeUtil.hpp | 49 …evice, vk::Allocator& allocator, const vk::VkImage image, const vk::MemoryRequirement requirement); 50 …ice, vk::Allocator& allocator, const vk::VkBuffer buffer, const vk::MemoryRequirement requirement);
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMakeUtil.cpp | 308 …st VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement) in bindImage() argument 310 …Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vk, device, image), requirement); in bindImage() 315 … VkDevice device, Allocator& allocator, const VkBuffer buffer, const MemoryRequirement requirement) in bindBuffer() argument 317 …llocation> alloc(allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), requirement)); in bindBuffer()
|
D | vktPipelineMakeUtil.hpp | 90 …evice, vk::Allocator& allocator, const vk::VkImage image, const vk::MemoryRequirement requirement); 91 …ice, vk::Allocator& allocator, const vk::VkBuffer buffer, const vk::MemoryRequirement requirement);
|
/external/deqp/framework/opengl/ |
D | gluShaderLibrary.cpp | 1298 CaseRequirement requirement; in parsePipelineProgram() local 1299 parseRequirement(requirement); in parsePipelineProgram() 1301 if (requirement.type == CaseRequirement::TYPE_EXTENSION) in parsePipelineProgram() 1302 program.requiredExtensions.push_back(requirement.extension); in parsePipelineProgram() 1431 CaseRequirement requirement; in parseShaderCase() local 1432 parseRequirement(requirement); in parseShaderCase() 1433 requirements.push_back(requirement); in parseShaderCase() 1455 const CaseRequirement& requirement = requirements[reqNdx]; in parseShaderCase() local 1457 if (requirement.type == CaseRequirement::TYPE_EXTENSION) in parseShaderCase() 1458 requiredExts.push_back(requirement.extension); in parseShaderCase() [all …]
|
/external/toolchain-utils/go/patch/ |
D | go7.patch | 13 + t.Skip("skipping test due to huge memory requirement") 107 + t.Skip("skipping test due to huge memory requirement") 118 + t.Skip("skipping test due to huge memory requirement")
|
/external/fmtlib/doc/bootstrap/mixins/ |
D | progress-bar.less | 6 // Deprecated parent class requirement as of v3.2.0
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryTestsUtil.cpp | 726 …st VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement) in bindImage() argument 728 …Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vk, device, image), requirement); in bindImage() 733 … VkDevice device, Allocator& allocator, const VkBuffer buffer, const MemoryRequirement requirement) in bindBuffer() argument 735 …llocation> alloc(allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), requirement)); in bindBuffer()
|
D | vktGeometryTestsUtil.hpp | 180 …evice, vk::Allocator& allocator, const vk::VkImage image, const vk::MemoryRequirement requirement); 181 …ice, vk::Allocator& allocator, const vk::VkBuffer buffer, const vk::MemoryRequirement requirement);
|
/external/clang/test/Modules/ |
D | darwin_specific_modulemap_hacks.m | 7 @import IOKit.avc; // no error, cplusplus requirement removed
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | control | 8 CRITERIA = 'Fails if the performance does not meet a specified requirement.'
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | test-common-symbols-alignment.ll | 4 ; the alignment requirement.
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | test-common-symbols-alignment.ll | 4 ; the alignment requirement.
|
/external/autotest/server/site_tests/firmware_ECBootTime/ |
D | control | 10 CRITERIA = "This test will fail if EC did not meet boot time requirement."
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 510 …st VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement) in bindImage() argument 512 …Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vk, device, image), requirement); in bindImage() 517 … VkDevice device, Allocator& allocator, const VkBuffer buffer, const MemoryRequirement requirement) in bindBuffer() argument 519 …llocation> alloc(allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), requirement)); in bindBuffer()
|
/external/glide/third_party/gif_encoder/ |
D | LICENSE | 24 receive copies from any such party to do so, with the only requirement being
|
/external/autotest/server/site_tests/firmware_FAFTSetup/ |
D | control | 19 This test checks the following FAFT hardware requirement:
|
/external/naver-fonts/ |
D | NOTICE | 27 requirement for fonts to remain under this license does not apply 78 distributed under any other license. The requirement for fonts to
|