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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_liverange.cpp74 scope_type(type),
91 return scope_type;
106 return (scope_type == loop_body);
111 if (scope_type == loop_body)
122 if (scope_type == loop_body)
189 return scope_type == if_branch ||
190 scope_type == else_branch ||
191 scope_type == switch_case_branch ||
192 scope_type == switch_default_branch;
197 if (scope_type
[all...]
H A Dsfn_liverange.h99 prog_scope_type scope_type; member in class:r600::prog_scope
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_temprename.cpp128 prog_scope_type scope_type; member in class:__anone335a9c70110::prog_scope
286 scope_type(type),
298 return scope_type;
313 return (scope_type == loop_body);
318 if (scope_type == loop_body)
329 if (scope_type == loop_body)
396 return scope_type == if_branch ||
397 scope_type == else_branch ||
398 scope_type == switch_case_branch ||
399 scope_type
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_temprename.cpp128 prog_scope_type scope_type; member in class:__anond2bc787a0110::prog_scope
286 scope_type(type),
298 return scope_type;
313 return (scope_type == loop_body);
318 if (scope_type == loop_body)
329 if (scope_type == loop_body)
396 return scope_type == if_branch ||
397 scope_type == else_branch ||
398 scope_type == switch_case_branch ||
399 scope_type
[all...]

Completed in 7 milliseconds