Home
last modified time | relevance | path

Searched refs:COMPUTE_DEBUG_USE_HW_D3D (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.cpp87 COMPUTE_DEBUG_USE_HW_D3D = 1 << 1, enumerator
94 { "use_hw_d3d", COMPUTE_DEBUG_USE_HW_D3D, "Use a hardware D3D device" },
177 if (debug_get_option_debug_compute() & COMPUTE_DEBUG_USE_HW_D3D) { in choose_adapter()