Home
last modified time | relevance | path

Searched defs:buffer_data (Results 1 – 20 of 20) sorted by relevance

/third_party/ffmpeg/doc/examples/
Davio_reading.c37 struct buffer_data { struct
44 struct buffer_data *bd = (struct buffer_data *)opaque; in read_packet() argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/ps/core/communicator/
Dtcp_message_handler.cc31 auto buffer_data = reinterpret_cast<const uint8_t *>(buffer); in ReceiveMessage() local
/third_party/mindspore/mindspore-src/source/tests/st/cpp/cxx_api/model/
Dtest_tensor_add.cc73 auto buffer_data = buffer.Data(); in TEST_F() local
Dtest_dynamic_batch_size.cc99 auto buffer_data = buffer.Data(); in TEST_F() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cMapBufferAlignmentTests.cpp214 std::vector<GLubyte> buffer_data; in iterate() local
Dgl3cClipDistance.hpp447 std::vector<T> buffer_data(m_size / sizeof(T)); in readBuffer() local
Dgl4cVertexAttrib64BitTest.cpp2352 std::vector<GLdouble> buffer_data; in prepareVertexArrayBuffer() local
2954 …_varyingType* buffer_data = (_varyingType*)gl.mapBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, GL_READ_ONLY… in verifyResult() local
Dgl4cEnhancedLayoutsTests.cpp5891 GLvoid* buffer_data = buffer->Map(Utils::Buffer::ReadOnly); in test() local
6865 std::vector<GLubyte> buffer_data(buffer_size); in test() local
12831 std::vector<GLuint> buffer_data; in test() local
26374 GLubyte* buffer_data = (GLubyte*)buffer->Map(Utils::Buffer::ReadOnly); in test() local
26779 GLubyte* buffer_data = (GLubyte*)buffer->Map(Utils::Buffer::ReadOnly); in test() local
27156 GLubyte* buffer_data = (GLubyte*)buffer->Map(Utils::Buffer::ReadOnly); in test() local
27505 GLubyte* buffer_data = (GLubyte*)buffer->Map(Utils::Buffer::ReadOnly); in test() local
Dgl4cGPUShaderFP64Tests.cpp4319 std::vector<glw::GLint> buffer_data; in testBegin() local
5171 std::vector<glw::GLubyte> buffer_data; in prepareUniformBuffer() local
Dgl4cComputeShaderTests.cpp1002 std::vector<vec4> buffer_data(kBufferSize * 9); in RunIteration() local
Dgl4cShaderSubroutineTests.cpp6437 static const glw::GLuint buffer_data[] = { m_texture_width * m_texture_height + 1, in testSSBO() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp6987 glw::GLfloat buffer_data[] = { 0.0f, 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f, in test_shader_compilation() local
6998 glw::GLint buffer_data[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }; in test_shader_compilation() local
7007 glw::GLuint buffer_data[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }; in test_shader_compilation() local
7016 glw::GLdouble buffer_data[] = { 0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, in test_shader_compilation() local
7439 glw::GLfloat buffer_data[] = { 0.0f, 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f, in test_shader_compilation() local
7450 glw::GLint buffer_data[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }; in test_shader_compilation() local
7459 glw::GLuint buffer_data[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }; in test_shader_compilation() local
7468 glw::GLdouble buffer_data[] = { 0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, in test_shader_compilation() local
8840 std::vector<glw::GLuint> buffer_data; in execute() local
Des31cComputeShaderTests.cpp1332 std::vector<vec4> buffer_data(kBufferSize * 4); in RunIteration() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayImageTextureSize.cpp413 std::vector<glw::GLint> buffer_data(m_n_varyings * m_n_tf_components, 0); in configureTestSpecificObjects() local
454 std::vector<glw::GLint> buffer_data(m_n_varyings * m_n_tf_components, 0); in configureTextures() local
DesextcTextureCubeMapArraySampling.cpp4165 glw::GLvoid* buffer_data)
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.cpp3258 GLfloat* buffer_data = in iterate() local
3332 bool StorageBufferTest::verifyResults(GLfloat* buffer_data) in verifyResults()
3529 GLfloat* buffer_data = in iterate() local
3601 bool UniformBufferTest::verifyResults(GLfloat* buffer_data) in verifyResults()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeBufferApiTests.cpp69 void buffer_data (NegativeTestContext& ctx) in buffer_data() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_py.cc238 void *buffer_data() const { return buffer_->ptr; } in buffer_data() function in mindspore::tensor::TensorDataNumpy
/third_party/ffmpeg/libavcodec/
Dmediacodec_wrapper.c1092 void *buffer_data = NULL; in ff_AMediaFormat_setBuffer() local
/third_party/mesa3d/src/mesa/main/
Dbufferobj.c2332 buffer_data(struct gl_context *ctx, struct gl_buffer_object *bufObj, in buffer_data() function