| /external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
| D | vktTessellationShaderInputOutputTests.cpp | 309 const VkDeviceSize vertexBufferSize = sizeof(float) * vertexData.size(); in test() local 471 const VkDeviceSize vertexBufferSize = sizeof(float) * vertexData.size(); in test() local 746 const VkDeviceSize vertexBufferSize = sizeof(float) * vertexData.size(); in test() local 928 const VkDeviceSize vertexBufferSize = sizeof(float) * vertexData.size(); in test() local
|
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineFramebufferAttachmentTests.cpp | 429 const VkDeviceSize vertexBufferSize = sizeInBytes(vertices); in test() local 832 const VkDeviceSize vertexBufferSize = sizeInBytes(vertices); in testNoAtt() local 1082 const VkDeviceSize vertexBufferSize = sizeInBytes(vertices); in testDifferentAttachmentSizes() local
|
| D | vktPipelineMultisampleImageTests.cpp | 886 const VkDeviceSize vertexBufferSize = sizeInBytes(vertices); in renderMultisampledImage() local 1076 const VkDeviceSize vertexBufferSize = sizeInBytes(vertices); in test() local 1635 const VkDeviceSize vertexBufferSize = sizeInBytes(vertices); in test() local
|
| D | vktPipelineNoPositionTests.cpp | 449 …const auto vertexBufferSize = static_cast<VkDeviceSize>(vertices.size() * sizeof(decltype(vertice… in iterate() local
|
| D | vktPipelineRenderToImageTests.cpp | 1023 const VkDeviceSize vertexBufferSize = sizeInBytes(vertices); in testWithSizeReduction() local 1451 const VkDeviceSize vertexBufferSize = sizeInBytes(vertices); in testRenderToMipMaps() local
|
| D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 1178 …const VkDeviceSize vertexBufferSize = static_cast<VkDeviceSize>(sizeof(vertices[0]) * vertices… in test() local
|
| D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 1597 …const VkDeviceSize vertexBufferSize = static_cast<VkDeviceSize>(vertices.size() * sizeof(v… in createVertexBuffer() local 1998 …const VkDeviceSize vertexBufferSize = static_cast<VkDeviceSize>(vertices.size() * sizeof(vertices[… in iterate() local
|
| /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
| D | vktSparseResourcesBufferTests.cpp | 991 const VkDeviceSize vertexBufferSize = sizeof(vertexData); in iterate() local 1343 const VkDeviceSize vertexBufferSize = 2 * m_halfVertexCount * sizeof(Vec4); in initializeBuffers() local 1408 const VkDeviceSize vertexBufferSize = 2 * 3 * sizeof(Vec4); in initializeBuffers() local
|
| /external/deqp/external/vulkancts/modules/vulkan/geometry/ |
| D | vktGeometryInstancedRenderingTests.cpp | 164 const VkDeviceSize vertexBufferSize = sizeInBytes(perInstanceAttribute); in draw() local
|
| /external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 537 const VkDeviceSize vertexBufferSize = sizeInBytes(vertexValues); in MultipleSubpassesMultipleCommandBuffersTestInstance() local
|
| /external/deqp/external/openglcts/modules/common/subgroups/ |
| D | glcSubgroupsTestsUtils.cpp | 1141 const deUint64 vertexBufferSize = 2ull * maxWidth * sizeof(tcu::Vec4); in makeTessellationEvaluationFrameBufferTest() local 1325 const deUint64 vertexBufferSize = maxWidth * sizeof(tcu::Vec4); in makeGeometryFrameBufferTest() local 1777 const deUint64 vertexBufferSize = maxWidth * sizeof(tcu::Vec4); in makeVertexFrameBufferTest() local
|
| /external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
| D | vktBindingDescriptorUpdateTests.cpp | 471 …const vk::VkDeviceSize vertexBufferSize = static_cast<vk::VkDeviceSize>(fullScreenQuad.size() * s… in iterate() local 939 …const vk::VkDeviceSize vertexBufferSize = static_cast<vk::VkDeviceSize>(fullScreenQuad.size()… in iterate() local
|
| /external/deqp/external/vulkancts/modules/vulkan/draw/ |
| D | vktDrawDiscardRectanglesTests.cpp | 531 VkDeviceSize vertexBufferSize = sizeInBytes(m_vertices); in iterate() local
|
| D | vktDrawShaderLayerTests.cpp | 606 const VkDeviceSize vertexBufferSize = sizeInBytes(m_vertices); in Renderer() local
|
| D | vktDrawShaderViewportIndexTests.cpp | 673 const VkDeviceSize vertexBufferSize = sizeInBytes(m_vertices); in Renderer() local
|
| D | vktDrawScissorTests.cpp | 376 VkDeviceSize vertexBufferSize = 0; in iterate() local
|
| /external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
| D | vktFragmentShadingRatePixelConsistency.cpp | 470 const VkDeviceSize vertexBufferSize = sizeof(basicTriangles); in iterate() local
|
| /external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
| D | vktRasterizationFragShaderSideEffectsTests.cpp | 385 …const auto vertexBufferSize = static_cast<vk::VkDeviceSize>(fullScreenQuad.size() * sizeof(decl… in iterate() local
|
| /external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
| D | vktSubgroupsTestsUtils.cpp | 2694 const vk::VkDeviceSize vertexBufferSize = 2ull * maxWidth * sizeof(tcu::Vec4); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local 2923 const vk::VkDeviceSize vertexBufferSize = maxWidth * sizeof(tcu::Vec4); in makeGeometryFrameBufferTestRequiredSubgroupSize() local 3470 const vk::VkDeviceSize vertexBufferSize = maxWidth * sizeof(tcu::Vec4); in makeVertexFrameBufferTestRequiredSubgroupSize() local
|
| /external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
| D | vktProtectedMemShaderImageAccessTests.cpp | 945 const deUint32 vertexBufferSize = positionDataSize + textureCoordDataSize; in executeFragmentTest() local
|
| /external/deqp/external/vulkancts/modules/vulkan/robustness/ |
| D | vktRobustnessVertexAccessTests.cpp | 922 …Instance::isValueWithinVertexBufferOrZero(void* vertexBuffer, VkDeviceSize vertexBufferSize, const… in isValueWithinVertexBufferOrZero()
|
| D | vktRobustnessBufferAccessTests.cpp | 993 const VkDeviceSize vertexBufferSize = (VkDeviceSize)(4u * sizeof(tcu::Vec4)); in BufferAccessInstance() local
|
| /external/angle/third_party/vulkan_memory_allocator/src/ |
| D | VulkanSample.cpp | 378 size_t vertexBufferSize = sizeof(Vertex) * _countof(vertices); in CreateMesh() local
|
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
| D | frontend.cpp | 1193 const uint32_t vertexBufferSize = gsState.instanceCount * gsState.allocationSize; in AllocateGsBuffers() local
|
| /external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
| D | vktSynchronizationSmokeTests.cpp | 475 deUint32 vertexBufferSize; member
|