Home
last modified time | relevance | path

Searched defs:indexBufferSize (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DIndirectDrawMetadata.cpp163 uint64_t indexBufferSize, in AddIndexedIndirectDraw()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderDrawParametersTests.cpp154 const std::size_t indexBufferSize = sizeof(deUint32) * (NDX_SECOND_INDEX + NUM_VERTICES); in DrawTest() local
DvktDrawMultiExtTests.cpp967 const auto indexBufferSize = static_cast<VkDeviceSize>(de::dataSize(indices)); in iterate() local
/third_party/vk-gl-cts/modules/gles31/stress/
Des31sDrawTests.cpp196 const int indexBufferSize = (m_op == INVALID_INDEX_COUNT) ? (drawCount) : (overBoundDrawCount); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderSmokeTests.cpp404 const auto indexBufferSize = static_cast<VkDeviceSize>(de::dataSize(m_params.vertexIndices)); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp524 const VkDeviceSize indexBufferSize = m_indices.size() * sizeof(deUint16); in createIndicesBuffer() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DDrawVertexAndIndexBufferOOBValidationTests.cpp31 uint64_t indexBufferSize; // Size for creating index buffer member
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DBufferZeroInitTests.cpp316 const uint64_t indexBufferSize = sizeof(uint32_t) + indexBufferOffset; in TestBufferZeroInitAsIndexBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2198 const VkDeviceSize indexBufferSize = numIndices * sizeof(deUint16); in render() local