Home
last modified time | relevance | path

Searched refs:uniformBufSize (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp1210 const size_t uniformBufSize = sizeof(deUint32); in testLayeredReadBack() local
1211 …const VkBufferCreateInfo uniformBufCI = makeBufferCreateInfo(uniformBufSize, VK_BUFFER_USAGE_UN… in testLayeredReadBack()
1220 makeDescriptorBufferInfo(*uniformBuf[0], 0ull, uniformBufSize), in testLayeredReadBack()
1221 makeDescriptorBufferInfo(*uniformBuf[1], 0ull, uniformBufSize), in testLayeredReadBack()
1312 DE_ASSERT(sizeof(pass) == uniformBufSize); in testLayeredReadBack()
1315 deMemcpy(uniformBufAlloc[pass]->getHostPtr(), &pass, uniformBufSize); in testLayeredReadBack()
1316 …k, device, uniformBufAlloc[pass]->getMemory(), uniformBufAlloc[pass]->getOffset(), uniformBufSize); in testLayeredReadBack()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp2553 const deUint32 uniformBufSize = 3; // Pass the compute grid size in iterate() local
2554 const VkDeviceSize uniformBufferSizeBytes = sizeof(deUint32) * uniformBufSize; in iterate()
2562 data_vector_t uniformInputData(uniformBufSize); in iterate()
2785 const deUint32 uniformBufSize = 4 * (1 + VK_MAX_DEVICE_GROUP_SIZE_KHR); in iterate() local
2786 const VkDeviceSize uniformBufferSizeBytes = sizeof(deUint32) * uniformBufSize; in iterate()
2841 data_vector_t uniformInputData(uniformBufSize, 0); in iterate()
2846 for (deUint32 i = 0; i < uniformBufSize; ++i) in iterate()