Home
last modified time | relevance | path

Searched refs:data (Results 16376 - 16400 of 17044) sorted by relevance

1...<<651652653654655656657658659660>>...682

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.c409 memcpy(&dst[p * 4], &lconstf->data[n * 4], c * 4 * sizeof(float)); in prepare_vs_constants_userbuf_swvp()
501 memcpy(&dst[p * 4], &lconstf->data[n * 4], c * 4 * sizeof(float)); in prepare_vs_constants_userbuf()
1502 /* For managed pool, the data can be initially incomplete. in nine_context_set_texture()
2545 ARG_VAL(const void *, data)) in CSMT_ITEM_NO_WAIT_WITH_COUNTER()
2552 context->pipe->buffer_subdata(context->pipe, res, usage, offset, size, data); in CSMT_ITEM_NO_WAIT_WITH_COUNTER()
3203 memcpy(&dst[p * 4], &lconstf->data[n * 4], c * 4 * sizeof(float)); in update_vs_constants_sw()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp400 // Verify passing more complex data between the task and mesh shaders.
1985 // Verify data one more time from the mesh shader invocation. in initPrograms()
2439 // Create and fill buffers with this data. in iterate()
2777 vkd.cmdPushConstants(cmdBuffer, pipelineLayout.get(), range.stageFlags, range.offset, range.size, reinterpret_cast<const char*>(pcData.data()) + range.offset); in iterate()
4029 // Spec constant data (must match shaders). in iterate()
4476 // of data from different sources: storage buffer, sampled image or push constant value, and those will change before each draw
4680 void* data = ssbos.back()->getAllocation().getHostPtr(); in iterate() local
4682 deMemcpy(data, &redComponent, sizeof(redComponent)); in iterate()
4729 void* data = auxiliarBuffers.back()->getAllocation().getHostPtr(); in iterate() local
4730 tcu::PixelBufferAccess access (tcuTexFormat, iTexExtent, data); in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp400 // Verify passing more complex data between the task and mesh shaders.
1967 // Verify data one more time from the mesh shader invocation. in initPrograms()
2421 // Create and fill buffers with this data. in iterate()
2759 vkd.cmdPushConstants(cmdBuffer, pipelineLayout.get(), range.stageFlags, range.offset, range.size, reinterpret_cast<const char*>(pcData.data()) + range.offset); in iterate()
4026 // Spec constant data (must match shaders). in iterate()
4473 // of data from different sources: storage buffer, sampled image or push constant value, and those will change before each draw
4677 void* data = ssbos.back()->getAllocation().getHostPtr(); in iterate() local
4679 deMemcpy(data, &redComponent, sizeof(redComponent)); in iterate()
4726 void* data = auxiliarBuffers.back()->getAllocation().getHostPtr(); in iterate() local
4727 tcu::PixelBufferAccess access (tcuTexFormat, iTexExtent, data); in iterate()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp932 * @param pixel Pixel data
1085 * @param pixel Pixel data
1488 const GLvoid* data = 0; in prepareTexture() local
1493 data = pixels; in prepareTexture()
1496 gl.bufferData(GL_TEXTURE_BUFFER, size, data, GL_DYNAMIC_COPY); in prepareTexture()
1646 * @param pixel Pixel data
1667 * @param pixel Pixel data
1690 * @param pixel Pixel data
1707 * @param pixel Pixel data
1731 * @param pixel Pixel data
5832 createTexture(int width, int height, GLint internalFormat, GLuint type, const void* data, int minFilter, int magFilter) createTexture() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_subprocess.py916 # Test an expiring timeout while the child is outputting lots of data.
1194 data = p.communicate(b"lime")[0]
1195 self.assertEqual(data, b"lime")
2509 # write some data to what will become stdin, and rewind
2560 # write some data to what will become stdin, and rewind
2752 data = subdata * 4 + b'\n'
2777 p1.stdin.write(data)
2783 self.assertEqual(p2.stdout.read(), data)
3786 # Prepare to send enough data to overflow any OS pipe buffering and
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp170 //! Utility function for getting the name of a data type.
596 deUint8* const data = new deUint8[sizeof(value)]; in bind() local
598 deMemcpy(data, &value, sizeof(value)); in bind()
599 de::insert(m_map, variable.getName(), SharedPtr<deUint8>(data, de::ArrayDeleter<deUint8>())); in bind()
605 deUint8* const data = de::lookup(m_map, variable.getName()).get(); in lookup() local
607 return *reinterpret_cast<typename Traits<T>::IVal*>(data); in lookup()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp76 return imageSymbol->getName().data(); in GetImageArgumentToken()
376 mDiagnostics->error(loc, reason, token.data()); in error()
743 if (gl::IsBuiltInName(identifier.data())) in checkIsNotReserved()
912 error(line, "not enough data provided for construction", "constructor"); in checkConstructorArguments()
4147 TParameter param = {name.data(), type}; in parseParameterDeclarator()
5615 "fetching input attachment data", in parseInOutQualifier()
5922 BuiltInGroup::IsBuiltIn(op) ? func->name().data() : GetOperatorString(op); in createUnaryMath()
/third_party/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp5034 assertTrue(msg.data(), unit == parsed);
5361 assertEquals("mu1 initial identifier", "", mu1.identifier.data());
5372 assertEquals("mu1 post-move-build identifier", "meter", mu1.identifier.data());
5385 assertEquals("tmpMemory identifier", "", tmpMemory.identifier.data());
5391 assertEquals("tmpImplRef identifier", "", tmpImplRef.identifier.data());
5397 assertEquals("mu1 = move(mu2): identifier", "", mu1.identifier.data());
5407 assertEquals("mu1 = HMS: identifier", "", mu1.identifier.data());
5470 .append(": ", status).data(); in verifyFieldPosition()
5479 assertEquals(beginIndex.data(), start, pos.getBeginIndex()); in verifyFieldPosition()
5480 assertEquals(endIndex.data(), en in verifyFieldPosition()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc700 const BlockEffectControlData& data = in Run() local
702 if (!effect) effect = data.current_effect; in Run()
703 if (data.current_effect != effect) { in Run()
791 BlockEffectControlData* data = &block_effects.For(block, successor); in Run() local
792 if (data->current_effect == nullptr) { in Run()
793 data->current_effect = gasm()->effect(); in Run()
795 if (data->current_control == nullptr) { in Run()
796 data->current_control = gasm()->control(); in Run()
798 data->current_frame_state = frame_state; in Run()
5194 static_cast<int>(offsetof(v8::FastApiCallbackOptions, data)), in LowerFastApiCall()
[all...]
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp2089 ptrdiff_t num = &line - impl->lines().data(); in UNIX_ONLY_TEST()
4960 std::string toCheckUtf8{utf1to1.data(), utf1to1.size()}; in DEF_TEST_DISABLED()
4961 SkASSERT(std::strcmp(text, utf1to1.data()) == 0); in DEF_TEST_DISABLED()
5003 std::string toCheckUtf8{utf1to1.data(), utf1to1.size()}; in DEF_TEST_DISABLED()
5004 SkASSERT(std::strcmp(text, utf1to1.data()) == 0); in DEF_TEST_DISABLED()
7203 impl->lines().data()->scanStyles(StyleType::kDecorations, in UNIX_ONLY_TEST()
7430 builder.addText(text.data(), K + 3); in UNIX_ONLY_TEST()
7434 builder.addText(text.data() + K + 3, P - K - 3 + 6); in UNIX_ONLY_TEST()
7437 builder.addText(text.data() + P + 6, h - P - 6); in UNIX_ONLY_TEST()
7441 builder.addText(text.data() in UNIX_ONLY_TEST()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmpeg4videoenc.c648 p_pic = s->new_picture->data[0] + offset; in ff_mpeg4_encode_mb()
659 b_pic = pic->f->data[0] + offset; in ff_mpeg4_encode_mb()
1049 /* user data */ in mpeg4_encode_vol_header()
1376 { "data_partitioning", "Use data partitioning.", OFFSET(data_partitioning), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VE },
H A Dac3dec.c1396 /* unused dummy data */ in decode_audio_block()
1488 const uint8_t *buf = avpkt->data; in ac3_decode_frame()
1533 * decodes given the same AC-3 frame data, for use with non-linear edititing software. */ in ac3_decode_frame()
1783 av_assert0(ch>=AV_NUM_DATA_POINTERS || frame->extended_data[ch] == frame->data[ch]); in ac3_decode_frame()
H A Dwmalosslessdec.c77 uint8_t *frame_data; ///< compressed frame data
84 int dynamic_range_compression; ///< frame contains DRC data
121 WmallChannelCtx channel[WMALL_MAX_CHANNELS]; ///< per channel data
319 * @brief Decode how the data in the frame is split into subframes.
320 * Every WMA frame contains the encoded data for a fixed number of
321 * samples per channel. The data for every channel might be split
355 /* loop until the frame data is split between the subframes */ in decode_tilehdr()
1113 /* skip the rest of the frame data */ in decode_frame()
1147 /* when the frame data does not need to be concatenated, the input buffer in save_bits()
1191 const uint8_t* buf = avpkt->data; in decode_packet()
[all...]
/third_party/ffmpeg/libavfilter/
H A Davfilter.c49 "ref[%p buf:%p data:%p linesize[%d, %d, %d, %d] pts:%"PRId64" pos:%"PRId64, in tlog_ref()
50 ref, ref->buf, ref->data[0], in tlog_ref()
1215 to process queued frames or internal data or to satisfy the
1446 av_log(link->dst, AV_LOG_DEBUG, "Copying data in avfilter.\n"); in ff_inlink_make_frame_writable()
1560 frames = (AVHWFramesContext*)link->hw_frames_ctx->data; in ff_filter_init_hw_frames()
H A Dvf_convolution.c653 const uint8_t *src = in->data[plane]; in filter_slice()
655 uint8_t *dst = out->data[plane] + dst_pos; in filter_slice()
/third_party/ffmpeg/libavformat/
H A Dwtvdec.c131 * @param[out] data destination
135 static int read_ints(AVIOContext *pb, uint32_t *data, int count) in read_ints() argument
139 if ((data[total] = avio_rl32(pb))) in read_ints()
327 int64_t pts; /**< pts for next data chunk */
777 * @param[out] len_ptr Length of data chunk
778 * @return stream index of data chunk, or <0 on error
992 /* parse chunks up until first data chunk */ in read_header()
995 av_log(s, AV_LOG_ERROR, "timeline data missing\n"); in read_header()
H A Dsbgdec.c1503 AV_WL64(packet->data + 0, ts); in sbg_read_packet()
1504 AV_WL32(packet->data + 8, packet->duration); in sbg_read_packet()
H A Dnutdec.c897 av_log(s, AV_LOG_ERROR, "get_str failed while reading sm data\n"); in read_sm_data()
905 av_log(s, AV_LOG_ERROR, "get_str failed while reading sm data\n"); in read_sm_data()
915 av_log(s, AV_LOG_ERROR, "get_str failed while reading sm data\n"); in read_sm_data()
935 av_log(s, AV_LOG_WARNING, "Unknown data %s / %s\n", name, type_str); in read_sm_data()
1121 memcpy(pkt->data, nut->header[header_idx], nut->header_len[header_idx]); in decode_frame()
1138 ret = avio_read(bc, pkt->data + nut->header_len[header_idx], size); in decode_frame()
/third_party/ffmpeg/libpostproc/
H A Dpostprocess_altivec_template.c67 DECLARE_ALIGNED(16, short, data)[8] = in vertClassify_altivec()
86 vector signed short v_data = vec_ld(0, data); in vertClassify_altivec()
/third_party/ffmpeg/tests/fate/
H A Dimage.mak388 FATE_PNG_PROBE += fate-png-side-data
389 fate-png-side-data: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_frames \
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.c292 static int _snd_send_fd(int sock, void *data, size_t len, int fd) in _snd_send_fd() argument
301 vec.iov_base = (void *)&data; in _snd_send_fd()
H A Dpcm_share.c362 static void *snd_pcm_share_thread(void *data) in snd_pcm_share_thread() argument
364 snd_pcm_share_slave_t *slave = data; in snd_pcm_share_thread()
/third_party/backends/backend/
H A Dplustek_pp.c362 * read the data from the driver and send them to the parent process
401 "starting to READ data (%lu bytes)\n", data_length ); in reader_process()
409 /* here we read all data from the driver... */ in reader_process()
456 DBG( _DBG_PROC, "reader_process: finished reading data\n" ); in reader_process()
2060 /** function to read the data from our child process
2062 SANE_Status sane_read( SANE_Handle handle, SANE_Byte *data, in sane_read() argument
2070 /* here we read all data from the driver... */ in sane_read()
2071 nread = read( s->r_pipe, data, max_length ); in sane_read()
H A Du12.c298 * read the data from the driver and send them to the parent process
342 "starting to READ data (%lu bytes)\n", data_length ); in reader_process()
350 /* here we read all data from the scanner... */ in reader_process()
377 DBG( _DBG_PROC, "reader_process: finished reading data\n" ); in reader_process()
1749 /** function to read the data from our child process
1751 SANE_Status sane_read( SANE_Handle handle, SANE_Byte *data, in sane_read() argument
1759 /* here we read all data from the driver... */ in sane_read()
1760 nread = read( s->r_pipe, data, max_length ); in sane_read()
H A Dsp15c.c197 . . - sane_read() : read image-data (from pipe)
1824 window_descriptor_blockB.size); /* copy preset data */ in sp15c_set_window_param()
1961 reader_process (void *data) in reader_process() argument
1963 struct sp15c *scanner = (struct sp15c *) data; in reader_process()
2001 DBG (10, "reader_process: starting to READ data\n"); in reader_process()
2029 DBG (1, "reader_process: no data yet\n"); in reader_process()
2037 DBG (1, "reader_process: unable to get image data from scanner!\n"); in reader_process()

Completed in 148 milliseconds

1...<<651652653654655656657658659660>>...682