| /third_party/skia/experimental/graphite/src/ |
| D | DrawPass.h | 61 size_t vertexBufferSize() const { return 0; } in vertexBufferSize() function
|
| /third_party/vk-gl-cts/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
|
| /third_party/vk-gl-cts/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 1496 const VkDeviceSize vertexBufferSize = sizeInBytes(vertices); in testInputResolveSameAttachment() 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 | 450 …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 | 1179 …const VkDeviceSize vertexBufferSize = static_cast<VkDeviceSize>(sizeof(vertices[0]) * vertices… in test() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
| D | vktSparseResourcesBufferTests.cpp | 991 const VkDeviceSize vertexBufferSize = sizeof(vertexData); in iterate() local 1345 const VkDeviceSize vertexBufferSize = 2 * m_halfVertexCount * sizeof(Vec4); in initializeBuffers() local 1410 const VkDeviceSize vertexBufferSize = 2 * 3 * sizeof(Vec4); in initializeBuffers() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
| D | vktGeometryInstancedRenderingTests.cpp | 164 const VkDeviceSize vertexBufferSize = sizeInBytes(perInstanceAttribute); in draw() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 537 const VkDeviceSize vertexBufferSize = sizeInBytes(vertexValues); in MultipleSubpassesMultipleCommandBuffersTestInstance() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
| D | glcSubgroupsTestsUtils.cpp | 1137 const deUint64 vertexBufferSize = 2ull * maxWidth * sizeof(tcu::Vec4); in makeTessellationEvaluationFrameBufferTest() local 1321 const deUint64 vertexBufferSize = maxWidth * sizeof(tcu::Vec4); in makeGeometryFrameBufferTest() local 1773 const deUint64 vertexBufferSize = maxWidth * sizeof(tcu::Vec4); in makeVertexFrameBufferTest() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
| D | vktBindingDescriptorUpdateTests.cpp | 472 …const vk::VkDeviceSize vertexBufferSize = static_cast<vk::VkDeviceSize>(fullScreenQuad.size() * s… in iterate() local 940 …const vk::VkDeviceSize vertexBufferSize = static_cast<vk::VkDeviceSize>(fullScreenQuad.size()… in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| D | vktMeshShaderSmokeTests.cpp | 398 const auto vertexBufferSize = static_cast<VkDeviceSize>(de::dataSize(m_params.vertexCoords)); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| D | vktDrawDiscardRectanglesTests.cpp | 549 VkDeviceSize vertexBufferSize = sizeInBytes(m_vertices); in iterate() local
|
| D | vktDrawShaderLayerTests.cpp | 630 const VkDeviceSize vertexBufferSize = sizeInBytes(m_vertices); in Renderer() local
|
| D | vktDrawShaderViewportIndexTests.cpp | 680 const VkDeviceSize vertexBufferSize = sizeInBytes(m_vertices); in Renderer() local
|
| D | vktDrawScissorTests.cpp | 382 VkDeviceSize vertexBufferSize = 0; in iterate() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| D | BufferZeroInitTests.cpp | 270 const uint64_t vertexBufferSize = kVertexAttributeSize + vertexBufferOffset; in TestBufferZeroInitAsVertexBuffer() local 1194 const uint32_t vertexBufferSize = vertexFormatSize + extraBytes; in TEST_P() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
| D | vktFragmentShadingRatePixelConsistency.cpp | 492 const VkDeviceSize vertexBufferSize = sizeof(basicTriangles); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
| D | vktRasterizationFragShaderSideEffectsTests.cpp | 381 …const auto vertexBufferSize = static_cast<vk::VkDeviceSize>(fullScreenQuad.size() * sizeof(decl… in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
| D | vktProtectedMemShaderImageAccessTests.cpp | 945 const deUint32 vertexBufferSize = positionDataSize + textureCoordDataSize; in executeFragmentTest() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
| D | vktRobustnessVertexAccessTests.cpp | 930 …Instance::isValueWithinVertexBufferOrZero(void* vertexBuffer, VkDeviceSize vertexBufferSize, const… in isValueWithinVertexBufferOrZero()
|
| D | vktRobustnessBufferAccessTests.cpp | 1001 const VkDeviceSize vertexBufferSize = (VkDeviceSize)(4u * sizeof(tcu::Vec4)); in BufferAccessInstance() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
| D | vktSubgroupsTestsUtils.cpp | 2663 const vk::VkDeviceSize vertexBufferSize = 2ull * maxWidth * sizeof(tcu::Vec4); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local 2894 const vk::VkDeviceSize vertexBufferSize = maxWidth * sizeof(tcu::Vec4); in makeGeometryFrameBufferTestRequiredSubgroupSize() local 3470 const vk::VkDeviceSize vertexBufferSize = maxWidth * sizeof(tcu::Vec4); in makeVertexFrameBufferTestRequiredSubgroupSize() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| D | vktSynchronizationSmokeTests.cpp | 475 deUint32 vertexBufferSize; member
|