/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_readpixels.c | 167 switch (texture->target) { in try_pbo_readpixels() 173 view_target = texture->target; in try_pbo_readpixels() 177 templ.target = view_target; in try_pbo_readpixels() 296 dst_templ.target = PIPE_TEXTURE_2D; in blit_to_staging() 467 !screen->is_format_supported(screen, src_format, src->target, in st_ReadPixels()
|
H A D | st_draw_feedback.c | 335 if (res->target != PIPE_BUFFER) { in st_feedback_draw_vbo() 342 unsigned map_layers = res->target == PIPE_TEXTURE_3D ? in st_feedback_draw_vbo() 408 if (res->target != PIPE_BUFFER) { in st_feedback_draw_vbo() 467 if (img_transfer[i]->resource->target == PIPE_BUFFER) in st_feedback_draw_vbo() 479 if (view->texture->target != PIPE_BUFFER) { in st_feedback_draw_vbo()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_miptree.c | 188 if (pt->target == PIPE_BUFFER) in nv50_miptree_get_handle() 270 mt->layout_3d = pt->target == PIPE_TEXTURE_3D; in nv50_miptree_init_layout_video() 289 mt->layout_3d = pt->target == PIPE_TEXTURE_3D; in nv50_miptree_init_layout_tiled() 412 if ((templ->target != PIPE_TEXTURE_2D && in nv50_miptree_from_handle() 413 templ->target != PIPE_TEXTURE_RECT) || in nv50_miptree_from_handle()
|
H A D | nv98_video.c | 39 struct nouveau_vp3_video_buffer *target = (struct nouveau_vp3_video_buffer *)video_target; in nv98_decoder_decode_bitstream() local 49 assert(target->base.buffer_format == PIPE_FORMAT_NV12); in nv98_decoder_decode_bitstream() 51 ret = nv98_decoder_bsp(dec, desc, target, comm_seq, in nv98_decoder_decode_bitstream() 58 nv98_decoder_vp(dec, desc, target, comm_seq, vp_caps, is_ref, refs); in nv98_decoder_decode_bitstream() 59 nv98_decoder_ppp(dec, desc, target, comm_seq); in nv98_decoder_decode_bitstream()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itercoll.cpp | 639 UnicodeString &CollationIteratorTest::orderString(CollationElementIterator &iter, UnicodeString &target) in orderString() argument 646 target += "0x"; in orderString() 647 appendHex(order, 8, target); in orderString() 648 target += " "; in orderString() 651 return target; in orderString()
|
/third_party/node/deps/v8/src/bigint/ |
H A D | div-barrett.cc | 330 RWDigits target = Q + n * i; in DivideBarrett() 332 int to_copy = std::min(qi_len, target.len()); in DivideBarrett() 333 for (int j = 0; j < to_copy; j++) target[j] = Qi[j]; in DivideBarrett() 334 for (int j = to_copy; j < target.len(); j++) target[j] = 0; in DivideBarrett()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | nameservercheck_client.c | 416 unsigned char target[4800] = "test.check.platform.com A 111.111.11.11"; in main() local 423 if (strcmp((char*)&abuf[0], (char*)&target)) { in main() 424 t_error("%s invalid answer %s, target: %s\n", __func__, abuf[0], target); in main() 432 if (!strcmp((char*)&abuf[0], (char*)&target)) { in main() 433 t_error("%s invalid answer %s, target: %s\n", __func__, abuf[0], target); in main()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | log.c | 87 static pa_log_target target = { PA_LOG_STDERR, NULL }; variable 165 pa_log(_("Failed to open target file '%s'."), t->file); in pa_log_set_target() 188 pa_log(_("Tried to open target file '%s', '%s.1', '%s.2' ... '%s.%d', but all failed."), in pa_log_set_target() 193 pa_log_debug("Opened target file %s\n", file_path); in pa_log_set_target() 200 target.type = t->type; in pa_log_set_target() 201 pa_xfree(target.file); in pa_log_set_target() 202 target.file = pa_xstrdup(t->file); in pa_log_set_target() 396 _target = target_override_set ? target_override : target.type; in pa_log_levelv_meta() 692 pa_log(_("Invalid log target.")); in pa_log_parse_target()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTextureStorageMultisampleGLCoverageTests.cpp | 369 glw::GLenum target = texture_targets[n_texture_target]; in iterate() local 394 /* Query implementation for the parameter values for texture target considered */ in iterate() 399 gl.getTexParameterfv(target, texture_parameter, &float_value); in iterate() 400 gl.getTexParameteriv(target, texture_parameter, &int_value); in iterate() 467 << " for property " << texture_parameter << " of texture target " << target in iterate() 479 << texture_parameter << " of texture target " << target << tcu::TestLog::EndMessage; in iterate() 691 GLU_EXPECT_NO_ERROR(gl.getError(), "Could not bind texture object(s) to corresponding texture target(s)."); in initInternals()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL3.cpp | 32 GLenum target, in ValidateClampColor() 45 GLenum target, in ValidateFramebufferTexture1D() 56 GLenum target, in ValidateFramebufferTexture3D() 239 GLenum target, in ValidateTexImage2DMultisample() 251 GLenum target, in ValidateTexImage3DMultisample() 30 ValidateClampColor(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum clamp) ValidateClampColor() argument 43 ValidateFramebufferTexture1D(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, TextureTarget textargetPacked, TextureID texture, GLint level) ValidateFramebufferTexture1D() argument 54 ValidateFramebufferTexture3D(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, TextureTarget textargetPacked, TextureID texture, GLint level, GLint zoffset) ValidateFramebufferTexture3D() argument 237 ValidateTexImage2DMultisample(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) ValidateTexImage2DMultisample() argument 249 ValidateTexImage3DMultisample(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) ValidateTexImage3DMultisample() argument
|
H A D | validationGL3_autogen.h | 33 GLenum target, 38 GLenum target, 45 GLenum target, 148 GLenum target, 156 GLenum target,
|
/third_party/skia/src/gpu/ |
H A D | GrAHardwareBufferUtils.cpp | 239 GrGLuint target = isRenderable ? GR_GL_TEXTURE_2D : GR_GL_TEXTURE_EXTERNAL; in make_gl_backend_texture() local 241 glBindTexture(target, texID); in make_gl_backend_texture() 249 glEGLImageTargetTexture2DOES(target, image); in make_gl_backend_texture() 261 textureInfo.fTarget = target; in make_gl_backend_texture() 266 *imageCtx = new GLTextureHelper(texID, image, display, target); in make_gl_backend_texture()
|
/third_party/skia/src/core/ |
H A D | SkTBlockList.h | 325 auto target = dst->template allocate<alignof(T)>(n * sizeof(T)); in concat() 326 memcpy(target.fBlock->ptr(target.fAlignedOffset), src->ptr(start), n * sizeof(T)); in concat() 327 target.fBlock->setMetadata(target.fAlignedOffset + (n - 1) * sizeof(T)); in concat()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_dependence.h | 185 #define DeclareCastMethod(target) \ 186 virtual target* As##target() { return nullptr; } \ 187 virtual const target* As##target() const { return nullptr; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_dependence.h | 185 #define DeclareCastMethod(target) \ 186 virtual target* As##target() { return nullptr; } \ 187 virtual const target* As##target() const { return nullptr; }
|
/third_party/python/Lib/lib2to3/ |
H A D | fixer_util.py | 25 def Assign(target, source): 27 if not isinstance(target, list): 28 target = [target] 34 target + [Leaf(token.EQUAL, "=", prefix=" ")] + source)
|
/third_party/skia/tools/calmbench/ |
H A D | ab.py | 131 def __init__(self, target): 132 super(ThreadWithException, self).__init__(target = target) 154 t = ThreadWithException(target = fn) 175 ts = Thread(target = spin);
|
/third_party/python/Objects/stringlib/ |
H A D | transmogrify.h | 253 #define findchar(target, target_len, c) \ 254 ((char *)memchr((const void *)(target), c, target_len)) 258 countchar(const char *target, Py_ssize_t target_len, char c, in countchar() argument 262 const char *start = target; in countchar() 263 const char *end = target + target_len; in countchar()
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_dependence.h | 185 #define DeclareCastMethod(target) \ 186 virtual target* As##target() { return nullptr; } \ 187 virtual const target* As##target() const { return nullptr; }
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fInternalFormatQueryTests.cpp | 61 FormatSamplesCase::FormatSamplesCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, glw::GLenum internalFormat, FormatType type) in FormatSamplesCase() argument 63 , m_target (target) in FormatSamplesCase() 438 deUint32 target; in init() member 448 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, textureTargets[groupNdx].name, glu::getInternalFormatTargetName(textureTargets[groupNdx].target)); in init() 449 const glw::GLenum texTarget = textureTargets[groupNdx].target; in init()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | virtio_scsi.c | 282 unsigned int target = event->lun[1]; in virtscsi_handle_transport_reset() local 288 scsi_scan_target(&shost->shost_gendev, 0, target, in virtscsi_handle_transport_reset() 291 scsi_add_device(shost, 0, target, lun); in virtscsi_handle_transport_reset() 295 sdev = scsi_device_lookup(shost, 0, target, lun); in virtscsi_handle_transport_reset() 301 shost->host_no, target, lun); in virtscsi_handle_transport_reset() 314 unsigned int target = event->lun[1]; in virtscsi_handle_param_change() local 319 sdev = scsi_device_lookup(shost, 0, target, lun); in virtscsi_handle_param_change() 322 shost->host_no, target, lun); in virtscsi_handle_param_change() 664 * target itself. in virtscsi_device_alloc() 667 * target' in virtscsi_device_alloc() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx.h | 106 #define BUILD_TCL_RAW(target, channel, lun) \ 107 ((lun) | ((target) << 8)) 117 #define AHD_BUILD_COL_IDX(target, lun) \ 118 ((((u8)lun) << 4) | target) 184 * Ring Buffer of incoming target commands. 217 AHD_TARGETMODE = 0x01000,/* Has tested target mode support */ 335 * SRAM, we use the default target 349 * Allow target operations on this 382 * the cdb has been presented to the target, this area serves to store 384 * For the target rol 1289 u_int target; global() member [all...] |
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | parse-options.c | 974 int *target = opt->value; in parse_opt_verbosity_cb() local 978 *target = 0; in parse_opt_verbosity_cb() 980 if (*target >= 0) in parse_opt_verbosity_cb() 981 (*target)++; in parse_opt_verbosity_cb() 983 *target = 1; in parse_opt_verbosity_cb() 985 if (*target <= 0) in parse_opt_verbosity_cb() 986 (*target)--; in parse_opt_verbosity_cb() 988 *target = -1; in parse_opt_verbosity_cb()
|
/kernel/linux/linux-5.10/sound/soc/ti/ |
H A D | j721e-evm.c | 57 struct clk *target; member 209 ret = clk_set_parent(domain->codec.target, in j721e_configure_refclk() 214 ret = clk_set_parent(domain->mcasp.target, in j721e_configure_refclk() 222 ret = clk_set_rate(domain->codec.target, scki); in j721e_configure_refclk() 229 ret = clk_set_rate(domain->mcasp.target, scki); in j721e_configure_refclk() 463 clocks->target = devm_clk_get(dev, prefix); in j721e_get_clocks() 464 if (IS_ERR(clocks->target)) { in j721e_get_clocks() 465 ret = PTR_ERR(clocks->target); in j721e_get_clocks()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | oaktrail_hdmi.c | 175 static void oaktrail_hdmi_find_dpll(struct drm_crtc *crtc, int target, in oaktrail_hdmi_find_dpll() argument 181 np_min = DIV_ROUND_UP(oaktrail_hdmi_limit.vco.min, target * 10); in oaktrail_hdmi_find_dpll() 182 np_max = oaktrail_hdmi_limit.vco.max / (target * 10); in oaktrail_hdmi_find_dpll() 188 nr_min = DIV_ROUND_UP((refclk * 1000), (target * 10 * np_max)); in oaktrail_hdmi_find_dpll() 189 nr_max = DIV_ROUND_UP((refclk * 1000), (target * 10 * np_min)); in oaktrail_hdmi_find_dpll() 195 np = DIV_ROUND_UP((refclk * 1000), (target * 10 * nr_max)); in oaktrail_hdmi_find_dpll() 196 nr = DIV_ROUND_UP((refclk * 1000), (target * 10 * np)); in oaktrail_hdmi_find_dpll() 197 nf = DIV_ROUND_CLOSEST((target * 10 * np * nr), refclk); in oaktrail_hdmi_find_dpll()
|