/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_memory_stream.cpp | 90 uint64 baseOffset = offset; in DoRead() local 103 uint8 *dPtr = ((uint8 *) data) + (uint32) (offset - baseOffset); in DoRead() 194 uint64 baseOffset = offset; in DoWrite() local 204 const uint8 *sPtr = ((const uint8 *) data) + (uint32) (offset - baseOffset); in DoWrite()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmVariablePointersTests.cpp | 1055 const int baseOffset = getBaseOffsetForSingleInputBuffer(indexesForLevel[indexLevel][0], in addComplexTypesPhysicalOrVariablePointersComputeGroup() local 1082 expectedOutput[0] = selectedInput[baseOffset]; in addComplexTypesPhysicalOrVariablePointersComputeGroup() 1118 expectedOutput[0] = selectedInput[baseOffset]; in addComplexTypesPhysicalOrVariablePointersComputeGroup() 1163 expectedOutput[0] = selectedInput[baseOffset]; in addComplexTypesPhysicalOrVariablePointersComputeGroup() 1197 expectedOutput[0] = selectedInput[baseOffset]; in addComplexTypesPhysicalOrVariablePointersComputeGroup() 1232 expectedOutput[0] = selectedInput[baseOffset]; in addComplexTypesPhysicalOrVariablePointersComputeGroup() 1809 deUint32 baseOffset = -1; in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2063 baseOffset = getBaseOffset(indexesForLevel[indexLevel][1], in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() 2090 getExpectedOutputColor(defaultColors, expectedColors, selectedInput[baseOffset]); in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() 2113 getExpectedOutputColor(defaultColors, expectedColors, selectedInput[baseOffset]); in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmVariablePointersTests.cpp | 1055 const int baseOffset = getBaseOffsetForSingleInputBuffer(indexesForLevel[indexLevel][0], in addComplexTypesPhysicalOrVariablePointersComputeGroup() local 1082 expectedOutput[0] = selectedInput[baseOffset]; in addComplexTypesPhysicalOrVariablePointersComputeGroup() 1118 expectedOutput[0] = selectedInput[baseOffset]; in addComplexTypesPhysicalOrVariablePointersComputeGroup() 1163 expectedOutput[0] = selectedInput[baseOffset]; in addComplexTypesPhysicalOrVariablePointersComputeGroup() 1197 expectedOutput[0] = selectedInput[baseOffset]; in addComplexTypesPhysicalOrVariablePointersComputeGroup() 1232 expectedOutput[0] = selectedInput[baseOffset]; in addComplexTypesPhysicalOrVariablePointersComputeGroup() 1809 deUint32 baseOffset = -1; in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2063 baseOffset = getBaseOffset(indexesForLevel[indexLevel][1], in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() 2090 getExpectedOutputColor(defaultColors, expectedColors, selectedInput[baseOffset]); in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() 2113 getExpectedOutputColor(defaultColors, expectedColors, selectedInput[baseOffset]); in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | VertexDataManager.cpp | 132 baseOffset(0), in TranslatedAttribute() 149 *offsetOut = baseOffset; in computeOffset() 153 CheckedNumeric<unsigned int> offset(baseOffset); in computeOffset() 339 directAttrib->baseOffset = in StoreDirectAttrib() 406 translated->baseOffset = streamOffset + firstElementOffset; in StoreStaticAttrib() 578 translated->baseOffset = streamOffset; in storeDynamicAttrib() 624 translated->baseOffset = static_cast<unsigned int>(cachedState->offset); in storeCurrentValue()
|
D | VertexDataManager.h | 65 unsigned int baseOffset; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | UtilsD3D12.h | 50 uint64_t baseOffset, 70 uint64_t baseOffset,
|
D | UtilsD3D12.cpp | 150 uint64_t baseOffset, in RecordCopyBufferToTextureFromTextureCopySplit() argument 165 const uint64_t offsetBytes = info.alignedOffset + baseOffset; in RecordCopyBufferToTextureFromTextureCopySplit() 269 uint64_t baseOffset, in RecordCopyTextureToBufferFromTextureCopySplit() argument 283 const uint64_t offsetBytes = info.alignedOffset + baseOffset; in RecordCopyTextureToBufferFromTextureCopySplit()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkBinaryRegistry.cpp | 326 deUint32 addAndCountNodes (BinaryIndexNode* index, deUint32 baseOffset, const SparseIndexNode* grou… in addAndCountNodes() argument 337 const deUint32 subtreeSize = addAndCountNodes(index+curOffset, baseOffset+curOffset, child); in addAndCountNodes() 346 index[childNdx].index = baseOffset+curOffset; in addAndCountNodes()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | reflection.cpp | 342 int baseOffset = offset; in blowUpActiveAggregate() local 369 offset = baseOffset + stride * i; in blowUpActiveAggregate() 381 if (baseOffset >= 0) { in blowUpActiveAggregate() 393 offset = baseOffset + memberOffsets[i]; in blowUpActiveAggregate()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | D3D11EmulatedIndexedBufferTest.cpp | 43 mTranslatedAttribute.baseOffset = 0; in testSetUp()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 470 int baseOffset, in computeReferenceLayout() argument 481 int curOffset = deAlign32(baseOffset, baseAlignment); in computeReferenceLayout() 602 return curOffset-baseOffset; in computeReferenceLayout() 606 …erLayout& layout, int curBlockNdx, const std::string& blockPrefix, int baseOffset, const BufferVar… in computeReferenceLayout() argument 622 int curOffset = deAlign32(baseOffset, baseAlignment); in computeReferenceLayout() 708 return curOffset-baseOffset; in computeReferenceLayout() 711 …return computeReferenceLayout(layout, curBlockNdx, baseOffset, blockPrefix + bufVar.getName(), var… in computeReferenceLayout()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 470 int baseOffset, in computeReferenceLayout() argument 481 int curOffset = deAlign32(baseOffset, baseAlignment); in computeReferenceLayout() 602 return curOffset-baseOffset; in computeReferenceLayout() 606 …erLayout& layout, int curBlockNdx, const std::string& blockPrefix, int baseOffset, const BufferVar… in computeReferenceLayout() argument 622 int curOffset = deAlign32(baseOffset, baseAlignment); in computeReferenceLayout() 708 return curOffset-baseOffset; in computeReferenceLayout() 711 …return computeReferenceLayout(layout, curBlockNdx, baseOffset, blockPrefix + bufVar.getName(), var… in computeReferenceLayout()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 461 int baseOffset, in computeReferenceLayout() argument 471 int curOffset = deAlign32(baseOffset, baseAlignment); in computeReferenceLayout() 580 return curOffset-baseOffset; in computeReferenceLayout() 584 …erLayout& layout, int curBlockNdx, const std::string& blockPrefix, int baseOffset, const BufferVar… in computeReferenceLayout() argument 598 int curOffset = deAlign32(baseOffset, baseAlignment); in computeReferenceLayout() 675 return curOffset-baseOffset; in computeReferenceLayout() 678 …return computeReferenceLayout(layout, curBlockNdx, baseOffset, blockPrefix + bufVar.getName(), var… in computeReferenceLayout()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.h | 419 UInt64 baseOffset, UInt64 &dataOffset,
|
D | 7zIn.cpp | 1154 UInt64 baseOffset, in ReadAndDecodePackedStreams() 1188 _stream, baseOffset + dataOffset, in ReadAndDecodePackedStreams()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Program.cpp | 1248 int baseOffset = transformFeedback->vertexOffset() * componentStride * sizeof(float); in applyTransformFeedback() local 1251 transformFeedbackBuffers[index].getOffset() + baseOffset, in applyTransformFeedback() 1268 …int baseOffset = transformFeedbackBuffers[0].getOffset() + (transformFeedback->vertexOffset() * co… in applyTransformFeedback() local 1281 baseOffset + (totalComponents * sizeof(float)), in applyTransformFeedback()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 553 int baseOffset, in computeReferenceLayout() argument 566 int curOffset = deAlign32(baseOffset, baseAlignment); in computeReferenceLayout() 687 return curOffset-baseOffset; in computeReferenceLayout()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 553 int baseOffset, in computeReferenceLayout() argument 566 int curOffset = deAlign32(baseOffset, baseAlignment); in computeReferenceLayout() 687 return curOffset-baseOffset; in computeReferenceLayout()
|
/third_party/lzma/C/ |
D | 7zArcIn.c | 993 UInt64 baseOffset, in SzReadAndDecodePackedStreams() argument 1003 dataStartPos += baseOffset; in SzReadAndDecodePackedStreams()
|
/third_party/skia/src/core/ |
D | SkRuntimeEffect.cpp | 602 auto is_simple_uniform = [&](skvm::Color c, int* baseOffset) { in Make() argument 611 *baseOffset = ur.offset; in Make()
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 14369 …setBaseAndExtent(baseNode: Node, baseOffset: number, extentNode: Node, extentOffset: number): void;
|