Home
last modified time | relevance | path

Searched defs:loop_index (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_multiview.c299 nir_ssa_def *loop_index = nir_load_deref(&b, loop_index_deref); in nir_lower_multiview() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_gs_variant.cpp157 nir_ssa_def *loop_index; member
[all...]
/third_party/libuv/src/win/
H A Dcore.c122 int loop_index; in uv__loops_remove() local
/third_party/node/deps/uv/src/win/
H A Dcore.c122 int loop_index; in uv__loops_remove() local
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c1032 nir_ssa_def *loop_index = nir_load_deref(b, loop_index_deref); in lower_memcpy_deref() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c3520 LLVMValueRef loop_index = lp_build_add(uint_bld, index, lp_build_const_int_vec(gallivm, uint_bld->type, chan_index)); in load_emit() local
3639 LLVMValueRef loop_index = lp_build_add(uint_bld, index, lp_build_const_int_vec(gallivm, uint_bld->type, chan_index)); in store_emit() local
[all...]
H A Dlp_bld_nir_soa.c1268 LLVMValueRef loop_index = LLVMBuildAdd(builder, loop_offset, lp_build_const_int32(gallivm, c), ""); in emit_load_mem() local
1373 LLVMValueRef loop_index = LLVMBuildAdd(builder, loop_offset, lp_build_const_int32(gallivm, c), ""); in emit_store_mem() local
2560 LLVMValueRef loop_index = lp_build_add(uint_bld, offset, lp_build_const_int_vec(gallivm, uint_bld->type, c)); in emit_load_scratch() local
2617 LLVMValueRef loop_index = lp_build_add(uint_bld, offset, lp_build_const_int_vec(gallivm, uint_bld->type, c)); emit_store_scratch() local
[all...]

Completed in 18 milliseconds