Searched refs:textureCoordDataSize (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp1204 const deUint32 textureCoordDataSize = 4 * vertexTextureStrideSize; local
1205 const deUint32 vertexBufferSize = positionDataSize + textureCoordDataSize;
1251 deMemcpy(reinterpret_cast<deUint8*>(vertexBuffer->getAllocation().getHostPtr()) + positionDataSize, texCoord.data(), textureCoordDataSize); local
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp1114 const deUint32 textureCoordDataSize = vertexTextureStrideSize * 4u; local
1403 VkDeviceSize bufferSize = positionDataSize + textureCoordDataSize;
1427 deMemcpy(reinterpret_cast<deUint8*>(vertexBufferMemory->getHostPtr()) + positionDataSize, texCoord, textureCoordDataSize);

Completed in 178 milliseconds