Home
last modified time | relevance | path

Searched refs:stage_flags (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/vulkan/wsi/
Dwsi_common.c706 VkPipelineStageFlags *stage_flags = NULL; in wsi_common_queue_present() local
715 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()
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp306 auto stage_flags = bindings_[bi_itr->second].stageFlags; in IsNextBindingConsistent() local
310 (stage_flags != bindings_[next_bi_itr->second].stageFlags) || in IsNextBindingConsistent()
Dcore_validation.cpp5443 …std::vector<VkShaderStageFlags> stage_flags = {VK_SHADER_STAGE_VERTEX_BIT, VK_SHADER_STAGE_FRAGMEN… in GetDescriptorCountMaxPerStage() local
5446 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()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1785 VkPipelineStageFlags stage_flags = VK_IMAGE_ASPECT_FLAG_BITS_MAX_ENUM; in TEST_F() local
1791 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() local
35627 submit_info.pWaitDstStageMask = &stage_flags; in TEST_F()