/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_dump_state.c | 981 util_dump_member(stream, ptr, state, input); in util_dump_grid_info()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc_parser.cpp | 169 r600_shader_io & in = pshader->input[i]; in parse_decls() 959 return 0; // not quite sure how this happens, malformed input? in prepare_if()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nve4_compute.c | 535 PUSH_DATAb(push, info->input, cp->parm_size); in nve4_compute_upload_input()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_compute.c | 67 CONST0 is binding smaller input parameter buffer, and for constant indexing, 69 VTX0 is for indirect/non-constant indexing, or if the input is bigger than 584 memcpy(kernel_parameters_start, info->input, shader->input_size); in evergreen_compute_upload_input() 587 COMPUTE_DBG(rctx->screen, "input %i : %u\n", i, in evergreen_compute_upload_input()
|
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 914 * we now 'read' from thiswr->input, thiswr->length bytes into in do_ssl3_write() 929 if (!WPACKET_memcpy(thispkt, thiswr->input, thiswr->length)) { in do_ssl3_write() 988 * we should still have the output to thiswr->data and the input from in do_ssl3_write() 989 * wr->input. Length should be thiswr->length. thiswr->data still points in do_ssl3_write()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-ppc.pl | 17 # I let hardware handle unaligned input, except on page boundaries 263 ; look for particular offending word, but rather for the input
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 866 input: *const ::c_char, in regexec()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-ucm.c | 423 if (value) { /* input */ in ucm_get_device_property() 1148 direction = is_sink ? "output" : "input"; in ucm_add_port_combination() 1548 /* FIXME: channel_str is unsanitized input from the UCM configuration, in alsa_mapping_add_ucm_modifier()
|
/third_party/python/Lib/test/ |
H A D | test_cmd_line.py | 434 # Issue #11272: check that input() strips newlines ('\n' or '\r\n') 436 "print(repr(input()))", 947 proc = subprocess.run([sys.executable, "-"], input=code,
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkResourceInterface.cpp | 1151 request.input = m_pipelineInput; in importPipelineCacheData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 180 static StringRef input(StringRef Str, void *Ctxt, Module &Mod) { in input() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 258 StringRef ScalarTraits<HexFormattedString>::input(StringRef Scalar, void *ctxt, in input() function in ScalarTraits
|
/third_party/skia/src/core/ |
H A D | SkRemoteGlyphCache.cpp | 484 for (auto [i, variant, _] : SkMakeEnumerate(drawables->input())) { in prepareForMaskDrawing()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Renderer.cpp | 283 data->input[i] = stream.buffer; in draw()
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-ppc.pl | 17 # I let hardware handle unaligned input, except on page boundaries 263 ; look for particular offending word, but rather for the input
|
/third_party/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 925 * we now 'read' from thiswr->input, thiswr->length bytes into in do_ssl3_write() 940 if (!WPACKET_memcpy(thispkt, thiswr->input, thiswr->length)) { in do_ssl3_write() 999 * we should still have the output to thiswr->data and the input from in do_ssl3_write() 1000 * wr->input. Length should be thiswr->length. thiswr->data still points in do_ssl3_write()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_msl.hpp | 37 // Indicates the format of a shader input. Currently limited to specifying 38 // if the input is an 8-bit unsigned integer, 16-bit unsigned integer, or 56 // Defines MSL characteristics of an input variable at a particular location. 389 // Assume that SubpassData images have multiple layers. Layered input attachments 391 // has no effect with multiview, since all input attachments are assumed to be layered 432 // If set, a dummy [[sample_id]] input is added to a fragment shader if none is present. 524 // Provide feedback to calling API to allow it to pass an input threadgroup 536 // input is a shader input description used to fix up shader input variable [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jdsample-avx2.asm | 45 ; of the way between input pixel centers.
|
H A D | jdsample-mmx.asm | 44 ; of the way between input pixel centers.
|
H A D | jdsample-sse2.asm | 44 ; of the way between input pixel centers.
|
H A D | jidctflt-sse.asm | 93 ; ---- Pass 1: process columns from input, store into work array.
|
H A D | jidctflt-sse2.asm | 93 ; ---- Pass 1: process columns from input, store into work array.
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jdsample-avx2.asm | 46 ; of the way between input pixel centers.
|
H A D | jdsample-sse2.asm | 45 ; of the way between input pixel centers.
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | idec_dec.c | 72 MemBuffer mem_; // input memory buffer. 648 (config == NULL) ? &tmp_features : &config->input; in WebPIDecode()
|