Home
last modified time | relevance | path

Searched defs:offset (Results 5001 - 5025 of 6445) sorted by relevance

1...<<201202203204205206207208209210>>...258

/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-surround-sink.c259 static int sink_process_msg_cb(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg_cb() argument
H A Dmodule-combine-sink.c731 static int sink_input_process_msg(pa_msgobject *obj, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_input_process_msg() argument
/third_party/pulseaudio/src/pulsecore/
H A Dpstream.c105 int64_t offset; member
481 void pa_pstream_send_memblock(pa_pstream*p, uint32_t channel, int64_t offset, pa_seek_mode_t seek_mode, const pa_memchunk *chunk) { in pa_pstream_send_memblock() argument
657 size_t offset, length; in prepare_next_write_item() local
842 int64_t offset; in memblock_complete() local
1061 int64_t offset; do_read() local
[all...]
/third_party/python/Modules/
H A Dunicodedata.c1069 int offset; in _getucname() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime.h696 int offset; // seconds east of UTC member
938 int offset; // seconds east of UTC member
[all...]
/third_party/skia/third_party/etc1/
H A Detc1.cpp196 int offset = ((low >> k) & 1) | ((low >> (k + 15)) & 2); in decode_subblock() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.h1287 size_t offset = btree_reader_.length() - bytes_remaining_; in AdvanceBytesBtree() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dfloat_conversion.cc195 const int offset = exp % 32; in BinaryToDecimal() local
305 const int offset = exp % 32; in FractionalDigitGenerator() local
308 v >>= offset; in FractionalDigitGenerator() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_info.cc205 bool TimeZoneInfo::ResetToBuiltinUTC(const seconds& offset) { in ResetToBuiltinUTC() argument
718 auto offset = seconds::zero(); Load() local
761 const auto offset = seconds(c4_shift * kSecsPer400Years); TimeLocal() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dflag.h759 ptrdiff_t offset = in FlagOps() local
/third_party/skia/include/core/
H A DSkPath.h1323 void offset(SkScalar dx, SkScalar dy) { offset() function in SkPath
[all...]
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dparse.rs391 fn offset(&self) -> usize { in offset() functions
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureFilteringTests.cpp707 tcu::Vec2 offset; member
975 tcu::Vec3 offset; member
[all...]
H A Des3fTransformFeedbackTests.cpp129 int offset; member
151 int offset; member
474 int offset = (bufferMode == GL_SEPARATE_ATTRIBS ? 0 : accumulatedSize); in computeTransformFeedbackOutputs() local
547 int offset = attrib.offset+elemNdx*stride+compNdx*elementSize; in genAttributeData() local
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp412 const float offset = mid.y() - slope*mid.x(); in simpleLinearRegression() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp725 const int offset = rnd.getInt(0, numBits-bits); in getInputValues() local
739 const int offset = *((const int*)inputs[1]); in compare() local
799 const int offset in getInputValues() local
816 const int offset = *((const int*)inputs[2]); compare() local
[all...]
H A Des31fTextureSpecificationTests.cpp881 int offset; in init() member
970 int offset; in init() member
403 TexImageCubeArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) TexImageCubeArrayBufferCase() argument
484 TexSubImageCubeArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int depth, int subX, int subY, int subZ, int subW, int subH, int subD, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) TexSubImageCubeArrayBufferCase() argument
H A Des31fVertexAttributeBindingTests.cpp658 const int offset = (!m_spec.aliasingBuffers) ? (0) : (m_spec.instanced) ? (6 * (int)sizeof(tcu::Vec4)) : (6 * GRID_SIZE * GRID_SIZE * (int)sizeof(tcu::Vec4)); renderTo() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsAttributeLocationTests.cpp863 BindAliasingAttributeTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const AttribType& type, int offset, int arraySize) BindAliasingAttributeTest() argument
H A DglsDrawTest.hpp202 int offset; member
H A DglsTextureBufferCase.cpp91 void genRandomCoords (de::Random rng, vector<deUint8>& coords, size_t offset, size_t size) in genRandomCoords() argument
449 const size_t offset = minOffset + (rng.getUint32() % (texture.getBufferSize() - (size + minOffset))); modifyBufferSubData() local
472 const size_t offset = minOffset + (rng.getUint32() % (texture.getBufferSize() - (size + minOffset))); modifyMapWrite() local
506 const size_t offset = minOffset + (rng.getUint32() % (texture.getBufferSize() - (size + minOffset))); modifyMapReadWrite() local
837 logTextureInfo(TestLog& log, deUint32 format, size_t bufferSize, size_t offset, size_t size) logTextureInfo() argument
855 runTests(tcu::TestContext& testCtx, glu::RenderContext& renderContext, de::Random& rng, deUint32 format, size_t bufferSize, size_t offset, size_t size, RenderBits preRender, glu::ShaderProgram* preRenderProgram, ModifyBits modifyType, RenderBits postRender, glu::ShaderProgram* postRenderProgram) runTests() argument
933 TextureBufferCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, deUint32 format, size_t bufferSize, size_t offset, size_t size, RenderBits preRender, ModifyBits modify, RenderBits postRender, const char* name, const char* description) TextureBufferCase() argument
1027 size_t offset; iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp68 Vec4 offset; member
625 const Vec4 offset = {offsetX, offsetY, 0.0f, 0.0f}; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp851 const int offset = rnd.getInt(0, numBits-bits); in getInputValues() local
865 const int offset = *((const int*)inputs[1]); in compare() local
928 const int offset = rnd.getInt(0, numBits-bits); in getInputValues() local
945 const int offset in compare() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseResidency.cpp453 VkOffset3D offset; in iterate() local
812 VkExtent3D offset; in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp312 size_t offset = 0; in createComputePipeline() local

Completed in 45 milliseconds

1...<<201202203204205206207208209210>>...258