Home
last modified time | relevance | path

Searched refs:initial_val (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/virtio/vulkan/
Dvn_renderer.h197 uint64_t initial_val,
215 uint64_t initial_val);
405 uint64_t initial_val, in vn_renderer_sync_create() argument
409 return renderer->sync_ops.create(renderer, initial_val, flags, out_sync); in vn_renderer_sync_create()
440 uint64_t initial_val) in vn_renderer_sync_reset() argument
442 return renderer->sync_ops.reset(renderer, sync, initial_val); in vn_renderer_sync_reset()
Dvn_renderer_vtest.c367 vtest_vcmd_sync_create(struct vtest *vtest, uint64_t initial_val) in vtest_vcmd_sync_create() argument
375 vcmd_sync_create[VCMD_SYNC_CREATE_VALUE_LO] = (uint32_t)initial_val; in vtest_vcmd_sync_create()
377 (uint32_t)(initial_val >> 32); in vtest_vcmd_sync_create()
613 uint64_t initial_val) in vtest_sync_reset() argument
616 return vtest_sync_write(renderer, sync, initial_val); in vtest_sync_reset()
635 uint64_t initial_val, in vtest_sync_create() argument
646 sync->base.sync_id = vtest_vcmd_sync_create(vtest, initial_val); in vtest_sync_create()
Dvn_queue.c943 uint64_t initial_val, in vn_semaphore_init_payloads() argument
993 uint64_t initial_val = 0; in vn_CreateSemaphore() local
996 initial_val = type_info->initialValue; in vn_CreateSemaphore()
1001 VkResult result = vn_semaphore_init_payloads(dev, sem, initial_val, alloc); in vn_CreateSemaphore()
Dvn_renderer_virtgpu.c965 uint64_t initial_val) in virtgpu_sync_reset() argument
973 initial_val); in virtgpu_sync_reset()
1042 uint64_t initial_val, in virtgpu_sync_create() argument
1061 virtgpu_ioctl_syncobj_timeline_signal(gpu, syncobj_handle, initial_val); in virtgpu_sync_create()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_loop_to_create_int_constant_synonym.cpp59 auto initial_val = ir_context->get_constant_mgr()->FindDeclaredConstant( in IsApplicable() local
64 if (!constant || !initial_val || !step_val) { in IsApplicable()
157 i_components.emplace_back(initial_val); in IsApplicable()
162 i_components = initial_val->AsVectorConstant()->GetComponents(); in IsApplicable()
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_loop_to_create_int_constant_synonym.cpp59 auto initial_val = ir_context->get_constant_mgr()->FindDeclaredConstant( in IsApplicable() local
64 if (!constant || !initial_val || !step_val) { in IsApplicable()
157 i_components.emplace_back(initial_val); in IsApplicable()
162 i_components = initial_val->AsVectorConstant()->GetComponents(); in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_loop_to_create_int_constant_synonym.cpp59 auto initial_val = ir_context->get_constant_mgr()->FindDeclaredConstant( in IsApplicable() local
64 if (!constant || !initial_val || !step_val) { in IsApplicable()
157 i_components.emplace_back(initial_val); in IsApplicable()
162 i_components = initial_val->AsVectorConstant()->GetComponents(); in IsApplicable()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c522 … ecma_value_t initial_val, /**< initial value */ in ecma_builtin_typedarray_prototype_reduce_with_direction() argument
549 if (ecma_is_value_undefined (initial_val)) in ecma_builtin_typedarray_prototype_reduce_with_direction()
554 return ecma_copy_value (initial_val); in ecma_builtin_typedarray_prototype_reduce_with_direction()
562 if (ecma_is_value_undefined (initial_val)) in ecma_builtin_typedarray_prototype_reduce_with_direction()
591 accumulator = ecma_copy_value (initial_val); in ecma_builtin_typedarray_prototype_reduce_with_direction()
658 ecma_value_t initial_val) /**< initial value */ in ecma_builtin_typedarray_prototype_reduce() argument
662 initial_val, in ecma_builtin_typedarray_prototype_reduce()
678 ecma_value_t initial_val) /**< initial value */ in ecma_builtin_typedarray_prototype_reduce_right() argument
682 initial_val, in ecma_builtin_typedarray_prototype_reduce_right()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dany_exception_safety_test.cc146 auto initial_val = in TEST()
149 .WithInitialValue(initial_val) in TEST()
/third_party/mesa3d/src/compiler/nir/
Dnir_loop_analyze.c1153 nir_const_value initial_val = nir_ssa_scalar_as_const_value(initial_s); in find_trip_count() local
1172 int iterations = calculate_iterations(initial_val, step_val, limit_val, in find_trip_count()