Home
last modified time | relevance | path

Searched refs:memory_type_protected (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/tests/
H A Dvklayertests_command.cpp7309 uint32_t memory_type_protected = phys_mem_props.memoryTypeCount + 1; in TEST_F() local
7320 memory_type_protected = i; in TEST_F()
7323 …if ((memory_type_protected >= phys_mem_props.memoryTypeCount) || (memory_type_unprotected >= phys_… in TEST_F()
7330 alloc_info.memoryTypeIndex = memory_type_protected; in TEST_F()
H A Dvklayertests_others.cpp9685 uint32_t memory_type_protected = phys_mem_props.memoryTypeCount + 1; in TEST_F() local
9696 memory_type_protected = i; in TEST_F()
9699 …if ((memory_type_protected >= phys_mem_props.memoryTypeCount) || (memory_type_unprotected >= phys_… in TEST_F()
9708 alloc_info.memoryTypeIndex = memory_type_protected; in TEST_F()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/
H A Dvklayertests_command.cpp7722 uint32_t memory_type_protected = phys_mem_props.memoryTypeCount + 1; in TEST_F() local
7733 memory_type_protected = i; in TEST_F()
7736 …if ((memory_type_protected >= phys_mem_props.memoryTypeCount) || (memory_type_unprotected >= phys_… in TEST_F()
7743 alloc_info.memoryTypeIndex = memory_type_protected; in TEST_F()
H A Dvklayertests_others.cpp9557 uint32_t memory_type_protected = phys_mem_props.memoryTypeCount + 1; in TEST_F() local
9568 memory_type_protected = i; in TEST_F()
9571 …if ((memory_type_protected >= phys_mem_props.memoryTypeCount) || (memory_type_unprotected >= phys_… in TEST_F()
9580 alloc_info.memoryTypeIndex = memory_type_protected; in TEST_F()