| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv98_video_bsp.c | 36 struct nouveau_vp3_video_buffer *target, in nv98_decoder_bsp() 108 nouveau_vp3_vp_caps(dec, desc, target, comm_seq, vp_caps, is_ref, refs); in nv98_decoder_bsp() 35 nv98_decoder_bsp(struct nouveau_vp3_decoder *dec, union pipe_desc desc, struct nouveau_vp3_video_buffer *target, unsigned comm_seq, unsigned num_buffers, const void *const *data, const unsigned *num_bytes, unsigned *vp_caps, unsigned *is_ref, struct nouveau_vp3_video_buffer *refs[16]) nv98_decoder_bsp() argument
|
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/ |
| H A D | minimal-http-client.c | 152 int current, int target) in system_notify_cb() 159 if (current != LWS_SYSTATE_OPERATIONAL || target != LWS_SYSTATE_OPERATIONAL) in system_notify_cb() 151 system_notify_cb(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) system_notify_cb() argument
|
| /third_party/libphonenumber/cpp/src/phonenumbers/base/strings/ |
| H A D | string_piece.h | 109 void CopyToString(std::string* target) const; 110 void AppendToString(std::string* target) const;
|
| /third_party/lwip/src/include/lwip/ |
| H A D | ip4_addr.h | 131 #define ip4_addr_get_network(target, host, netmask) do { ((target)->addr = ((host)->addr) & ((netmask)->addr)); } while(0)
|
| /third_party/node/deps/v8/src/base/ |
| H A D | build_config.h | 84 // in the same way as the host architecture, that is, target the native 149 #error Unknown target architecture pointer size 152 // Check for supported combinations of host and target architectures. 221 #error Unknown target architecture endianness
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | messages.h | 79 Handle<JSFunction> target, 84 Isolate* isolate, Handle<JSFunction> target, Handle<Object> new_target,
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-function.h | 33 Handle<JSReceiver> target, Handle<String> prefix, int arg_count); 245 HeapObject target)>> 272 // [[prototype]] being new.target.prototype. Because new.target can be a
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_emit.h | 298 fd6_emit_ib(struct fd_ringbuffer *ring, struct fd_ringbuffer *target) in fd6_emit_ib() argument 301 __OUT_IB5(ring, target); in fd6_emit_ib()
|
| H A D | fd6_image.c | 88 if (buf->resource->target == PIPE_BUFFER) { in fd6_emit_image_descriptor() 109 .type = fdl_type_from_pipe_target(buf->resource->target), in fd6_emit_image_descriptor()
|
| H A D | fd6_resource.c | 104 if (prsc->target != PIPE_TEXTURE_2D) in can_do_ubwc() 239 prsc->array_size, prsc->target == PIPE_TEXTURE_3D, NULL); in fd6_setup_slices()
|
| /third_party/mesa3d/src/gallium/drivers/asahi/ |
| H A D | agx_state.h | 52 agx_so_target(struct pipe_stream_output_target *target) in agx_so_target() argument 54 return (struct agx_streamout_target *)target; in agx_so_target()
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_video_enc.h | 53 struct pipe_video_buffer *target, 76 struct pipe_video_buffer *target,
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_batch.h | 49 /* Our target batch size - flush approximately at this point. */ 206 struct crocus_bo *target, uint32_t target_offset, 209 struct crocus_bo *target, uint32_t target_offset,
|
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_context.h | 364 pan_so_target(struct pipe_stream_output_target *target) in pan_so_target() argument 366 return (struct panfrost_streamout_target *)target; in pan_so_target()
|
| /third_party/rust/crates/cxx/src/ |
| H A D | shared_ptr.rs | 105 // regardless whether the pointer's target is Unpin. 126 Some(target) => target, in deref()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | Buffer11.h | 100 gl::BufferBinding target, 105 gl::BufferBinding target,
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationGL41_autogen.h | 26 GLenum target, 29 bool ValidateGetFloati_v(const Context *context, GLenum target, GLuint index, const GLfloat *data);
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_egl_autogen.h | 27 EGLNativePixmapType target); 112 EGLenum target,
|
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkResourceProvider.h | 67 // Finds or creates a simple render pass that matches the target, increments the refcount, 71 const GrVkRenderPass* findCompatibleRenderPass(GrVkRenderTarget* target, 87 // Finds or creates a render pass that matches the target and LoadStoreOps, increments the 92 const GrVkRenderPass* findRenderPass(GrVkRenderTarget* target,
|
| /third_party/skia/src/gpu/tessellate/ |
| H A D | PathCurveTessellator.cpp | 217 void PathCurveTessellator::prepareFixedCountBuffers(GrMeshDrawTarget* target) { in prepareFixedCountBuffers() argument 218 GrResourceProvider* rp = target->resourceProvider(); in prepareFixedCountBuffers()
|
| H A D | PatchWriter.cpp | 17 PatchWriter::PatchWriter(GrMeshDrawTarget* target, in PatchWriter() argument 20 : PatchWriter(target, in PatchWriter()
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
| H A D | libEGL.hpp | 60 EGLBoolean (EGLAPIENTRY* eglCopyBuffers)(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target); 61 EGLImageKHR (EGLAPIENTRY* eglCreateImageKHR)(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
|
| /third_party/skia/third_party/externals/zlib/ |
| H A D | crc32_simd.c | 166 * armv8 target, which is incompatible with ThinLTO optimizations on Android. 169 * function-level `target`s, however.) 178 * feature for this target (ignoring feature)." This appears to be a harmless 187 #define TARGET_ARMV8_WITH_CRC __attribute__((target("crc"))) 189 #define TARGET_ARMV8_WITH_CRC __attribute__((target("armv8-a,crc")))
|
| /third_party/typescript/tests/baselines/reference/tscWatch/incremental/ |
| H A D | jsxImportSource-option-changed-incremental.js | 61 Default library for target 'es3' 175 Default library for target 'es3'
|
| /third_party/unity/auto/ |
| H A D | stylize_as_junit.rb | 79 results = @targets.map { |target| target.tr('\\', '/') }
|