HomeSort by relevance Sort by last modified time
    Searched defs:commandBuffers (Results 1 - 6 of 6) sorted by null

  /external/vulkan-validation-layers/layers/
core_validation.h 202 std::list<VkCommandBuffer> commandBuffers; // container of cmd buffers allocated from this pool
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCommandBuffersTests.cpp 703 const Move<VkCommandBuffer> commandBuffers[] =
709 if (!executeCommandBuffer(vkDevice, vk, queue, *(commandBuffers[0])))
711 if (!executeCommandBuffer(vkDevice, vk, queue, *(commandBuffers[1]), true))
716 if (!executeCommandBuffer(vkDevice, vk, queue, *(commandBuffers[0])))
718 if (!executeCommandBuffer(vkDevice, vk, queue, *(commandBuffers[1])))
    [all...]
vktApiObjectManagementTests.cpp     [all...]
  /external/vulkan-validation-layers/demos/
cube.cpp 609 vk::CommandBuffer const commandBuffers[] = {cmd};
612 commandBuffers);
620 device.freeCommandBuffers(cmd_pool, 1, commandBuffers);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp 100 list<VkCommandBuffer> commandBuffers; // list container of cmd buffers allocated from this pool
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.cpp 100 list<VkCommandBuffer> commandBuffers; // list container of cmd buffers allocated from this pool
    [all...]

Completed in 563 milliseconds