Searched refs:stage_flags (Results 1 – 4 of 4) sorted by relevance
706 VkPipelineStageFlags *stage_flags = NULL; in wsi_common_queue_present() local715 stage_flags = vk_alloc(&swapchain->alloc, in wsi_common_queue_present()720 if (!stage_flags) { in wsi_common_queue_present()725 stage_flags[s] = VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT; in wsi_common_queue_present()727 submit_info.pWaitDstStageMask = stage_flags; in wsi_common_queue_present()742 vk_free(&swapchain->alloc, stage_flags); in wsi_common_queue_present()
306 auto stage_flags = bindings_[bi_itr->second].stageFlags; in IsNextBindingConsistent() local310 (stage_flags != bindings_[next_bi_itr->second].stageFlags) || in IsNextBindingConsistent()
5443 …std::vector<VkShaderStageFlags> stage_flags = {VK_SHADER_STAGE_VERTEX_BIT, VK_SHADER_STAGE_FRAGMEN… in GetDescriptorCountMaxPerStage() local5446 stage_flags.push_back(VK_SHADER_STAGE_GEOMETRY_BIT); in GetDescriptorCountMaxPerStage()5449 stage_flags.push_back(VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT); in GetDescriptorCountMaxPerStage()5450 stage_flags.push_back(VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT); in GetDescriptorCountMaxPerStage()5460 for (auto stage : stage_flags) { in GetDescriptorCountMaxPerStage()
1785 VkPipelineStageFlags stage_flags = VK_IMAGE_ASPECT_FLAG_BITS_MAX_ENUM; in TEST_F() local1791 submit_info.pWaitDstStageMask = &stage_flags; in TEST_F()35612 …VkPipelineStageFlags stage_flags = VK_PIPELINE_STAGE_MESH_SHADER_BIT_NV | VK_PIPELINE_STAGE_TASK_S… in TEST_F() local35627 submit_info.pWaitDstStageMask = &stage_flags; in TEST_F()