Searched refs:positionDataSize (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemShaderImageAccessTests.cpp | 1000 const deUint32 positionDataSize = 4 * vertexPositionStrideSize; in executeFragmentTest() local 1002 const deUint32 vertexBufferSize = positionDataSize + textureCoordDataSize; in executeFragmentTest() 1033 positionDataSize // deUint32 offsetInBytes; in executeFragmentTest() 1047 deMemcpy(vertexBuffer->getAllocation().getHostPtr(), positions, positionDataSize); in executeFragmentTest() 1048 deMemcpy(reinterpret_cast<deUint8*>(vertexBuffer->getAllocation().getHostPtr()) + positionDataSize, texCoord.data(), textureCoordDataSize); in executeFragmentTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemShaderImageAccessTests.cpp | 964 const deUint32 positionDataSize = 4 * vertexPositionStrideSize; in executeFragmentTest() local 966 const deUint32 vertexBufferSize = positionDataSize + textureCoordDataSize; in executeFragmentTest() 997 positionDataSize // deUint32 offsetInBytes; in executeFragmentTest() 1011 deMemcpy(vertexBuffer->getAllocation().getHostPtr(), positions, positionDataSize); in executeFragmentTest() 1012 deMemcpy(reinterpret_cast<deUint8*>(vertexBuffer->getAllocation().getHostPtr()) + positionDataSize, texCoord.data(), textureCoordDataSize); in executeFragmentTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureTestUtil.cpp | 1339 const deUint32 positionDataSize = vertexPositionStrideSize * 4u; in renderQuad() local 1344 if (positionDataSize > properties.limits.maxVertexInputAttributeOffset) in renderQuad() 1347 message << "Larger vertex input attribute offset is needed (" << positionDataSize << ") than the available maximum (" << properties.limits.maxVertexInputAttributeOffset << ")."; in renderQuad() 1390 positionDataSize // deUint32 offsetInBytes; in renderQuad() 1499 VkDeviceSize bufferSize = positionDataSize + textureCoordDataSize; in renderQuad() 1522 deMemcpy(vertexBufferMemory->getHostPtr(), position, positionDataSize); in renderQuad() 1523 deMemcpy(reinterpret_cast<deUint8*>(vertexBufferMemory->getHostPtr()) + positionDataSize, texCoord, textureCoordDataSize); in renderQuad()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureTestUtil.cpp | 1372 const deUint32 positionDataSize = vertexPositionStrideSize * 4u; in renderQuad() local 1377 if (positionDataSize > properties.limits.maxVertexInputAttributeOffset) in renderQuad() 1380 message << "Larger vertex input attribute offset is needed (" << positionDataSize << ") than the available maximum (" << properties.limits.maxVertexInputAttributeOffset << ")."; in renderQuad() 1423 positionDataSize // deUint32 offsetInBytes; in renderQuad() 1532 VkDeviceSize bufferSize = positionDataSize + textureCoordDataSize; in renderQuad() 1555 deMemcpy(vertexBufferMemory->getHostPtr(), position, positionDataSize); in renderQuad() 1556 deMemcpy(reinterpret_cast<deUint8*>(vertexBufferMemory->getHostPtr()) + positionDataSize, texCoord, textureCoordDataSize); in renderQuad()
|
Completed in 10 milliseconds