Home
last modified time | relevance | path

Searched refs:requirement (Results 1 – 25 of 274) sorted by relevance

1234567891011

/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.hpp83 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);
DvkMemUtil.cpp78 …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/
DAPIs.md21 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/
Dmainloop.py105 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/
Des2fShaderLoopTests.cpp212 …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/
Dinstantiate-field.cpp36 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/
Dmodule-flags-1.ll45 ; 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/
DvktFragmentOperationsMakeUtil.cpp287 …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()
DvktFragmentOperationsMakeUtil.hpp49 …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/
DvktPipelineMakeUtil.cpp308 …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()
DvktPipelineMakeUtil.hpp90 …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/
DgluShaderLibrary.cpp1298 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/
Dgo7.patch13 + 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/
Dprogress-bar.less6 // Deprecated parent class requirement as of v3.2.0
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp726 …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()
DvktGeometryTestsUtil.hpp180 …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/
Ddarwin_specific_modulemap_hacks.m7 @import IOKit.avc; // no error, cplusplus requirement removed
/external/autotest/client/site_tests/firmware_TouchMTB/
Dcontrol8 CRITERIA = 'Fails if the performance does not meet a specified requirement.'
/external/llvm/test/ExecutionEngine/MCJIT/
Dtest-common-symbols-alignment.ll4 ; the alignment requirement.
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dtest-common-symbols-alignment.ll4 ; the alignment requirement.
/external/autotest/server/site_tests/firmware_ECBootTime/
Dcontrol10 CRITERIA = "This test will fail if EC did not meet boot time requirement."
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp510 …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/
DLICENSE24 receive copies from any such party to do so, with the only requirement being
/external/autotest/server/site_tests/firmware_FAFTSetup/
Dcontrol19 This test checks the following FAFT hardware requirement:
/external/naver-fonts/
DNOTICE27 requirement for fonts to remain under this license does not apply
78 distributed under any other license. The requirement for fonts to

1234567891011