/external/skia/tools/gpu/mtl/ |
MtlTestContext.mm | 42 allocateInfo.commandBufferCount = 1; 76 submitInfo.commandBufferCount = 1;
|
/external/skia/tools/gpu/vk/ |
VkTestContext.cpp | 40 allocateInfo.commandBufferCount = 1; 74 submitInfo.commandBufferCount = 1;
|
/external/vulkan-validation-layers/layers/ |
threading.cpp | 355 for (uint32_t index = 0; index < pAllocateInfo->commandBufferCount; index++) { 364 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, 374 for (uint32_t index = 0; index < commandBufferCount; index++) { 379 for (uint32_t index = 0; index < commandBufferCount; index++) { 386 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
|
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/threading/ |
threading.cpp | 301 for (uint32_t index = 0; index < pAllocateInfo->commandBufferCount; index++) { 310 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, 318 for (uint32_t index = 0; index < commandBufferCount; index++) { 322 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); 325 for (uint32_t index = 0; index < commandBufferCount; index++) {
|
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/ |
threading.cpp | 301 for (uint32_t index = 0; index < pAllocateInfo->commandBufferCount; index++) { 310 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, 318 for (uint32_t index = 0; index < commandBufferCount; index++) { 322 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); 325 for (uint32_t index = 0; index < commandBufferCount; index++) {
|
object_tracker.h | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
vktSynchronizationBasicEventTests.cpp | 95 1u, // deUint32 commandBufferCount; 141 1u, // deUint32 commandBufferCount; 189 2u, // deUint32 commandBufferCount; 235 1u, // deUint32 commandBufferCount; 246 1u, // deUint32 commandBufferCount; 287 1u, // deUint32 commandBufferCount; 298 1u, // deUint32 commandBufferCount;
|
vktSynchronizationBasicSemaphoreTests.cpp | 71 1u, // deUint32 commandBufferCount; 82 1u, // deUint32 commandBufferCount; 209 submitInfo[FIRST].commandBufferCount = 1u; 219 submitInfo[SECOND].commandBufferCount = 1u;
|
vktSynchronizationBasicFenceTests.cpp | 65 1u, // deUint32 commandBufferCount; 131 1u, // deUint32 commandBufferCount;
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiCommandBuffersTests.cpp | 99 NumBuffers // deUint32 commandBufferCount; 298 1u // deUint32 commandBufferCount; 378 1u, // deUint32 commandBufferCount; 626 1u, // commandBufferCount [all...] |
vktApiFillBufferTests.cpp | 175 1u, // deUint32 commandBufferCount; 340 1u, // deUint32 commandBufferCount;
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkRefUtil.cpp | 56 DE_ASSERT(pAllocateInfo->commandBufferCount == 1u);
|
vkDeviceDriverImpl.inl | 365 void DeviceDriver::freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers) const 367 m_vk.freeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); 600 void DeviceDriver::cmdExecuteCommands (VkCommandBuffer commandBuffer, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers) const 602 m_vk.cmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); [all...] |
vkConcreteDeviceInterface.inl | 76 virtual void freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers) const; 123 virtual void cmdExecuteCommands (VkCommandBuffer commandBuffer, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers) const;
|
vkVirtualDeviceInterface.inl | 76 virtual void freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers) const = 0; 123 virtual void cmdExecuteCommands (VkCommandBuffer commandBuffer, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers) const = 0;
|
/external/skia/tools/viewer/sk_app/ |
VulkanWindowContext.cpp | 315 commandBuffersInfo.commandBufferCount = 2; 522 submitInfo.commandBufferCount = 1; 592 submitInfo.commandBufferCount = 1;
|
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/ |
vk_safe_struct.cpp | 367 commandBufferCount(pInStruct->commandBufferCount), 382 pCommandBuffers = new VkCommandBuffer[pInStruct->commandBufferCount]; 383 memcpy ((void *)pCommandBuffers, (void *)pInStruct->pCommandBuffers, sizeof(VkCommandBuffer)*pInStruct->commandBufferCount); 402 commandBufferCount = src.commandBufferCount; 416 pCommandBuffers = new VkCommandBuffer[src.commandBufferCount]; 417 memcpy ((void *)pCommandBuffers, (void *)src.pCommandBuffers, sizeof(VkCommandBuffer)*src.commandBufferCount); 446 commandBufferCount = pInStruct->commandBufferCount; [all...] |
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/ |
vk_safe_struct.cpp | 367 commandBufferCount(pInStruct->commandBufferCount), 382 pCommandBuffers = new VkCommandBuffer[pInStruct->commandBufferCount]; 383 memcpy ((void *)pCommandBuffers, (void *)pInStruct->pCommandBuffers, sizeof(VkCommandBuffer)*pInStruct->commandBufferCount); 402 commandBufferCount = src.commandBufferCount; 416 pCommandBuffers = new VkCommandBuffer[src.commandBufferCount]; 417 memcpy ((void *)pCommandBuffers, (void *)src.pCommandBuffers, sizeof(VkCommandBuffer)*src.commandBufferCount); 446 commandBufferCount = pInStruct->commandBufferCount; [all...] |
/external/mesa3d/src/intel/vulkan/ |
anv_dump.c | 282 .commandBufferCount = 1, 310 .commandBufferCount = 1,
|
anv_cmd_buffer.c | 236 for (i = 0; i < pAllocateInfo->commandBufferCount; i++) { 246 for (i = 0; i < pAllocateInfo->commandBufferCount; i++) 270 uint32_t commandBufferCount, 273 for (uint32_t i = 0; i < commandBufferCount; i++) {
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
vktFragmentOperationsMakeUtil.cpp | 223 1u, // uint32_t commandBufferCount;
|
/external/mesa3d/src/amd/vulkan/ |
radv_device.c | 967 if (!pSubmits[i].commandBufferCount) 971 pSubmits[i].commandBufferCount); 973 for (uint32_t j = 0; j < pSubmits[i].commandBufferCount; j++) { 983 for (uint32_t j = 0; j < pSubmits[i].commandBufferCount; j += advance) { [all...] |
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
vktDrawIndexedTest.cpp | 178 1, // deUint32 commandBufferCount; 300 1, // deUint32 commandBufferCount;
|
vktDrawSimpleTest.cpp | 157 1, // deUint32 commandBufferCount; 263 1, // deUint32 commandBufferCount;
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
vktDynamicStateVPTests.cpp | 104 1, // deUint32 commandBufferCount; 336 1, // deUint32 commandBufferCount;
|