Home
last modified time | relevance | path

Searched refs:commandPoolMaxCommandBuffers (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/
H A DvktCommandPoolMemoryReservationTests.cpp286 uint32_t commandPoolMaxCommandBuffers; in createCommandPoolMemoryReservationTests() member
340 … maxCommandBuffers[cbIdx].commandPoolMaxCommandBuffers, 1u, false}; in createCommandPoolMemoryReservationTests()
347 … maxCommandBuffers[cbIdx].commandPoolMaxCommandBuffers, in createCommandPoolMemoryReservationTests()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPlatform.cpp776 …T_HANDLE_CREATE(commandBufferRequestCount, chainedMemoryReservation->commandPoolMaxCommandBuffers); in createCommandPoolHandlerStat()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkStructTypes.inl4144 uint32_t commandPoolMaxCommandBuffers; member
H A DvkVulkan_c.inl5042 uint32_t commandPoolMaxCommandBuffers; member
H A DvkStrUtilImpl.inl8684 s << "\tcommandPoolMaxCommandBuffers = " << value.commandPoolMaxCommandBuffers << '\n';
H A Dvulkan_json_data.hpp28546 print_uint32_t(obj.commandPoolMaxCommandBuffers, "commandPoolMaxCommandBuffers", 0); in print_VkCommandPoolMemoryReservationCreateInfo()
28578 print_uint32_t(obj->commandPoolMaxCommandBuffers, "commandPoolMaxCommandBuffers", 0); in print_VkCommandPoolMemoryReservationCreateInfo()
H A Dvulkan_json_parser.hpp11229 (o.commandPoolMaxCommandBuffers)); in parse_VkCommandPoolMemoryReservationCreateInfo()
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp6266 …Next_ ), commandPoolReservedSize( commandPoolReservedSize_ ), commandPoolMaxCommandBuffers( comman…
6300 commandPoolMaxCommandBuffers = commandPoolMaxCommandBuffers_; in setCommandPoolMaxCommandBuffers()
6324 return std::tie( sType, pNext, commandPoolReservedSize, commandPoolMaxCommandBuffers ); in reflect()
6340 && ( commandPoolMaxCommandBuffers == rhs.commandPoolMaxCommandBuffers ); in operator ==()
6354 uint32_t commandPoolMaxCommandBuffers = {}; member
Dvulkansc_hash.hpp1071 …LKAN_HPP_HASH_COMBINE( seed, commandPoolMemoryReservationCreateInfo.commandPoolMaxCommandBuffers ); in operator ()()
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h5037 uint32_t commandPoolMaxCommandBuffers; member