Searched refs:propFlags (Results 1 – 3 of 3) sorted by relevance
23 AllocationPropertyFlags propFlags; in AllocAndBindBufferMemory() local29 propFlags = AllocationPropertyFlags::kPersistentlyMapped; in AllocAndBindBufferMemory()31 propFlags = AllocationPropertyFlags::kNone; in AllocAndBindBufferMemory()34 VkResult result = allocator->allocateBufferMemory(buffer, usage, propFlags, &memory); in AllocAndBindBufferMemory()68 AllocationPropertyFlags propFlags; in AllocAndBindImageMemory() local74 propFlags = AllocationPropertyFlags::kDedicatedAllocation; in AllocAndBindImageMemory()76 propFlags = AllocationPropertyFlags::kNone; in AllocAndBindImageMemory()80 propFlags |= AllocationPropertyFlags::kProtected; in AllocAndBindImageMemory()84 propFlags |= AllocationPropertyFlags::kLazyAllocation; in AllocAndBindImageMemory()87 VkResult result = allocator->allocateImageMemory(image, propFlags, &memory); in AllocAndBindImageMemory()
1713 , propFlags(propFlags_) in ProgramResourceQueryTestTarget()1717 …ROGRAMINTERFACE_UNIFORM: DE_ASSERT((propFlags & PROGRAMRESOURCEPROP_UNIFORM_INTERFACE_MASK) … in ProgramResourceQueryTestTarget()1718 …INTERFACE_UNIFORM_BLOCK: DE_ASSERT((propFlags & PROGRAMRESOURCEPROP_UNIFORM_BLOCK_INTERFACE_MAS… in ProgramResourceQueryTestTarget()1719 …FACE_SHADER_STORAGE_BLOCK: DE_ASSERT((propFlags & PROGRAMRESOURCEPROP_SHADER_STORAGE_BLOCK_MASK)… in ProgramResourceQueryTestTarget()1720 …GRAMINTERFACE_PROGRAM_INPUT: DE_ASSERT((propFlags & PROGRAMRESOURCEPROP_PROGRAM_INPUT_MASK) … in ProgramResourceQueryTestTarget()1721 …AMINTERFACE_PROGRAM_OUTPUT: DE_ASSERT((propFlags & PROGRAMRESOURCEPROP_PROGRAM_OUTPUT_MASK) … in ProgramResourceQueryTestTarget()1722 …MINTERFACE_BUFFER_VARIABLE: DE_ASSERT((propFlags & PROGRAMRESOURCEPROP_BUFFER_VARIABLE_MASK) … in ProgramResourceQueryTestTarget()1723 …RANSFORM_FEEDBACK_VARYING: DE_ASSERT((propFlags & PROGRAMRESOURCEPROP_TRANSFORM_FEEDBACK_VARYING_M… in ProgramResourceQueryTestTarget()2106 if (m_queryTarget.propFlags == PROGRAMRESOURCEPROP_IS_PER_PATCH) in getAndCheckProgramDefinition()2234 if (allProperties[propNdx].validator->isSelected(m_queryTarget.propFlags) && in iterate()[all …]
42 deUint32 propFlags; member