OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSWSched
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target.h
160
Target(bool m, bool j, bool s) : hasJoin(m), joinAnterior(j),
hasSWSched
(s) { }
240
const bool
hasSWSched
; // true if code should provide scheduling data
nv50_ir_target.cpp
217
if (prog->getTarget()->
hasSWSched
) {
nv50_ir_emit_gk110.cpp
[
all
...]
nv50_ir_emit_gm107.cpp
[
all
...]
nv50_ir_emit_nvc0.cpp
[
all
...]
Completed in 92 milliseconds