Searched refs:commandPoolMaxCommandBuffers (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/ |
H A D | vktCommandPoolMemoryReservationTests.cpp | 286 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 D | vkPlatform.cpp | 776 …T_HANDLE_CREATE(commandBufferRequestCount, chainedMemoryReservation->commandPoolMaxCommandBuffers); in createCommandPoolHandlerStat()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vkStructTypes.inl | 4144 uint32_t commandPoolMaxCommandBuffers; member
|
H A D | vkVulkan_c.inl | 5042 uint32_t commandPoolMaxCommandBuffers; member
|
H A D | vkStrUtilImpl.inl | 8684 s << "\tcommandPoolMaxCommandBuffers = " << value.commandPoolMaxCommandBuffers << '\n';
|
H A D | vulkan_json_data.hpp | 28546 print_uint32_t(obj.commandPoolMaxCommandBuffers, "commandPoolMaxCommandBuffers", 0); in print_VkCommandPoolMemoryReservationCreateInfo() 28578 print_uint32_t(obj->commandPoolMaxCommandBuffers, "commandPoolMaxCommandBuffers", 0); in print_VkCommandPoolMemoryReservationCreateInfo()
|
H A D | vulkan_json_parser.hpp | 11229 (o.commandPoolMaxCommandBuffers)); in parse_VkCommandPoolMemoryReservationCreateInfo()
|
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 6266 …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
|
D | vulkansc_hash.hpp | 1071 …LKAN_HPP_HASH_COMBINE( seed, commandPoolMemoryReservationCreateInfo.commandPoolMaxCommandBuffers ); in operator ()()
|
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5037 uint32_t commandPoolMaxCommandBuffers; member
|