Home
last modified time | relevance | path

Searched refs:counter_type (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c237 state->counter_type = LLVMTypeOf(start); in lp_build_loop_begin()
238 state->counter_var = lp_build_alloca(gallivm, state->counter_type, "loop_counter"); in lp_build_loop_begin()
247 state->counter = LLVMBuildLoad2(builder, state->counter_type, state->counter_var, ""); in lp_build_loop_begin()
277 state->counter = LLVMBuildLoad2(builder, state->counter_type, state->counter_var, ""); in lp_build_loop_end_cond()
292 state->counter = LLVMBuildLoad2(builder, state->counter_type, state->counter_var, ""); in lp_build_loop_force_reload_counter()
329 state->counter_type = LLVMTypeOf(start); in lp_build_for_loop_begin()
330 state->counter_var = lp_build_alloca(gallivm, state->counter_type, "loop_counter"); in lp_build_for_loop_begin()
339 state->counter = LLVMBuildLoad2(builder, state->counter_type, state->counter_var, ""); in lp_build_for_loop_begin()
H A Dlp_bld_flow.h121 LLVMTypeRef counter_type; member
159 LLVMTypeRef counter_type; member
/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_waitcnt.cpp74 enum counter_type : uint8_t {
117 uint8_t counters; /* use counter_type notion */
140 void remove_counter(counter_type counter) in remove_counter()
239 void wait_and_remove_from_entry(PhysReg reg, wait_entry& entry, counter_type counter) in wait_and_remove_from_entry()

Completed in 5 milliseconds