| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_blit.c | 189 enum pipe_texture_target src_target = src->base.b.target; in blit_native() 227 enum pipe_texture_target dst_target = dst->base.b.target; in blit_native()
|
| /third_party/mesa3d/src/gallium/frontends/vdpau/ |
| H A D | decode.c | 559 VdpVideoSurface target, in vlVdpDecoderRender() 595 vlsurf = (vlVdpSurface *)vlGetDataHTAB(target); in vlVdpDecoderRender() 558 vlVdpDecoderRender(VdpDecoder decoder, VdpVideoSurface target, VdpPictureInfo const *picture_info, uint32_t bitstream_buffer_count, VdpBitstreamBuffer const *bitstream_buffers) vlVdpDecoderRender() argument
|
| /third_party/node/src/ |
| H A D | histogram.cc | 342 void HistogramBase::Initialize(Environment* env, Local<Object> target) { in Initialize() argument 344 target, in Initialize()
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-code-manager.h | 700 // Returns the canonical target to call for the given function (the slot in 720 // Reverse lookup from a given call target (which must be a jump table slot) 888 void PatchJumpTablesLocked(uint32_t slot_index, Address target); 890 Address target);
|
| /third_party/nghttp2/lib/ |
| H A D | nghttp2_stream.c | 595 nghttp2_stream *target) { in nghttp2_stream_dep_find_ancestor() 597 if (stream == target) { in nghttp2_stream_dep_find_ancestor() 594 nghttp2_stream_dep_find_ancestor(nghttp2_stream *stream, nghttp2_stream *target) nghttp2_stream_dep_find_ancestor() argument
|
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_stream.c | 595 nghttp2_stream *target) { in nghttp2_stream_dep_find_ancestor() 597 if (stream == target) { in nghttp2_stream_dep_find_ancestor() 594 nghttp2_stream_dep_find_ancestor(nghttp2_stream *stream, nghttp2_stream *target) nghttp2_stream_dep_find_ancestor() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | tmutfmt.cpp | 718 TimeUnitFormat::copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status) { in copyHash() argument 733 target->put(UnicodeString(*key), newVal, status); in copyHash()
|
| H A D | ucal.cpp | 678 ucal_getFieldDifference(UCalendar* cal, UDate target, in ucal_getFieldDifference() argument 685 return ((Calendar*)cal)->fieldDifference(target, field, *status); in ucal_getFieldDifference()
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_state_validate.c | 62 assert(sf->base.texture->target != PIPE_BUFFER); in nv50_validate_fb() 99 int unk = mt->base.base.target == PIPE_TEXTURE_3D || sf->depth == 1; in nv50_validate_fb()
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_resolve.c | 98 if (isv->res->base.b.target != PIPE_BUFFER) { in resolve_sampler_views() 131 if (res->base.b.target != PIPE_BUFFER) { in resolve_image_views() 452 * contents of the previous draw hit the render target before we resolve in iris_resolve_color() 814 * only part of the render target. This prevents the new state from in iris_resource_finish_write()
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_transfer_helper.c | 192 .target = prsc->target, in transfer_map_msaa()
|
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_winsys_dri3.c | 245 templ.target = PIPE_TEXTURE_2D; in dri3_alloc_back_buffer() 504 templ.target = PIPE_TEXTURE_2D; in dri3_get_front_buffer()
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_pipe.h | 710 enum pipe_texture_target target, 767 enum pipe_texture_target target,
|
| /third_party/node/deps/openssl/openssl/include/crypto/ |
| H A D | evp.h | 586 * provider "origin") implements exports, and that the target provider 791 void *evp_keymgmt_util_fromdata(EVP_PKEY *target, EVP_KEYMGMT *keymgmt, 796 void *evp_keymgmt_util_gen(EVP_PKEY *target, EVP_KEYMGMT *keymgmt,
|
| /third_party/pcre2/pcre2/src/sljit/ |
| H A D | sljitLir.h | 41 - Supports self modifying code: target of any jump and call 396 sljit_uw target; member 1222 Note: if the target CPU does not support data prefetch, 1228 Note: same as SLJIT_PREFETCH_L1 if the target CPU 1234 Note: same as SLJIT_PREFETCH_L2 if the target CPU 1240 Note: same as SLJIT_PREFETCH_L1 if the target CPU 1412 /* The target can be changed during runtime (see: sljit_set_jump_addr). */ 1464 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_target(struct sljit_jump *jump, sljit_uw target); 1686 The size parameter must match to the instruction size of the target
|
| /third_party/python/Lib/test/ |
| H A D | test_asyncore.py | 341 t = threading.Thread(target=capture_server, args=args) 783 t = threading.Thread(target=lambda: asyncore.loop(timeout=0.1,
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_2_0_params.cpp | 363 GLenum target, in CaptureGetFramebufferAttachmentParameteriv_params() 421 GLenum target, in CaptureGetRenderbufferParameteriv_params() 361 CaptureGetFramebufferAttachmentParameteriv_params(const State &glState, bool isCallValid, GLenum target, GLenum attachment, GLenum pname, GLint *params, ParamCapture *paramCapture) CaptureGetFramebufferAttachmentParameteriv_params() argument 419 CaptureGetRenderbufferParameteriv_params(const State &glState, bool isCallValid, GLenum target, GLenum pname, GLint *params, ParamCapture *paramCapture) CaptureGetRenderbufferParameteriv_params() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | Blit9.cpp | 259 gl::TextureTarget target, in copyCube() 278 ANGLE_TRY(storage9->getSurfaceLevel(context, target, level, true, &destSurface)); in copyCube() 594 // Copy the render target into a texture in copySurfaceToTexture() 253 copyCube(const gl::Context *context, const gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, const gl::Offset &destOffset, TextureStorage *storage, gl::TextureTarget target, GLint level) copyCube() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
| H A D | esextcTextureBorderClampSamplingTexture.cpp | 48 * @param target texture target 65 glw::GLsizei nInComponents, glw::GLsizei nOutComponents, glw::GLenum target, glw::GLenum inputInternalFormat, in TestConfiguration() 71 , m_target(target) in TestConfiguration() 288 gl.texStorage2D(m_test_configuration.get_target(), /* target */ in createTextures() 297 gl.compressedTexSubImage2D(m_test_configuration.get_target(), /* target */ in createTextures() 313 gl.texSubImage2D(m_test_configuration.get_target(), /* target */ in createTextures() 329 gl.texStorage3D(m_test_configuration.get_target(), /* target */ in createTextures() 339 gl.compressedTexSubImage3D(m_test_configuration.get_target(), /* target */ in createTextures() 357 gl.texSubImage3D(m_test_configuration.get_target(), /* target */ in createTextures() 64 TestConfiguration( glw::GLsizei nInComponents, glw::GLsizei nOutComponents, glw::GLenum target, glw::GLenum inputInternalFormat, glw::GLenum outputInternalFormat, glw::GLenum filtering, glw::GLenum inputFormat, glw::GLenum outputFormat, glw::GLuint width, glw::GLuint height, glw::GLuint depth, InputType initValue, InputType initBorderColor, OutputType expectedValue, OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outputType) TestConfiguration() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | egl_ext_stubs.cpp | 43 EGLenum target, in CreateImageKHR() 50 ANGLE_EGL_TRY_RETURN(thread, display->createImage(context, target, buffer, attributes, &image), in CreateImageKHR() 40 CreateImageKHR(Thread *thread, Display *display, gl::Context *context, EGLenum target, EGLClientBuffer buffer, const AttributeMap &attributes) CreateImageKHR() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLProtectedContentTest.cpp | 140 EGLenum target, in createImage() 147 *image = eglCreateImage(mDisplay, context, target, buffer, in createImage() 138 createImage(EGLBoolean isProtected, EGLContext context, EGLenum target, EGLClientBuffer buffer, EGLImage *image) createImage() argument
|
| /third_party/skia/src/gpu/ops/ |
| H A D | QuadPerEdgeAA.cpp | 464 sk_sp<const GrBuffer> GetIndexBuffer(GrMeshDrawTarget* target, 466 auto resourceProvider = target->resourceProvider();
|
| /third_party/skia/src/gpu/ |
| H A D | GrDrawingManager.cpp | 624 // Propagate the DDL proxy's state information to the replay target. in createDDLTask() 715 SkASSERT(this->getLastRenderTask(opsTask->target(0)) == opsTask.get()); in newOpsTask() 781 if (fActiveOpsTask && (fActiveOpsTask->target(0) == proxy.get())) { in newWaitRenderTask() 855 // "active ops task" tracking. dst will be the target of our copy task but it might also be the in newCopyRenderTask() 856 // target of the active ops task. We currently require the active ops task to be closed before in newCopyRenderTask() 858 // task, then fail to make a copy task, the next active ops task may target the same proxy. This in newCopyRenderTask() 935 * the provided target.
|
| /third_party/openssl/include/crypto/ |
| H A D | evp.h | 586 * provider "origin") implements exports, and that the target provider 791 void *evp_keymgmt_util_fromdata(EVP_PKEY *target, EVP_KEYMGMT *keymgmt, 796 void *evp_keymgmt_util_gen(EVP_PKEY *target, EVP_KEYMGMT *keymgmt,
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | tmutfmt.cpp | 711 TimeUnitFormat::copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status) { in copyHash() argument 726 target->put(UnicodeString(*key), newVal, status); in copyHash()
|