HomeSort by: relevance | last modified time | path
    Searched refs:current_predication (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_context.h 223 struct d3d12_resource *current_predication; member in struct:d3d12_context
d3d12_query.cpp 471 ctx->current_predication = nullptr;
496 ctx->current_predication = query->predicate;
d3d12_blit.cpp 906 if (!info->render_condition_enable && ctx->current_predication) {
943 ctx->current_predication != nullptr))
957 if (!info->render_condition_enable && ctx->current_predication) {
959 d3d12_resource_resource(ctx->current_predication), 0, D3D12_PREDICATION_OP_EQUAL_ZERO);
d3d12_context.cpp 1662 if (!render_condition_enabled && ctx->current_predication)
1693 if (!render_condition_enabled && ctx->current_predication) {
1695 d3d12_resource_resource(ctx->current_predication), 0,
1713 if (!render_condition_enabled && ctx->current_predication)
1736 if (!render_condition_enabled && ctx->current_predication) {
1738 d3d12_resource_resource(ctx->current_predication), 0,

Completed in 7 milliseconds