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

1 2 3

  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateBaseClass.hpp 61 const vk::VkRect2D* pScissors);
vktDynamicStateGeneralTests.cpp 76 vk::VkRect2D scissor_1 = { { 0, 0 }, { WIDTH / 2, HEIGHT / 2 } };
77 vk::VkRect2D scissor_2 = { { WIDTH / 2, HEIGHT / 2 }, { WIDTH / 2, HEIGHT / 2 } };
181 vk::VkRect2D scissor_1 = { { 0, 0 }, { WIDTH / 2, HEIGHT / 2 } };
182 vk::VkRect2D scissor_2 = { { WIDTH / 2, HEIGHT / 2 }, { WIDTH / 2, HEIGHT / 2 } };
332 const vk::VkRect2D scissor_1 = { { 0, 0 }, { WIDTH / 2, HEIGHT / 2 } };
333 const vk::VkRect2D scissor_2 = { { WIDTH / 2, HEIGHT / 2 }, { WIDTH / 2, HEIGHT / 2 } };
vktDynamicStateBaseClass.cpp 214 const vk::VkRect2D renderArea = { { 0, 0 }, { WIDTH, HEIGHT } };
232 vk::VkRect2D scissor;
240 void DynamicStateBaseClass::setDynamicViewportState (deUint32 viewportCount, const vk::VkViewport* pViewports, const vk::VkRect2D* pScissors)
vktDynamicStateCreateInfoUtil.hpp 234 vk::VkRect2D renderArea,
332 std::vector<vk::VkRect2D> scissors = std::vector<vk::VkRect2D>(0));
338 std::vector<vk::VkRect2D> m_scissors;
483 std::vector<vk::VkRect2D> m_scissors;
vktDynamicStateVPTests.cpp 142 const vk::VkRect2D scissor = { { 0, 0 }, { WIDTH, HEIGHT } };
189 const vk::VkRect2D scissor = { { 0, 0 }, { WIDTH / 2, HEIGHT / 2 } };
302 const vk::VkRect2D scissors[4] =
vktDynamicStateCreateInfoUtil.cpp 384 vk::VkRect2D _renderArea,
735 std::vector<vk::VkRect2D> _scissors)
776 m_scissors = std::vector<vk::VkRect2D>(other.pScissors, other.pScissors + scissorCount);
791 m_scissors = std::vector<vk::VkRect2D>(other.pScissors, other.pScissors + scissorCount);
    [all...]
vktDynamicStateRSTests.cpp 313 const vk::VkRect2D renderArea = { { 0, 0 }, { WIDTH, HEIGHT } };
333 vk::VkRect2D scissor;
341 void setDynamicViewportState (const deUint32 viewportCount, const vk::VkViewport* pViewports, const vk::VkRect2D* pScissors)
vktDynamicStateDSTests.cpp 338 const vk::VkRect2D renderArea = { { 0, 0 }, { WIDTH, HEIGHT } };
358 vk::VkRect2D scissor;
366 void setDynamicViewportState(const deUint32 viewportCount, const vk::VkViewport* pViewports, const vk::VkRect2D* pScissors)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBaseClass.cpp 168 vk::VkRect2D scissor;
180 pipelineCreateInfo.addState(PipelineCreateInfo::ViewportState(1, std::vector<vk::VkViewport>(1, viewport), std::vector<vk::VkRect2D>(1, scissor)));
213 const vk::VkRect2D renderArea = { { 0, 0 }, { WIDTH, HEIGHT } };
vktDrawCreateInfoUtil.hpp 232 vk::VkRect2D renderArea,
330 std::vector<vk::VkRect2D> scissors = std::vector<vk::VkRect2D>(0));
336 std::vector<vk::VkRect2D> m_scissors;
481 std::vector<vk::VkRect2D> m_scissors;
vktDrawCreateInfoUtil.cpp 384 vk::VkRect2D _renderArea,
736 std::vector<vk::VkRect2D> _scissors)
777 m_scissors = std::vector<vk::VkRect2D>(other.pScissors, other.pScissors + scissorCount);
792 m_scissors = std::vector<vk::VkRect2D>(other.pScissors, other.pScissors + scissorCount);
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.h 183 VkRect2D scissor_;
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 118 std::vector<VkRect2D> m_scissors;
212 const VkRect2D *pScissors);
433 void SetScissor(vector<VkRect2D> scissors);
447 vector<VkRect2D> m_scissors;
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.hpp 232 vk::VkRect2D renderArea,
330 std::vector<vk::VkRect2D> scissors = std::vector<vk::VkRect2D>(0));
336 std::vector<vk::VkRect2D> m_scissors;
481 std::vector<vk::VkRect2D> m_scissors;
vktQueryPoolCreateInfoUtil.cpp 387 vk::VkRect2D _renderArea,
742 std::vector<vk::VkRect2D> _scissors)
783 m_scissors = std::vector<vk::VkRect2D>(other.pScissors, other.pScissors + scissorCount);
798 m_scissors = std::vector<vk::VkRect2D>(other.pScissors, other.pScissors + scissorCount);
    [all...]
vktQueryPoolOcclusionTests.cpp 216 const vk::VkRect2D scissor =
227 pipelineCreateInfo.addState(PipelineCreateInfo::ViewportState(1, std::vector<vk::VkViewport>(1, viewport), std::vector<vk::VkRect2D>(1, scissor)));
383 const vk::VkRect2D renderArea =
732 const vk::VkRect2D renderArea =
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 660 struct VkRect2D
674 const VkRect2D* pScissors;
1102 VkRect2D rect;
1157 VkRect2D renderArea;
1308 VkRect2D srcRect;
1309 VkRect2D dstRect;
    [all...]
  /external/skia/src/gpu/vk/
GrVkRenderPass.cpp 176 VkRect2D renderArea;
GrVkPipeline.cpp 193 VkRect2D* scissor) {
452 VkRect2D scissor;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineEarlyFragmentTests.cpp 327 const VkRect2D& renderArea,
343 renderArea, // VkRect2D renderArea;
513 const VkRect2D scissor = {
526 &scissor, // const VkRect2D* pScissors;
687 { offset, extent }, // VkRect2D rect;
    [all...]
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]

Completed in 113 milliseconds

1 2 3