Home
last modified time | relevance | path

Searched defs:loop_counter (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/nouveau/mme/
Dmme_fermi_builder.h32 struct mme_value loop_counter; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c539 LLVMValueRef loop_counter) in lp_build_depth_stencil_load_swizzled()
676 LLVMValueRef loop_counter, in lp_build_depth_stencil_write_swizzled()
Dlp_state_fs.c450 LLVMValueRef loop_counter, in lp_build_sample_alpha_to_coverage()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compute_transforms.cpp314 … nir_variable *loop_counter = nir_local_variable_create(b.impl, glsl_uint_type(), "loop_counter"); in get_query_resolve() local
/third_party/skia/third_party/externals/brotli/c/dec/
Dstate.h240 int loop_counter; member
/third_party/brotli/c/dec/
Dstate.h258 int loop_counter; member
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c2875 struct lp_type tcs_type, LLVMValueRef limit, LLVMValueRef loop_counter) in generate_tcs_mask_value()
3326 struct lp_type tes_type, LLVMValueRef limit, LLVMValueRef loop_counter) in generate_tes_mask_value()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c2230 nir_def *loop_counter = nir_load_var(b, loop_counter_var); in lower_subgroup_scan() local