Home
last modified time | relevance | path

Searched refs:dataSize (Results 251 - 275 of 439) sorted by relevance

1...<<1112131415161718

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp170 deMemset(moduleId.data(), ((moduleUse == UseModuleCase::ALL_ZEROS) ? 0 : 0xFF), de::dataSize(moduleId)); in maybeMangleShaderModuleId()
507 dataBuffer.resize(irKHR.dataSize); in getPipelineExecutableProperties()
1712 info->dataSize = sizeof(uint32_t); in maybeMakeSpecializationInfo()
1815 scInfo->dataSize = de::dataSize(scData); in makeComputeSpecInfo()
2894 deMemcpy(outputData.data(), storageBufferData, de::dataSize(outputData)); in iterate()
H A DvktPipelineExtendedDynamicStateTests.cpp3183 , dataSize (0ull) in VertexBufferInfo()
3189 , dataSize (other.dataSize) in VertexBufferInfo()
3194 vk::VkDeviceSize dataSize; member
3528 sizes.push_back (vertBuffer.dataSize); in maybeBindVertexBufferDynStride()
3574 const auto bufferSize = static_cast<vk::VkDeviceSize>(de::dataSize(bufferBytes)); in prepareVertexBuffers()
3577 const auto dataSize = bufferSize - extraSize; in prepareVertexBuffers() local
3585 bufferInfo.dataSize = dataSize; in prepareVertexBuffers()
3589 copyAndFlush(vkd, device, *buffers.back().buffer, 0, bufferBytes.data(), de::dataSize(bufferByte in prepareVertexBuffers()
[all...]
H A DvktPipelineMultisampleBaseResolve.cpp238 de::SharedPtr<BufferWithMemory> vertexBuffer = de::SharedPtr<BufferWithMemory>(new BufferWithMemory(deviceInterface, device, allocator, makeBufferCreateInfo(vertexDataDesc.dataSize, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::HostVisible)); in iterate()
H A DvktPipelineMultisampleShaderBuiltInTests.cpp66 vertexDataDesc.dataSize = vertexDataDesc.verticesCount * vertexDataDesc.dataStride; in getVertexDataDescriptonNdc()
91 deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vertexDataDescripton.dataSize)); in uploadVertexDataNdc()
108 vertexDataDesc.dataSize = vertexDataDesc.verticesCount * vertexDataDesc.dataStride; in getVertexDataDescriptonNdcScreen()
143 deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vertexDataDescripton.dataSize)); in uploadVertexDataNdcScreen()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DProgramD3D.cpp892 size_t dataSize = stream->remainingSize();
893 mDataCopySucceeded = mStreamData.resize(dataSize);
896 memcpy(mStreamData.data(), stream->data() + stream->offset(), dataSize); local
2236 d3dUniformBlock.mByteWidths[shaderType] = uniformBlock.dataSize;
2239 ? uniformBlock.dataSize
2240 : uniformBlock.dataSize / uniformBlock.firstFieldArraySize;
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h2940 size_t dataSize; member
3467 typedef VkResult (VKAPI_PTR *PFN_vkGetQueryPoolResults)(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags);
3535 typedef void (VKAPI_PTR *PFN_vkCmdUpdateBuffer)(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize dataSize, const void* pData);
3817 size_t dataSize,
4219 VkDeviceSize dataSize,
7776 size_t dataSize; member
9467 uint32_t dataSize; member
10156 typedef VkResult (VKAPI_PTR *PFN_vkGetRayTracingShaderGroupHandlesKHR)(VkDevice device, VkPipeline pipeline, uint32_t firstGroup, uint32_t groupCount, size_t dataSize, void* pData);
10157 typedef VkResult (VKAPI_PTR *PFN_vkGetRayTracingShaderGroupHandlesNV)(VkDevice device, VkPipeline pipeline, uint32_t firstGroup, uint32_t groupCount, size_t dataSize, void* pData);
10158 typedef VkResult (VKAPI_PTR *PFN_vkGetAccelerationStructureHandleNV)(VkDevice device, VkAccelerationStructureNV accelerationStructure, size_t dataSize, voi
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_pipeline.c408 sinfo.dataSize = sizeof(state->local_size); in zink_create_compute_pipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleBaseResolve.cpp241 de::SharedPtr<BufferWithMemory> vertexBuffer = de::SharedPtr<BufferWithMemory>(new BufferWithMemory(deviceInterface, device, allocator, makeBufferCreateInfo(vertexDataDesc.dataSize, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::HostVisible)); in iterate()
H A DvktPipelineMultisampleShaderBuiltInTests.cpp69 vertexDataDesc.dataSize = vertexDataDesc.verticesCount * vertexDataDesc.dataStride; in getVertexDataDescriptonNdc()
94 deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vertexDataDescripton.dataSize)); in uploadVertexDataNdc()
111 vertexDataDesc.dataSize = vertexDataDesc.verticesCount * vertexDataDesc.dataStride; in getVertexDataDescriptonNdcScreen()
146 deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vertexDataDescripton.dataSize)); in uploadVertexDataNdcScreen()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryBarycentricCoordinatesTests.cpp348 DE_ASSERT(de::dataSize(outputData) == barycoordsBufferSizeSz); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPositionFetchTests.cpp430 DE_ASSERT(de::dataSize(outputData) == outputPositionsBufferSizeSz); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryBarycentricCoordinatesTests.cpp348 DE_ASSERT(de::dataSize(outputData) == barycoordsBufferSizeSz); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBarycentricCoordinatesTests.cpp407 DE_ASSERT(de::dataSize(outputData) == barycoordsBufferSizeSz); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_ext_autogen.h469 GLsizei dataSize,
481 GLsizei dataSize,
493 GLsizei dataSize,
507 GLsizei dataSize,
3195 GLsizei dataSize,
3208 GLsizei dataSize,
3221 GLsizei dataSize,
3236 GLsizei dataSize,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp468 de::dataSize(m_specConstants), // size_t dataSize; in iterate()
1270 deMemcpy(outputFlags.data(), ssboData, de::dataSize(outputFlags)); in iterate()
1492 de::dataSize(m_specConstants), // size_t dataSize; in iterate()
2288 de::dataSize(m_specConstants), // size_t dataSize; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp468 de::dataSize(m_specConstants), // size_t dataSize; in iterate()
1270 deMemcpy(outputFlags.data(), ssboData, de::dataSize(outputFlags)); in iterate()
1492 de::dataSize(m_specConstants), // size_t dataSize; in iterate()
2288 de::dataSize(m_specConstants), // size_t dataSize; in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationESEXT_autogen.h466 GLsizei dataSize,
478 GLsizei dataSize,
490 GLsizei dataSize,
504 GLsizei dataSize,
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp872 const size_t dataSize = (size_t)(_inByteBack->GetPtr() - startBufPtr); in ReadUnpackInfo() local
876 folders.CodersData.CopyFrom(startBufPtr, dataSize); in ReadUnpackInfo()
/third_party/lzma/C/
H A DXzEnc.c30 #define XZ_GET_PAD_SIZE(dataSize) ((4 - ((unsigned)(dataSize) & 3)) & 3)
/third_party/mesa3d/src/amd/vulkan/layers/
H A Dradv_sqtt_layer.c501 VkDeviceSize dataSize, const void *pData) in sqtt_CmdUpdateBuffer()
503 EVENT_MARKER(UpdateBuffer, commandBuffer, dstBuffer, dstOffset, dataSize, pData); in sqtt_CmdUpdateBuffer()
500 sqtt_CmdUpdateBuffer(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize dataSize, const void *pData) sqtt_CmdUpdateBuffer() argument
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_query.c442 size_t dataSize, in GetQueryPoolResults()
464 void *data_end = pData + dataSize; in GetQueryPoolResults()
437 GetQueryPoolResults( VkDevice _device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags) GetQueryPoolResults() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dlistformattertest.cpp118 void ListFormatterTest::CheckFormatting(const ListFormatter* formatter, UnicodeString data[], int32_t dataSize, in CheckFormatting() argument
122 formatter->format(data, dataSize, actualResult, errorCode); in CheckFormatting()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationMiscDrawTests.cpp798 const auto vertexBufferSize = static_cast<VkDeviceSize>(de::dataSize(vertices)); in iterate()
805 deMemcpy(vertexBufferData, de::dataOrNull(vertices), de::dataSize(vertices)); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DBufferVk.cpp109 size_t dataSize, in GetPreferredDynamicBufferInitialSize()
139 const size_t alignedSize = roundUp(dataSize, *alignmentOut); in GetPreferredDynamicBufferInitialSize()
108 GetPreferredDynamicBufferInitialSize(RendererVk *renderer, size_t dataSize, gl::BufferUsage usage, size_t *alignmentOut) GetPreferredDynamicBufferInitialSize() argument
/third_party/skia/src/utils/mac/
H A DSkCTFont.cpp333 constexpr size_t dataSize = SK_ARRAY_COUNT(kSpiderSymbol_ttf); in SkCTFontGetDataFontWeightMapping()
334 sk_sp<SkData> data = SkData::MakeWithCopy(kSpiderSymbol_ttf, dataSize); in SkCTFontGetDataFontWeightMapping()

Completed in 93 milliseconds

1...<<1112131415161718