Home
last modified time | relevance | path

Searched refs:input (Results 3051 - 3075 of 3227) sorted by relevance

1...<<121122123124125126127128129130

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_state.c981 util_dump_member(stream, ptr, state, input); in util_dump_grid_info()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_parser.cpp169 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 Dnve4_compute.c535 PUSH_DATAb(push, info->input, cp->parm_size); in nve4_compute_upload_input()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c67 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 Drec_layer_s3.c914 * 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 Dsha512-ppc.pl17 # 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 Dmod.rs866 input: *const ::c_char, in regexec()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-ucm.c423 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 Dtest_cmd_line.py434 # 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 DvkResourceInterface.cpp1151 request.input = m_pipelineInput; in importPipelineCacheData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMIRPrinter.cpp180 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 DCodeViewYAMLDebugSections.cpp258 StringRef ScalarTraits<HexFormattedString>::input(StringRef Scalar, void *ctxt, in input() function in ScalarTraits
/third_party/skia/src/core/
H A DSkRemoteGlyphCache.cpp484 for (auto [i, variant, _] : SkMakeEnumerate(drawables->input())) { in prepareForMaskDrawing()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DRenderer.cpp283 data->input[i] = stream.buffer; in draw()
/third_party/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl17 # 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 Drec_layer_s3.c925 * 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 Dspirv_msl.hpp37 // 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 Djdsample-avx2.asm45 ; of the way between input pixel centers.
H A Djdsample-mmx.asm44 ; of the way between input pixel centers.
H A Djdsample-sse2.asm44 ; of the way between input pixel centers.
H A Djidctflt-sse.asm93 ; ---- Pass 1: process columns from input, store into work array.
H A Djidctflt-sse2.asm93 ; ---- Pass 1: process columns from input, store into work array.
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djdsample-avx2.asm46 ; of the way between input pixel centers.
H A Djdsample-sse2.asm45 ; of the way between input pixel centers.
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Didec_dec.c72 MemBuffer mem_; // input memory buffer.
648 (config == NULL) ? &tmp_features : &config->input; in WebPIDecode()

Completed in 37 milliseconds

1...<<121122123124125126127128129130