Searched refs:_countof (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/spirit/classic/test/ |
D | traverse_tests.cpp | 387 #if defined(_countof) 388 #undef _countof 390 #define _countof(x) (sizeof(x)/sizeof(x[0])) macro 403 test_result1, _countof(test_result1) in traverse_trace_tests() 424 test_result2, _countof(test_result2) in traverse_trace_tests() 443 test_result3, _countof(test_result3) in traverse_trace_tests() 462 test_result4, _countof(test_result4) in traverse_trace_tests() 481 test_result5, _countof(test_result5) in traverse_trace_tests() 500 test_result6, _countof(test_result6) in traverse_trace_tests()
|
/third_party/mesa3d/src/gallium/targets/d3d10sw/tests/ |
D | tri.cpp | 125 _countof(FeatureLevels), in main() 198 _countof(InputElementDescs), in main() 269 pDeviceContext->Draw(_countof(vertices), 0); in main()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12Sample.cpp | 648 rootSignatureDesc.NumParameters = _countof(rootParameters); in InitD3D() 734 psoDesc.InputLayout.NumElements = _countof(inputLayout); in InitD3D() 909 g_CubeIndexCount = (uint32_t)_countof(iList); in InitD3D() 1152 commandQueue->ExecuteCommandLists(_countof(ppCommandLists), ppCommandLists); in InitD3D() 1259 g_CommandList->SetDescriptorHeaps(_countof(descriptorHeaps), descriptorHeaps); in Render() 1300 g_CommandQueue->ExecuteCommandLists(_countof(ppCommandLists), ppCommandLists); in Render()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.h | 282 #define _countof(a) (sizeof(a) / sizeof(*(a))) macro
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | rasterizer.cpp | 290 for (uint32_t i = 0; i < _countof(triDesc.coverageMask); ++i) in RasterizeSimplePoint()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | setup.hpp | 817 # define GLM_COUNTOF(arr) _countof(arr)
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_dx12.cpp | 421 desc.NumParameters = _countof(param); in ImGui_ImplDX12_CreateDeviceObjects()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_dx12.cpp | 485 desc.NumParameters = _countof(param); in ImGui_ImplDX12_CreateDeviceObjects()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DCaps.cpp | 133 flDesc.NumFeatureLevels = _countof(featureLevels); in init()
|