Home
last modified time | relevance | path

Searched refs:has_perf_scope_render_pass (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dquery_state.h46 has_perf_scope_render_pass(has_rb), in QUERY_POOL_STATE()
75 const bool has_perf_scope_render_pass; variable
H A Dcore_validation.cpp9582 if (query_pool_state->has_perf_scope_render_pass && cb_state->activeRenderPass) { in ValidateBeginQuery()
9812 if (query_pool_state->has_perf_scope_render_pass && cb_state->activeRenderPass) { in ValidateCmdEndQuery()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dstate_tracker.h105 bool has_perf_scope_render_pass = false; variable
H A Dcore_validation.cpp7656 if (query_pool_state->has_perf_scope_render_pass && cb_state->activeRenderPass) { in ValidateBeginQuery()
7850 if (query_pool_state->has_perf_scope_render_pass && cb_state->activeRenderPass) { in ValidateCmdEndQuery()
H A Dstate_tracker.cpp2968 query_pool_state->has_perf_scope_render_pass = true; in PostCallRecordCreateQueryPool()