Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • tests
  • perf_tests
  • DrawCallPerfParams.cpp
Find file
BlameHistoryPermalink
  • Tobin Ehlis's avatar
    Vulkan: Adding null driver as device option · a3b220f3
    Tobin Ehlis authored Mar 06, 2018
    Bug: angleproject:2159
    
    Plumbing to allow VK Mock ICD to be selected as the Vulkan driver.
    
    Adding new ANGLE env var "ANGLE_VK_ICD_JSON" to point to json file
    of mock ICD in angle and use this to override Vk loader ICD search
    path.
    
    At Vulkan renderer initialization time, enable the Mock ICD if device
    is EGL_PLATFORM_ANGLE_DEVICE_TYPE_NULL_ANGLE.
    
    Default physicalDevice is still the first detected device.
    If Mock ICD is requested but not available, fall back to the first
    device that was detected.
    
    Added a VULKAN_NULL() testing config that uses Vulkan as renderer but
    NULL as device. Turned on Vulkan NULL testing for DrawCallPerf.
    
    Change-Id: I04e15c14e998448f8c98f9fd72e796389f297993
    Reviewed-on: https://chromium-review.googlesource.com/961494
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    a3b220f3
DrawCallPerfParams.cpp 1.98 KB
EditWeb IDE
×

Replace DrawCallPerfParams.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.