HomeSort by relevance Sort by last modified time
    Searched refs:stageBits (Results 1 - 10 of 10) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationBasicSemaphoreTests.cpp 63 const VkPipelineStageFlags stageBits[] = { VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT };
82 stageBits, // const VkPipelineStageFlags* pWaitDstStageMask;
189 const VkPipelineStageFlags stageBits[] = { VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT };
271 submitInfo[SECOND].pWaitDstStageMask = stageBits;
vktSynchronizationOperationMultiQueueTests.cpp 329 const VkPipelineStageFlags stageBits[] = { VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT };
348 stageBits, // const VkPipelineStageFlags* pWaitDstStageMask;
vktSynchronizationOperationSingleQueueTests.cpp 199 const VkPipelineStageFlags stageBits[] = { VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT };
218 stageBits, // const VkPipelineStageFlags* pWaitDstStageMask;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseBinding.cpp 371 const VkPipelineStageFlags stageBits[] = { VK_PIPELINE_STAGE_TRANSFER_BIT };
374 submitCommandsAndWait(deviceInterface, getDevice(), computeQueue.queueHandle, *commandBuffer, 1u, &imageMemoryBindSemaphore.get(), stageBits,
vktSparseResourcesImageMemoryAliasing.cpp 620 const VkPipelineStageFlags stageBits[] = { VK_PIPELINE_STAGE_TRANSFER_BIT, VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT };
623 submitCommandsAndWait(deviceInterface, getDevice(), computeQueue.queueHandle, *commandBuffer, 2u, imageMemoryBindSemaphores, stageBits,
    [all...]
vktSparseResourcesImageSparseResidency.cpp 580 const VkPipelineStageFlags stageBits[] = { VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT };
583 submitCommandsAndWait(deviceInterface, getDevice(), computeQueue.queueHandle, *commandBuffer, 1u, &imageMemoryBindSemaphore.get(), stageBits,
    [all...]
vktSparseResourcesMipmapSparseResidency.cpp 479 const VkPipelineStageFlags stageBits[] = { VK_PIPELINE_STAGE_TRANSFER_BIT };
482 submitCommandsAndWait(deviceInterface, getDevice(), computeQueue.queueHandle, *commandBuffer, 1u, &imageMemoryBindSemaphore.get(), stageBits,
vktSparseResourcesShaderIntrinsicsBase.cpp 616 const VkPipelineStageFlags stageBits[] = { VK_PIPELINE_STAGE_TRANSFER_BIT };
619 submitCommandsAndWait(deviceInterface, getDevice(), extractQueue.queueHandle, *commandBuffer, 1u, &memoryBindSemaphore.get(), stageBits);
  /external/vulkan-validation-layers/layers/
shader_validation.cpp 170 static spirv_inst_iter FindEntrypoint(shader_module const *src, char const *name, VkShaderStageFlagBits stageBits) {
177 if (!strcmp(entrypointName, name) && (entrypointStageBits & stageBits)) {
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp 900 static bool isArrayedInterface (ProgramInterface interface, deUint32 stageBits);
    [all...]

Completed in 396 milliseconds