/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferTests.cpp | 800 …de::MovePtr<tcu::TestCaseGroup> dedicatedAllocation (new tcu::TestCaseGroup(testCtx, "dedicated_al… in createBufferTests() local 801 createBufferUsageCases(*dedicatedAllocation, 0u, 0u, ALLOCATION_KIND_DEDICATED); in createBufferTests() 802 buffersTests->addChild(dedicatedAllocation.release()); in createBufferTests()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 2454 VkBool32 dedicatedAllocation; member 2461 VkBool32 dedicatedAllocation; member
|
D | vkVulkan_c.inl | 6572 VkBool32 dedicatedAllocation; member 6578 VkBool32 dedicatedAllocation; member
|
D | vkStrUtilImpl.inl | 5577 s << "\tdedicatedAllocation = " << value.dedicatedAllocation << '\n'; 5587 s << "\tdedicatedAllocation = " << value.dedicatedAllocation << '\n';
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4512 bool dedicatedAllocation, 7546 bool dedicatedAllocation, in AllocateMemoryOfType() argument 7572 dedicatedAllocation || in AllocateMemoryOfType()
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4512 bool dedicatedAllocation, 7546 bool dedicatedAllocation, in AllocateMemoryOfType() argument 7572 dedicatedAllocation || in AllocateMemoryOfType()
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 5425 VkBool32 dedicatedAllocation; member 5431 VkBool32 dedicatedAllocation; member
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 6063 VkBool32 dedicatedAllocation; member 6069 VkBool32 dedicatedAllocation; member
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 6063 VkBool32 dedicatedAllocation; member 6069 VkBool32 dedicatedAllocation; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 6501 VkBool32 dedicatedAllocation; member 6507 VkBool32 dedicatedAllocation; member
|
D | vulkan.hpp | 23008 : dedicatedAllocation( dedicatedAllocation_ ) in DedicatedAllocationBufferCreateInfoNV() 23030 dedicatedAllocation = dedicatedAllocation_; in setDedicatedAllocation() 23048 && ( dedicatedAllocation == rhs.dedicatedAllocation ); in operator ==() 23061 Bool32 dedicatedAllocation; member 23068 : dedicatedAllocation( dedicatedAllocation_ ) in DedicatedAllocationImageCreateInfoNV() 23090 dedicatedAllocation = dedicatedAllocation_; in setDedicatedAllocation() 23108 && ( dedicatedAllocation == rhs.dedicatedAllocation ); in operator ==() 23121 Bool32 dedicatedAllocation; member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 6372 VkBool32 dedicatedAllocation; member 6378 VkBool32 dedicatedAllocation; member
|
D | vulkan.hpp | 12507 : dedicatedAllocation( dedicatedAllocation_ ) in DedicatedAllocationImageCreateInfoNV() 12529 dedicatedAllocation = dedicatedAllocation_; in setDedicatedAllocation() 12547 && ( dedicatedAllocation == rhs.dedicatedAllocation ); in operator ==() 12560 Bool32 dedicatedAllocation; member 12567 : dedicatedAllocation( dedicatedAllocation_ ) in DedicatedAllocationBufferCreateInfoNV() 12589 dedicatedAllocation = dedicatedAllocation_; in setDedicatedAllocation() 12607 && ( dedicatedAllocation == rhs.dedicatedAllocation ); in operator ==() 12620 Bool32 dedicatedAllocation; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 6569 VkBool32 dedicatedAllocation; member 6575 VkBool32 dedicatedAllocation; member
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 32834 dedicated_buffer_create_info.dedicatedAllocation = VK_TRUE; in TEST_F() 32838 dedicated_buffer_create_info_2.dedicatedAllocation = VK_TRUE; in TEST_F() 32955 dedicated_buffer_create_info.dedicatedAllocation = VK_TRUE; in TEST_F()
|