Home
last modified time | relevance | path

Searched defs:can_reorder (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_opcodes.py14 can_reorder, schedule_class, encoding_16, encoding_32): argument
50 can_eliminate = True, can_reorder = True, encoding_16 = None, argument
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_scheduler_ilp.cpp81 can_reorder(const Instruction* const instr) in can_reorder() function
H A Daco_ir.h112 bool can_reorder() const in can_reorder() function
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DOpsTask.cpp59 inline bool can_reorder(const SkRect& a, const SkRect& b) { return !GrRectsOverlap(a, b); } in can_reorder() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_clear.c705 bool can_reorder = zink_screen(ctx->base.screen)->info.have_KHR_dynamic_rendering && in fb_clears_apply_internal() local