Home
last modified time | relevance | path

Searched refs:dataSize (Results 376 - 400 of 439) sorted by relevance

1...<<1112131415161718

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp2503 const auto pcSize = static_cast<uint32_t>(de::dataSize(pcData)); in iterate()
4548 const auto vertexBufferSize = de::dataSize(vertexBufferSrc);
4561 const auto indexBufferSize = de::dataSize(vertexIndices);
H A DvktMeshShaderBuiltinTests.cpp281 const auto indirectBufferSize = static_cast<VkDeviceSize>(de::dataSize(m_params.drawArgs)); in iterate()
H A DvktMeshShaderBuiltinTestsEXT.cpp384 const auto indirectBufferSize = static_cast<VkDeviceSize>(de::dataSize(m_params.drawArgs)); in iterate()
H A DvktMeshShaderSyncTestsEXT.cpp1649 if (deMemCmp(expectedResult.data(), verificationBufferData, de::dataSize(expectedResult)) != 0) in iterate()
H A DvktMeshShaderMiscTestsEXT.cpp2725 const auto pcSize = static_cast<uint32_t>(de::dataSize(pcData)); in iterate()
4046 static_cast<uint32_t>(de::dataSize(scData)), de::dataOrNull(scData)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp2503 const auto pcSize = static_cast<uint32_t>(de::dataSize(pcData)); in iterate()
4548 const auto vertexBufferSize = de::dataSize(vertexBufferSrc);
4561 const auto indexBufferSize = de::dataSize(vertexIndices);
H A DvktMeshShaderBuiltinTests.cpp281 const auto indirectBufferSize = static_cast<VkDeviceSize>(de::dataSize(m_params.drawArgs)); in iterate()
H A DvktMeshShaderBuiltinTestsEXT.cpp384 const auto indirectBufferSize = static_cast<VkDeviceSize>(de::dataSize(m_params.drawArgs)); in iterate()
H A DvktMeshShaderSyncTestsEXT.cpp1649 if (deMemCmp(expectedResult.data(), verificationBufferData, de::dataSize(expectedResult)) != 0) in iterate()
H A DvktMeshShaderMiscTestsEXT.cpp2707 const auto pcSize = static_cast<uint32_t>(de::dataSize(pcData)); in iterate()
4043 static_cast<uint32_t>(de::dataSize(scData)), de::dataOrNull(scData)); in iterate()
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp1085 const void* data, size_t dataSize) { in uploadCompressedTexData()
1460 const void* data, size_t dataSize) { in onCreateCompressedTexture()
1481 GR_GL_TEXTURE_2D, data, dataSize)) { in onCreateCompressedTexture()
1080 uploadCompressedTexData(SkImage::CompressionType compressionType, GrGLFormat format, SkISize dimensions, GrMipmapped mipMapped, GrGLenum target, const void* data, size_t dataSize) uploadCompressedTexData() argument
1455 onCreateCompressedTexture(SkISize dimensions, const GrBackendFormat& format, SkBudgeted budgeted, GrMipmapped mipMapped, GrProtected isProtected, const void* data, size_t dataSize) onCreateCompressedTexture() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp1074 const int dataSize = imageSize * textureFormat.getPixelSize(); in readBufferTextureWithMappingAndVerify() local
1080 const BufferMemMap bufMap(renderCtx.getFunctions(), GL_TEXTURE_BUFFER, 0, dataSize, GL_MAP_READ_BIT); in readBufferTextureWithMappingAndVerify()
1081 deMemcpy(resultAccess.getDataPtr(), bufMap.getPtr(), dataSize); in readBufferTextureWithMappingAndVerify()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp1305 const VkDeviceSize dataSize = static_cast<VkDeviceSize>(deAlignSize(static_cast<size_t>( m_data.size() * sizeof(VertexData)), in creatAndFillVertexBuffer() local
1308 de::SharedPtr<Buffer> vertexBuffer = Buffer::createAndAlloc(vk, device, BufferCreateInfo(dataSize, in creatAndFillVertexBuffer()
1314 flushMappedMemoryRange(vk, device, vertexBuffer->getBoundMemory().getMemory(), vertexBuffer->getBoundMemory().getOffset(), dataSize); in creatAndFillVertexBuffer()
3653 const VkDeviceSize dataSize = static_cast<VkDeviceSize>(deAlignSize(static_cast<size_t>( m_data.size() * sizeof(VertexData)), in creatAndFillVertexBuffer() local
3656 de::SharedPtr<Buffer> vertexBuffer = Buffer::createAndAlloc(vk, device, BufferCreateInfo(dataSize, in creatAndFillVertexBuffer()
3662 flushMappedMemoryRange(vk, device, vertexBuffer->getBoundMemory().getMemory(), vertexBuffer->getBoundMemory().getOffset(), dataSize); in creatAndFillVertexBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp1303 const VkDeviceSize dataSize = static_cast<VkDeviceSize>(deAlignSize(static_cast<size_t>( m_data.size() * sizeof(VertexData)), in creatAndFillVertexBuffer() local
1306 de::SharedPtr<Buffer> vertexBuffer = Buffer::createAndAlloc(vk, device, BufferCreateInfo(dataSize, in creatAndFillVertexBuffer()
1312 flushMappedMemoryRange(vk, device, vertexBuffer->getBoundMemory().getMemory(), vertexBuffer->getBoundMemory().getOffset(), dataSize); in creatAndFillVertexBuffer()
3639 const VkDeviceSize dataSize = static_cast<VkDeviceSize>(deAlignSize(static_cast<size_t>( m_data.size() * sizeof(VertexData)), in creatAndFillVertexBuffer() local
3642 de::SharedPtr<Buffer> vertexBuffer = Buffer::createAndAlloc(vk, device, BufferCreateInfo(dataSize, in creatAndFillVertexBuffer()
3648 flushMappedMemoryRange(vk, device, vertexBuffer->getBoundMemory().getMemory(), vertexBuffer->getBoundMemory().getOffset(), dataSize); in creatAndFillVertexBuffer()
/third_party/icu/icu4c/source/i18n/
H A Dregexcmp.cpp2472 int32_t dataSize = fIntervalUpper < 0 ? 2 : 1;
2473 int32_t counterLoc = allocateStackData(dataSize);
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_acceleration_structure.c193 size_t dataSize, void *pData, size_t stride) in radv_WriteAccelerationStructuresPropertiesKHR()
205 if (stride * i + sizeof(VkDeviceSize) <= dataSize) { in radv_WriteAccelerationStructuresPropertiesKHR()
190 radv_WriteAccelerationStructuresPropertiesKHR( VkDevice _device, uint32_t accelerationStructureCount, const VkAccelerationStructureKHR *pAccelerationStructures, VkQueryType queryType, size_t dataSize, void *pData, size_t stride) radv_WriteAccelerationStructuresPropertiesKHR() argument
H A Dradv_descriptor_set.c1089 memcpy(dst, inline_ub->pData, inline_ub->dataSize); in write_block_descriptor()
/third_party/node/deps/icu-small/source/i18n/
H A Dregexcmp.cpp2472 int32_t dataSize = fIntervalUpper < 0 ? 2 : 1;
2473 int32_t counterLoc = allocateStackData(dataSize);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregexcmp.cpp2470 int32_t dataSize = fIntervalUpper < 0 ? 2 : 1;
2471 int32_t counterLoc = allocateStackData(dataSize);
/third_party/glfw/deps/glad/
H A Dvulkan.h2119 size_t dataSize; member
2453 uint32_t dataSize; member
4966 typedef void (GLAD_API_PTR *PFN_vkCmdUpdateBuffer)(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize dataSize, const void * pData);
5087 typedef VkResult (GLAD_API_PTR *PFN_vkGetQueryPoolResults)(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void * pData, VkDeviceSize stride, VkQueryResultFlags flags);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES.cpp606 if (uniformBufferSize < uniformBlock.dataSize && in ValidateProgramDrawStates()
6403 GLsizei dataSize) in ValidateRobustCompressedTexImageBase()
6405 if (!ValidateRobustEntryPoint(context, entryPoint, dataSize)) in ValidateRobustCompressedTexImageBase()
6413 if (dataSize < imageSize) in ValidateRobustCompressedTexImageBase()
6400 ValidateRobustCompressedTexImageBase(const Context *context, angle::EntryPoint entryPoint, GLsizei imageSize, GLsizei dataSize) ValidateRobustCompressedTexImageBase() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp286 deUint32 dataSize = 0; in getTextureLevelPyramidDataSize() local
294 dataSize += srcAccess.getWidth() * srcAccess.getHeight() * srcAccess.getDepth() * srcAccess.getFormat().getPixelSize(); in getTextureLevelPyramidDataSize()
296 return dataSize; in getTextureLevelPyramidDataSize()
315 const deUint32 dataSize = srcAccess.getWidth() * srcAccess.getHeight() * srcAccess.getDepth() * srcAccess.getFormat().getPixelSize(); in writeTextureLevelPyramidData() local
316 const deUint32 sliceDataSize = dataSize / arraySize; in writeTextureLevelPyramidData()
351 DE_ASSERT(arraySize * sliceDataSize == dataSize); in writeTextureLevelPyramidData()
354 levelOffset += dataSize; in writeTextureLevelPyramidData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp286 deUint32 dataSize = 0; in getTextureLevelPyramidDataSize() local
294 dataSize += srcAccess.getWidth() * srcAccess.getHeight() * srcAccess.getDepth() * srcAccess.getFormat().getPixelSize(); in getTextureLevelPyramidDataSize()
296 return dataSize; in getTextureLevelPyramidDataSize()
315 const deUint32 dataSize = srcAccess.getWidth() * srcAccess.getHeight() * srcAccess.getDepth() * srcAccess.getFormat().getPixelSize(); in writeTextureLevelPyramidData() local
316 const deUint32 sliceDataSize = dataSize / arraySize; in writeTextureLevelPyramidData()
351 DE_ASSERT(arraySize * sliceDataSize == dataSize); in writeTextureLevelPyramidData()
354 levelOffset += dataSize; in writeTextureLevelPyramidData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.cpp1286 size = block.dataSize; in updateBuffersDescriptorSet()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp12218 , dataSize( dataSize_ )
12235 , dataSize( data_.size() * sizeof( T ) )
12276 dataSize = dataSize_;
12291 dataSize = data_.size() * sizeof( T );
12314 ( dataSize == rhs.dataSize ) && ( pData == rhs.pData );
12326 size_t dataSize = {}; member
14540 : dataSize( dataSize_ )
14553 : dataSize( data_.size() * sizeof( T ) ), pData( data_.data() ) in pData()
14575 dataSize
14624 size_t dataSize = {}; global() member
59253 size_t dataSize = {}; global() member
80936 uint32_t dataSize = {}; global() member
[all...]

Completed in 201 milliseconds

1...<<1112131415161718