Home
last modified time | relevance | path

Searched defs:state (Results 551 - 575 of 2756) sorted by relevance

1...<<21222324252627282930>>...111

/third_party/lz4/ossfuzz/
H A Dfuzz_helpers.h74 FUZZ_STATIC uint32_t FUZZ_rand(uint32_t *state) { in FUZZ_rand() argument
86 FUZZ_STATIC uint32_t FUZZ_rand32(uint32_t *state, uint32_t min, uint32_t max) { in FUZZ_rand32() argument
/third_party/lzma/C/
H A DBcj2.c54 unsigned state = p->state; in Bcj2Dec_Decode() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dmemory-optimizer.h49 AllocationState const* state; member
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-date-gen.cc17 explicit DateBuiltinsAssembler(compiler::CodeAssemblerState* state) in DateBuiltinsAssembler() argument
/third_party/node/deps/v8/src/base/debug/
H A Dstack_trace_android.cc36 StackCrawlState* state = static_cast<StackCrawlState*>(arg); in TraceStackFrame() local
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dmarking-verifier.cc144 explicit VerificationVisitor(VerificationState& state) in VerificationVisitor() argument
/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.h21 explicit BinaryOpAssembler(compiler::CodeAssemblerState* state) in BinaryOpAssembler() argument
H A Dic-stats.h40 std::string state; member
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-regalloc-data.h58 inline bool LoadMergeState(RegisterState state, RegisterMerge** merge) { in LoadMergeState() argument
68 inline bool LoadMergeState(RegisterState state, ValueNode** node, in LoadMergeState() argument
[all...]
H A Dmaglev-graph-verifier.h56 void Process(NodeBase* node, const ProcessingState& state) { in Process() argument
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-job.h132 DefaultJobWorker(std::weak_ptr<DefaultJobState> state, JobTask* job_task) in DefaultJobWorker() argument
/third_party/node/deps/v8/src/profiler/
H A Dtick-sample.h85 StateTag state; // The state of the VM. global() member
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_image.c156 struct fd_ringbuffer *state = fd_submit_new_ringbuffer( in fd6_build_ibo_state() local
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_cache.c156 struct ir3_program_state *state = cache->funcs->create_state( in ir3_cache_lookup() local
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_sampler.c73 update_sampler(struct i915_context *i915, uint32_t unit, const struct i915_sampler_state *sampler, const struct i915_texture *tex, unsigned state[3]) update_sampler() argument
282 update_map(struct i915_context *i915, uint32_t unit, const struct i915_texture *tex, const struct i915_sampler_state *sampler, const struct pipe_sampler_view *view, uint32_t state[3]) update_map() argument
[all...]
H A Di915_state_immediate.c42 set_immediate(struct i915_context *i915, unsigned offset, const unsigned state) in set_immediate() argument
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c219 draw_create_vs_exec(struct draw_context *draw, const struct pipe_shader_state *state) draw_create_vs_exec() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_vertex_state_cache.c32 const struct pipe_vertex_state *state = key; in key_hash() local
92 struct pipe_vertex_state *state = entry ? (void*)entry->key : NULL; in util_vertex_state_cache_get() local
115 util_vertex_state_destroy(struct pipe_screen *screen, struct util_vertex_state_cache *cache, struct pipe_vertex_state *state) util_vertex_state_destroy() argument
[all...]
H A Du_compute.c65 struct pipe_compute_state state = {0}; in blit_compute_shader() local
H A Du_live_shader_cache.c50 util_live_shader_cache_init(struct util_live_shader_cache *cache, void *(*create_shader)(struct pipe_context *, const struct pipe_shader_state *state), void (*destroy_shader)(struct pipe_context *, void *)) util_live_shader_cache_init() argument
72 util_live_shader_cache_get(struct pipe_context *ctx, struct util_live_shader_cache *cache, const struct pipe_shader_state *state, bool* cache_hit) util_live_shader_cache_get() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_mark_last.c131 struct bi_scoreboard_state state = blk->scoreboard_in; in va_analyze_scoreboard_reads() local
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_objects.c204 rbug_shader_create(struct rbug_context *rb_context, const struct pipe_shader_state *state, void *result, enum rbug_shader_type type) rbug_shader_create() argument
/third_party/musl/Benchmark/musl/
H A Dlibc_syscall.cpp41 static void Bm_function_Syscall_getpid(benchmark::State &state) in Bm_function_Syscall_getpid() argument
51 static void Bm_function_Syscall_gettid(benchmark::State &state) in Bm_function_Syscall_gettid() argument
61 static void Bm_function_Syscall_adjtimex(benchmark::State &state) in Bm_function_Syscall_adjtimex() argument
70 static void Bm_function_Syscall_write(benchmark::State &state) in Bm_function_Syscall_write() argument
83 static void Bm_function_Syscall_read(benchmark::State &state) in Bm_function_Syscall_read() argument
101 Bm_function_Syscall_fcntl(benchmark::State &state) Bm_function_Syscall_fcntl() argument
119 Bm_function_Syscall_getrusage(benchmark::State &state) Bm_function_Syscall_getrusage() argument
133 Bm_function_Syscall_uname(benchmark::State &state) Bm_function_Syscall_uname() argument
146 Bm_function_Syscall_getpriority(benchmark::State &state) Bm_function_Syscall_getpriority() argument
154 Bm_function_Syscall_setpriority(benchmark::State &state) Bm_function_Syscall_setpriority() argument
167 Bm_function_Syscall_eventfd(benchmark::State &state) Bm_function_Syscall_eventfd() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.h34 uint8_t state; member
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.h64 struct pipe_shader_state state; member

Completed in 10 milliseconds

1...<<21222324252627282930>>...111