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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_liverange.h64 class prog_scope { class in namespace:r600
66 prog_scope();
67 prog_scope(prog_scope *parent, prog_scope_type type, int id,
71 prog_scope *parent() const;
78 const prog_scope *in_else_scope() const;
79 const prog_scope *in_ifelse_scope() const;
80 const prog_scope *in_parent_ifelse_scope() const;
81 const prog_scope *innermost_loop() const;
82 const prog_scope *outermost_loo
[all...]
H A Dsfn_liverange.cpp64 prog_scope*
65 prog_scope_storage::create(prog_scope *p, prog_scope_type type, int id,
68 storage[current_slot] = prog_scope(p, type, id, lvl, s_begin);
72 prog_scope::prog_scope(prog_scope *parent, prog_scope_type type, int id, function in class:r600::prog_scope
84 prog_scope::prog_scope(): function in class:r600::prog_scope
85 prog_scope(nullptr, undefined_scope, -1, -1, -1)
89 prog_scope_type prog_scope
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_temprename.cpp94 class prog_scope { class in namespace:__anone335a9c70110
96 prog_scope(prog_scope *parent, prog_scope_type type, int id,
100 prog_scope *parent() const;
107 const prog_scope *in_else_scope() const;
108 const prog_scope *in_ifelse_scope() const;
109 const prog_scope *in_parent_ifelse_scope() const;
110 const prog_scope *innermost_loop() const;
111 const prog_scope *outermost_loop() const;
112 const prog_scope *enclosing_conditiona
284 prog_scope::prog_scope(prog_scope *parent, prog_scope_type type, int id, function in class:__anone335a9c70110::prog_scope
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_temprename.cpp94 class prog_scope { class in namespace:__anond2bc787a0110
96 prog_scope(prog_scope *parent, prog_scope_type type, int id,
100 prog_scope *parent() const;
107 const prog_scope *in_else_scope() const;
108 const prog_scope *in_ifelse_scope() const;
109 const prog_scope *in_parent_ifelse_scope() const;
110 const prog_scope *innermost_loop() const;
111 const prog_scope *outermost_loop() const;
112 const prog_scope *enclosing_conditiona
284 prog_scope::prog_scope(prog_scope *parent, prog_scope_type type, int id, function in class:__anond2bc787a0110::prog_scope
[all...]

Completed in 5 milliseconds