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

1 2 3 4 5 6 7

  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateBaseClass.hpp 61 const vk::VkRect2D* pScissors);
vktDynamicStateGeneralTests.cpp 79 vk::VkRect2D scissor_1 = { { 0, 0 }, { WIDTH / 2, HEIGHT / 2 } };
80 vk::VkRect2D scissor_2 = { { WIDTH / 2, HEIGHT / 2 }, { WIDTH / 2, HEIGHT / 2 } };
184 vk::VkRect2D scissor_1 = { { 0, 0 }, { WIDTH / 2, HEIGHT / 2 } };
185 vk::VkRect2D scissor_2 = { { WIDTH / 2, HEIGHT / 2 }, { WIDTH / 2, HEIGHT / 2 } };
335 const vk::VkRect2D scissor_1 = { { 0, 0 }, { WIDTH / 2, HEIGHT / 2 } };
336 const vk::VkRect2D scissor_2 = { { WIDTH / 2, HEIGHT / 2 }, { WIDTH / 2, HEIGHT / 2 } };
vktDynamicStateBaseClass.cpp 216 const vk::VkRect2D renderArea = { { 0, 0 }, { WIDTH, HEIGHT } };
234 vk::VkRect2D scissor;
242 void DynamicStateBaseClass::setDynamicViewportState (deUint32 viewportCount, const vk::VkViewport* pViewports, const vk::VkRect2D* pScissors)
vktDynamicStateVPTests.cpp 145 const vk::VkRect2D scissor = { { 0, 0 }, { WIDTH, HEIGHT } };
192 const vk::VkRect2D scissor = { { 0, 0 }, { WIDTH / 2, HEIGHT / 2 } };
305 const vk::VkRect2D scissors[4] =
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBaseClass.cpp 165 vk::VkRect2D scissor;
177 pipelineCreateInfo.addState(PipelineCreateInfo::ViewportState(1, std::vector<vk::VkViewport>(1, viewport), std::vector<vk::VkRect2D>(1, scissor)));
210 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;
483 std::vector<vk::VkRect2D> m_scissors;
vktDrawNegativeViewportHeightTests.cpp 199 const VkRect2D scissor =
222 pipelineCreateInfo.addState (PipelineCreateInfo::ViewportState (1, std::vector<VkViewport>(), std::vector<VkRect2D>(1, scissor)));
282 const VkRect2D renderArea = { { 0, 0 }, { WIDTH, HEIGHT } };
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 177 VkRect2D scissor_;
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 93 std::vector<VkRect2D> m_scissors;
176 void SetScissor(uint32_t firstScissor, uint32_t scissorCount, const VkRect2D *pScissors);
408 void SetScissor(const vector<VkRect2D> scissors);
422 vector<VkRect2D> m_scissors;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantUtil.cpp 149 const VkRect2D scissor = {
162 &scissor, // const VkRect2D* pScissors;
334 const VkRect2D& renderArea,
344 renderArea, // VkRect2D renderArea;
vktPipelineSpecConstantUtil.hpp 74 void beginRenderPass (const vk::DeviceInterface& vk, const vk::VkCommandBuffer commandBuffer, const vk::VkRenderPass renderPass, const vk::VkFramebuffer framebuffer, const vk::VkRect2D& renderArea, const tcu::Vec4& clearColor);
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.h 81 const VkRect2D* scissors);
169 VkRect2D fCachedScissor;
GrVkCommandBuffer.cpp 34 memset(&fCachedScissor, 0, sizeof(VkRect2D));
314 const VkRect2D* scissors) {
317 if (memcmp(scissors, &fCachedScissor, sizeof(VkRect2D))) {
396 VkRect2D renderArea;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_validate_helper.h 139 uint32_t vk_validate_vkrect2d(const VkRect2D* pStruct);
288 if (!vk_validate_vkrect2d((const VkRect2D*)&pStruct->rect))
494 if (!vk_validate_vkrect2d((const VkRect2D*)&pStruct->srcRect))
496 if (!vk_validate_vkrect2d((const VkRect2D*)&pStruct->dstRect))
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta.h 57 VkRect2D render_area;
  /external/mesa3d/src/intel/vulkan/
gen7_cmd_buffer.c 52 const VkRect2D *scissors = cmd_buffer->state.dynamic.scissor.scissors;
57 const VkRect2D *s = &scissors[i];
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorMultiViewportTests.cpp 204 std::vector<VkRect2D> rectScissors;
209 const VkRect2D rect =
225 &rectScissors[0], // const VkRect2D* pScissors;
603 const VkRect2D renderArea =
614 renderArea, // VkRect2D renderArea;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.cpp 312 const VkRect2D& renderArea,
322 renderArea, // VkRect2D renderArea;
335 const VkRect2D renderArea = {{ 0, 0 }, { 0, 0 }};
342 renderArea, // VkRect2D renderArea;
571 const VkRect2D scissor = {
584 &scissor, // const VkRect2D* pScissors;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicClass.cpp 147 const VkRect2D renderArea = {
vktGeometryInstancedRenderingTests.cpp 186 const VkRect2D scissor =
200 &scissor, // const VkRect2D* pScissors;
387 const VkRect2D renderArea =
398 renderArea, // VkRect2D renderArea;
vktGeometryTestsUtil.cpp 189 const VkRect2D scissor = {
202 &scissor, // const VkRect2D* pScissors;
617 const VkRect2D& renderArea,
627 renderArea, // VkRect2D renderArea;
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 429 const VkRect2D scissor =
443 &scissor, // dynamic state // const VkRect2D* pScissors;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiIncrementalPresentTests.cpp 263 vk::VkRect2D getRenderFrameRect (size_t frameNdx,
279 const vk::VkRect2D rect =
300 const vk::VkRect2D rect = getRenderFrameRect(frameNdx, width, height);
326 const vk::VkRect2D scissor =
350 const vk::VkRect2D scissor = getRenderFrameRect(frameNdx, imageWidth, imageHeight);
713 const vk::VkRect2D scissors[] =
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationWindingTests.cpp 432 const VkRect2D renderArea = {
452 const VkRect2D scissor =

Completed in 357 milliseconds

1 2 3 4 5 6 7