Searched refs:drawConfig (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessUtil.cpp | 338 const DrawConfig& drawConfig, in GraphicsEnvironment() 515 const std::vector<VkDeviceSize> vertexBufferOffsets(drawConfig.vertexBuffers.size(), 0ull); in GraphicsEnvironment() 519 vk.cmdBindVertexBuffers(*m_commandBuffer, 0, (deUint32)drawConfig.vertexBuffers.size(), drawConfig.vertexBuffers.data(), vertexBufferOffsets.data()); in GraphicsEnvironment() 521 if (drawConfig.indexBuffer == DE_NULL || drawConfig.indexCount == 0) in GraphicsEnvironment() 523 vk.cmdDraw(*m_commandBuffer, drawConfig.vertexCount, drawConfig.instanceCount, 0, 0); in GraphicsEnvironment() 527 vk.cmdBindIndexBuffer(*m_commandBuffer, drawConfig.indexBuffer, 0, VK_INDEX_TYPE_UINT32); in GraphicsEnvironment() 528 vk.cmdDrawIndexed(*m_commandBuffer, drawConfig in GraphicsEnvironment() 331 GraphicsEnvironment(Context& context, const DeviceInterface& vk, VkDevice device, VkDescriptorSetLayout descriptorSetLayout, VkDescriptorSet descriptorSet, const VertexBindings& vertexBindings, const VertexAttributes& vertexAttributes, const DrawConfig& drawConfig, bool testPipelineRobustness) GraphicsEnvironment() argument [all...] |
H A D | vktRobustnessVertexAccessTests.cpp | 750 GraphicsEnvironment::DrawConfig drawConfig; in VertexAccessInstance() local 752 drawConfig.vertexBuffers.push_back(*m_vertexRateBuffer); in VertexAccessInstance() 753 drawConfig.vertexBuffers.push_back(*m_instanceRateBuffer); in VertexAccessInstance() 754 drawConfig.vertexBuffers.push_back(*m_vertexNumBuffer); in VertexAccessInstance() 756 drawConfig.vertexCount = m_numVertices; in VertexAccessInstance() 757 drawConfig.instanceCount = m_numInstances; in VertexAccessInstance() 758 drawConfig.indexBuffer = *m_indexBuffer; in VertexAccessInstance() 759 drawConfig.indexCount = (deUint32)(m_indexBufferSize / sizeof(deUint32)); in VertexAccessInstance() 768 drawConfig)); in VertexAccessInstance()
|
H A D | vktRobustnessUtil.hpp | 95 const DrawConfig& drawConfig,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessUtil.cpp | 363 const DrawConfig& drawConfig, in GraphicsEnvironment() 540 const std::vector<VkDeviceSize> vertexBufferOffsets(drawConfig.vertexBuffers.size(), 0ull); in GraphicsEnvironment() 544 vk.cmdBindVertexBuffers(*m_commandBuffer, 0, (deUint32)drawConfig.vertexBuffers.size(), drawConfig.vertexBuffers.data(), vertexBufferOffsets.data()); in GraphicsEnvironment() 546 if (drawConfig.indexBuffer == DE_NULL || drawConfig.indexCount == 0) in GraphicsEnvironment() 548 vk.cmdDraw(*m_commandBuffer, drawConfig.vertexCount, drawConfig.instanceCount, 0, 0); in GraphicsEnvironment() 552 vk.cmdBindIndexBuffer(*m_commandBuffer, drawConfig.indexBuffer, 0, VK_INDEX_TYPE_UINT32); in GraphicsEnvironment() 553 vk.cmdDrawIndexed(*m_commandBuffer, drawConfig in GraphicsEnvironment() 356 GraphicsEnvironment(Context& context, const DeviceInterface& vk, VkDevice device, VkDescriptorSetLayout descriptorSetLayout, VkDescriptorSet descriptorSet, const VertexBindings& vertexBindings, const VertexAttributes& vertexAttributes, const DrawConfig& drawConfig, bool testPipelineRobustness) GraphicsEnvironment() argument [all...] |
H A D | vktRobustnessVertexAccessTests.cpp | 757 GraphicsEnvironment::DrawConfig drawConfig; in VertexAccessInstance() local 759 drawConfig.vertexBuffers.push_back(*m_vertexRateBuffer); in VertexAccessInstance() 760 drawConfig.vertexBuffers.push_back(*m_instanceRateBuffer); in VertexAccessInstance() 761 drawConfig.vertexBuffers.push_back(*m_vertexNumBuffer); in VertexAccessInstance() 763 drawConfig.vertexCount = m_numVertices; in VertexAccessInstance() 764 drawConfig.instanceCount = m_numInstances; in VertexAccessInstance() 765 drawConfig.indexBuffer = *m_indexBuffer; in VertexAccessInstance() 766 drawConfig.indexCount = (deUint32)(m_indexBufferSize / sizeof(deUint32)); in VertexAccessInstance() 775 drawConfig)); in VertexAccessInstance()
|
H A D | vktRobustnessUtil.hpp | 95 const DrawConfig& drawConfig,
|
/third_party/skia/gm/ |
H A D | complexclip.cpp | 382 auto drawConfig = [&](Config config) { in DEF_SIMPLE_GM() local 435 drawConfig(matches[i][0]); in DEF_SIMPLE_GM() 437 drawConfig(matches[i][1]); in DEF_SIMPLE_GM()
|
Completed in 11 milliseconds