Home
last modified time | relevance | path

Searched defs:loop_depth (Results 1 – 15 of 15) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dneedless_for_each.rs133 loop_depth: u16, field
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_gcm.c46 unsigned loop_depth; member
131 nir_loop *loop, unsigned loop_depth, unsigned if_depth, in gcm_build_block_info()
Dnir_lower_shader_calls.c1740 unsigned loop_depth = 0; in nir_block_loop_depth() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_fission.cpp308 const size_t loop_depth = loop_->GetDepth(); in CanPerformSplit() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_fission.cpp308 const size_t loop_depth = loop_->GetDepth(); in CanPerformSplit() local
/third_party/spirv-tools/source/opt/
Dloop_fission.cpp308 const size_t loop_depth = loop_->GetDepth(); in CanPerformSplit() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_private.h51 uint8_t loop_depth; member
137 unsigned loop_depth; member
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.c157 unsigned loop_depth = 0; in rc_copy_output() local
Dr3xx_vertprog.c360 unsigned loop_depth = 0; in translate_vertex_program() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_context.h95 unsigned loop_depth; member
Dir3.h743 uint32_t loop_depth; member
/third_party/mesa3d/src/intel/compiler/elk/
Delk_fs_reg_allocate.cpp214 int loop_depth = 0; in calculate_payload_ranges() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_reg_allocate.cpp161 int loop_depth = 0; in calculate_payload_ranges() local
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c479 unsigned loop_depth; member
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dextract_function.rs903 let mut loop_depth = 0; in external_control_flow() localVariable