Home
last modified time | relevance | path

Searched refs:extraBytes (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DBufferVk.cpp144 uint32_t extraBytes = 0u; in Initialize() local
150 extraBytes = 1u; in Initialize()
154 if (size > std::numeric_limits<uint64_t>::max() - extraBytes) { in Initialize()
158 size += extraBytes; in Initialize()
/third_party/skia/src/codec/
H A DSkStreamBuffer.cpp50 const size_t extraBytes = totalBytesToBuffer - fBytesBuffered; in buffer() local
51 const size_t bytesBuffered = fStream->read(fBuffer + fBytesBuffered, extraBytes); in buffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp333 const size_t extraBytes = vectorSize % kArrayAlignment; in calculate() local
335 info.vectorStrideBytes = vectorSize + ((extraBytes == 0) ? 0 : (kArrayAlignment - extraBytes)); in calculate()
376 const size_t extraBytes = vectorSize % kArrayAlignment; in unpackFloats() local
377 const size_t vectorBlockSize = vectorSize + ((extraBytes == 0) ? 0 : (kArrayAlignment - extraBytes)); in unpackFloats()
H A DvktShaderExecutor.cpp2188 const int extraBytes = (offset % largest); in generateSpirv() local
2189 const int stride = offset + (extraBytes == 0 ? 0 : (largest - extraBytes)); in generateSpirv()
2259 const int extraBytes = (offset % largest); in generateSpirv() local
2260 const int stride = offset + ((extraBytes == 0) ? 0 : (largest - extraBytes)); in generateSpirv()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp333 const size_t extraBytes = vectorSize % kArrayAlignment; in calculate() local
335 info.vectorStrideBytes = vectorSize + ((extraBytes == 0) ? 0 : (kArrayAlignment - extraBytes)); in calculate()
376 const size_t extraBytes = vectorSize % kArrayAlignment; in unpackFloats() local
377 const size_t vectorBlockSize = vectorSize + ((extraBytes == 0) ? 0 : (kArrayAlignment - extraBytes)); in unpackFloats()
H A DvktShaderExecutor.cpp2188 const int extraBytes = (offset % largest); in generateSpirv() local
2189 const int stride = offset + (extraBytes == 0 ? 0 : (largest - extraBytes)); in generateSpirv()
2259 const int extraBytes = (offset % largest); in generateSpirv() local
2260 const int stride = offset + ((extraBytes == 0) ? 0 : (largest - extraBytes)); in generateSpirv()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFillBufferTests.cpp544 const VkDeviceSize extraBytes = params.dstSize % sizeof(deUint32); in createFillAndUpdateBufferTests() local
545 const std::string name = "fill_buffer_vk_whole_size_" + de::toString(extraBytes) + "_extra_bytes_offset_" + de::toString(params.dstOffset); in createFillAndUpdateBufferTests()
546 const std::string description = "vkCmdFillBuffer with VK_WHOLE_SIZE, " + de::toString(extraBytes) + " extra bytes and offset " + de::toString(params.dstOffset); in createFillAndUpdateBufferTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultiExtTests.cpp1374 int extraBytes; in createDrawMultiExtTests() member
1478 const auto& extraBytes = strideCase.extraBytes; in createDrawMultiExtTests() local
1482 if (extraBytes >= 0) in createDrawMultiExtTests()
1483 testStride = static_cast<deUint32>(baseStride) + static_cast<deUint32>(extraBytes); in createDrawMultiExtTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultiExtTests.cpp1372 int extraBytes; in createDrawMultiExtTests() member
1476 const auto& extraBytes = strideCase.extraBytes; in createDrawMultiExtTests() local
1480 if (extraBytes >= 0) in createDrawMultiExtTests()
1481 testStride = static_cast<deUint32>(baseStride) + static_cast<deUint32>(extraBytes); in createDrawMultiExtTests()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMeasureUnit.java2106 byte[] extraBytes = new byte[extra]; in readExternal()
2107 in.read(extraBytes, 0, extra); in readExternal()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMeasureUnit.java1335 byte[] extraBytes = new byte[extra]; in readExternal()
1336 in.read(extraBytes, 0, extra); in readExternal()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFillBufferTests.cpp725 const VkDeviceSize extraBytes = params.dstSize % sizeof(deUint32); in createFillAndUpdateBufferTests() local
726 const std::string name = "fill_buffer_vk_whole_size_" + de::toString(extraBytes) + "_extra_bytes_offset_" + de::toString(params.dstOffset); in createFillAndUpdateBufferTests()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DBufferZeroInitTests.cpp39 uint64_t extraBytes; member
134 const uint64_t bufferSize = spec.bufferOffset + spec.extraBytes + in TestBufferZeroInitInCopyTextureToBuffer()
1190 for (uint32_t extraBytes : {0, 1, 2, 3, 4}) { in TEST_P()
1194 const uint32_t vertexBufferSize = vertexFormatSize + extraBytes; in TEST_P()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicOffsetTests.cpp231 const VkDeviceSize extraBytes = kColorSize % alignment; in init() local
232 const VkDeviceSize colorBlockInputSize = ((extraBytes == 0ull) ? kColorSize : (kColorSize + alignment - extraBytes)); in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDynamicOffsetTests.cpp228 const VkDeviceSize extraBytes = kColorSize % alignment; in init() local
229 const VkDeviceSize colorBlockInputSize = ((extraBytes == 0ull) ? kColorSize : (kColorSize + alignment - extraBytes)); in init()

Completed in 40 milliseconds