Searched refs:top_of_pipe_flags (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_query.c1353 VkPipelineStageFlags top_of_pipe_flags = local in function:tu_CmdWriteTimestamp
1357 if (pipelineStage & ~top_of_pipe_flags) {
H A Dtu_cmd_buffer.c4852 VkPipelineStageFlags top_of_pipe_flags = local in function:write_event
4856 if (!(stageMask & ~top_of_pipe_flags)) {
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c4834 VkPipelineStageFlags top_of_pipe_flags = local in function:write_event
4839 top_of_pipe_flags |
4852 if (!(stageMask & ~top_of_pipe_flags)) {
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c7805 VkPipelineStageFlags top_of_pipe_flags = VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT; local in function:write_event
7809 top_of_pipe_flags | VK_PIPELINE_STAGE_DRAW_INDIRECT_BIT | VK_PIPELINE_STAGE_VERTEX_INPUT_BIT;
7829 if (!(stageMask & ~top_of_pipe_flags)) {

Completed in 72 milliseconds