HomeSort by relevance Sort by last modified time
    Searched refs:m_scissors (Results 1 - 5 of 5) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 770 m_scissors.resize(scissorCount);
771 deMemset(&m_scissors[0], 0, sizeof(m_scissors[0]) * m_scissors.size());
775 m_scissors = _scissors;
779 pScissors = &m_scissors[0];
791 m_scissors = std::vector<vk::VkRect2D>(other.pScissors, other.pScissors + scissorCount);
794 pScissors = &m_scissors[0];
806 m_scissors = std::vector<vk::VkRect2D>(other.pScissors, other.pScissors + scissorCount);
809 pScissors = &m_scissors[0]
    [all...]
vktDrawCreateInfoUtil.hpp 341 std::vector<vk::VkRect2D> m_scissors; member in class:vkt::Draw::PipelineCreateInfo::ViewportState
488 std::vector<vk::VkRect2D> m_scissors; member in class:vkt::Draw::PipelineCreateInfo
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 128 std::vector<VkRect2D> m_scissors; member in class:VkRenderFramework
474 vector<VkRect2D> m_scissors; member in class:VkPipelineObj
vkrenderframework.cpp 239 VkRect2D scissors = m_scissors[0];
464 m_scissors.push_back(scissor);
    [all...]
layer_validation_tests.cpp 759 pipelineobj.SetScissor(m_scissors);
    [all...]

Completed in 770 milliseconds