Home
last modified time | relevance | path

Searched defs:res (Results 2326 - 2350 of 4925) sorted by relevance

1...<<919293949596979899100>>...197

/third_party/nghttp2/src/
H A Dallocator.h127 auto res = head->last + sizeof(size_t); in alloc() local
163 auto res = alloc(nalloclen); in realloc() local
H A Dutil_test.cc502 auto res = util::parse_config_str_list(StringRef::from_lit("a")); in test_util_parse_config_str_list() local
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_android.c97 int res; in ares_library_init_android() local
232 int res; in ares_library_cleanup_android() local
274 int res; ares_get_android_server_list() local
395 int res; ares_get_android_search_domains_list() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw_feedback.c324 struct pipe_resource *res = view->texture; in st_feedback_draw_vbo() local
401 struct pipe_resource *res = img->resource; st_feedback_draw_vbo() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dextensions.c338 int res; in extension_compare() local
/third_party/mesa3d/src/intel/tools/
H A Dintel_sanitize_gpu.c368 int res = libc_fcntl(fd, cmd, param); in fcntl() local
383 int res; in ioctl() local
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_buf.c437 uint8_t *res; in nghttp2_bufs_remove() local
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_meta.c59 bool res = dxil_validate_module(instance->dxil_validator, in dzn_meta_compile_shader() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcmdline.c230 unsigned res = fread(code, 1, filesize, fp); in disassemble() local
H A Dbi_opt_push_ubo.c66 struct bi_ubo_analysis res = { in bi_analyze_ranges() local
/third_party/mesa3d/src/panfrost/midgard/
H A Dmir_promote_uniforms.c73 struct mir_ubo_analysis res = { in mir_analyze_ranges() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_sampler.c307 struct pipe_resource *res = view->texture; in prepare_shader_sampling() local
488 struct pipe_resource *res = view->resource; in prepare_shader_images() local
H A Dlp_tex_sample.c150 LLVMValueRef res = emit_load ? LLVMBuildLoad(builder, ptr, "") : ptr; in lp_llvm_texture_member() local
228 LLVMValueRef res = emit_load ? LLVMBuildLoad(builder, ptr, "") : ptr; in lp_llvm_sampler_member() local
295 LLVMValueRef res = emit_load ? LLVMBuildLoad(builder, ptr, "") : ptr; in lp_llvm_image_member() local
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.c134 struct pipe_resource *res = buffer->resources[i]; in nouveau_vp3_video_buffer_create() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vbo.c44 struct nv04_resource *res = nv04_resource(vb->buffer.resource); in nv30_emit_vtxattr() local
229 struct nv04_resource *res; local
478 struct nv04_resource *res = nv04_resource(info->index.resource); local
[all...]
H A Dnv30_state_validate.c524 struct nv04_resource *res = bref->priv; in nv30_state_validate() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_compute.c244 struct nv04_resource *res = in nv50_compute_validate_constbufs() local
282 struct nv04_resource *res = nv04_resource(view->resource); in nv50_get_surface_dims() local
317 struct nv04_resource *res = (struct nv04_resource *)view->resource; nv50_mark_image_range_valid() local
331 struct nv04_resource *res; nv50_set_surface_info() local
388 struct nv04_resource *res = nv04_resource(buffer->buffer); nv50_compute_validate_surfaces() local
407 struct nv04_resource *res = nv04_resource(view->resource); nv50_compute_validate_surfaces() local
490 struct pipe_resource *res = *util_dynarray_element( nv50_compute_validate_globals() local
[all...]
H A Dnv50_context.c78 struct pipe_resource *res; in nv50_memory_barrier() local
175 struct pipe_resource **res = util_dynarray_element( in nv50_context_unreference_resources() local
207 nv50_invalidate_resource_storage(struct nouveau_context *ctx, struct pipe_resource *res, int ref) nv50_invalidate_resource_storage() argument
444 struct nv04_resource *res = ref->priv; nv50_bufctx_fence() local
[all...]
H A Dnv50_shader_state.c83 struct nv04_resource *res = in nv50_constbufs_validate() local
H A Dnv50_transfer.c16 nv50_m2mf_rect_setup(struct nv50_m2mf_rect *rect, struct pipe_resource *restrict res, unsigned l, unsigned x, unsigned y, unsigned z) nv50_m2mf_rect_setup() argument
371 nv50_miptree_transfer_map(struct pipe_context *pctx, struct pipe_resource *res, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) nv50_miptree_transfer_map() argument
527 nv50_cb_push(struct nouveau_context *nv, struct nv04_resource *res, unsigned offset, unsigned words, const uint32_t *data) nv50_cb_push() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c126 struct pipe_resource *res; in nvc0_memory_barrier() local
232 struct pipe_resource **res = util_dynarray_element( in nvc0_context_unreference_resources() local
293 nvc0_invalidate_resource_storage(struct nouveau_context *ctx, struct pipe_resource *res, int ref) nvc0_invalidate_resource_storage() argument
584 struct nv04_resource *res = ref->priv; nvc0_bufctx_fence() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ducaconf.cpp248 int32_t res = cmpres; in testConformance() local
/third_party/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp267 UBool res=false; in run() local
/third_party/libfuse/example/
H A Dhello_ll_uds.c263 int res = readall(fd, buf, sizeof(struct fuse_in_header)); in stream_read() local
H A Dinvalidate_path.c216 int res; in main() local
[all...]

Completed in 19 milliseconds

1...<<919293949596979899100>>...197