HomeSort by relevance Sort by last modified time
    Searched refs:viewportCount (Results 1 - 25 of 41) sorted by null

1 2

  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateBaseClass.hpp 59 void setDynamicViewportState (deUint32 viewportCount,
vktDynamicStateBaseClass.cpp 240 void DynamicStateBaseClass::setDynamicViewportState (deUint32 viewportCount, const vk::VkViewport* pViewports, const vk::VkRect2D* pScissors)
242 m_vk.cmdSetViewport(*m_cmdBuffer, 0, viewportCount, pViewports);
243 m_vk.cmdSetScissor(*m_cmdBuffer, 0, viewportCount, pScissors);
vktDynamicStateCreateInfoUtil.cpp 740 viewportCount = _viewportCount;
745 m_viewports.resize(viewportCount);
772 viewportCount = other.viewportCount;
775 m_viewports = std::vector<vk::VkViewport>(other.pViewports, other.pViewports + viewportCount);
787 viewportCount = other.viewportCount;
    [all...]
vktDynamicStateRSTests.cpp 341 void setDynamicViewportState (const deUint32 viewportCount, const vk::VkViewport* pViewports, const vk::VkRect2D* pScissors)
343 m_vk.cmdSetViewport(*m_cmdBuffer, 0, viewportCount, pViewports);
344 m_vk.cmdSetScissor(*m_cmdBuffer, 0, viewportCount, pScissors);
vktDynamicStateDSTests.cpp 366 void setDynamicViewportState(const deUint32 viewportCount, const vk::VkViewport* pViewports, const vk::VkRect2D* pScissors)
368 m_vk.cmdSetViewport(*m_cmdBuffer, 0, viewportCount, pViewports);
369 m_vk.cmdSetScissor(*m_cmdBuffer, 0, viewportCount, pScissors);
    [all...]
vktDynamicStateCreateInfoUtil.hpp 330 ViewportState (deUint32 viewportCount,
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 741 viewportCount = _viewportCount;
746 m_viewports.resize(viewportCount);
773 viewportCount = other.viewportCount;
776 m_viewports = std::vector<vk::VkViewport>(other.pViewports, other.pViewports + viewportCount);
788 viewportCount = other.viewportCount;
    [all...]
vktDrawCreateInfoUtil.hpp 328 ViewportState (deUint32 viewportCount,
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.cpp 747 viewportCount = _viewportCount;
752 m_viewports.resize(viewportCount);
779 viewportCount = other.viewportCount;
782 m_viewports = std::vector<vk::VkViewport>(other.pViewports, other.pViewports + viewportCount);
794 viewportCount = other.viewportCount;
    [all...]
vktQueryPoolCreateInfoUtil.hpp 328 ViewportState (deUint32 viewportCount,
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 205 viewportInfo->viewportCount = 1;
237 SkASSERT(viewportInfo->viewportCount == viewportInfo->scissorCount);
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp     [all...]
vkrenderframework.h 209 void SetViewport(uint32_t firstViewport, uint32_t viewportCount,
  /external/vulkan-validation-layers/layers/
device_limits.cpp 336 vkCmdSetViewport(VkCommandBuffer commandBuffer, uint32_t firstViewport, uint32_t viewportCount, const VkViewport *pViewports) {
338 /* TODO: Verify viewportCount < maxViewports from VkPhysicalDeviceLimits */
341 my_data->device_dispatch_table->CmdSetViewport(commandBuffer, firstViewport, viewportCount, pViewports);
349 /* TODO: viewportCount and scissorCount must match at draw time */
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceDriverImpl.inl 390 void DeviceDriver::cmdSetViewport (VkCommandBuffer commandBuffer, deUint32 firstViewport, deUint32 viewportCount, const VkViewport* pViewports) const
392 m_vk.cmdSetViewport(commandBuffer, firstViewport, viewportCount, pViewports);
vkConcreteDeviceInterface.inl 81 virtual void cmdSetViewport (VkCommandBuffer commandBuffer, deUint32 firstViewport, deUint32 viewportCount, const VkViewport* pViewports) const;
vkVirtualDeviceInterface.inl 81 virtual void cmdSetViewport (VkCommandBuffer commandBuffer, deUint32 firstViewport, deUint32 viewportCount, const VkViewport* pViewports) const = 0;
vkNullDriverImpl.inl 611 VKAPI_ATTR void VKAPI_CALL cmdSetViewport (VkCommandBuffer commandBuffer, deUint32 firstViewport, deUint32 viewportCount, const VkViewport* pViewports)
615 DE_UNREF(viewportCount);
    [all...]
vkFunctionPointerTypes.inl 98 typedef VKAPI_ATTR void (VKAPI_CALL* CmdSetViewportFunc) (VkCommandBuffer commandBuffer, deUint32 firstViewport, deUint32 viewportCount, const VkViewport* pViewports);
vkStructTypes.inl 671 deUint32 viewportCount;
    [all...]
  /frameworks/native/vulkan/libvulkan/
api_gen.cpp 374 VKAPI_ATTR void CmdSetViewport(VkCommandBuffer commandBuffer, uint32_t firstViewport, uint32_t viewportCount, const VkViewport* pViewports);
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 302 viewport_info.viewportCount = 1;
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.h 125 VKAPI_ATTR void CmdSetViewport(VkCommandBuffer commandBuffer, uint32_t firstViewport, uint32_t viewportCount, const VkViewport* pViewports);
null_driver.cpp     [all...]
  /external/vulkan-validation-layers/loader/
trampoline.c     [all...]

Completed in 180 milliseconds

1 2