Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/classic/test/
Dtraverse_tests.cpp387 #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/
Dtri.cpp125 _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/
DD3D12Sample.cpp648 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/
Dos.h282 #define _countof(a) (sizeof(a) / sizeof(*(a))) macro
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drasterizer.cpp290 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/
Dsetup.hpp817 # define GLM_COUNTOF(arr) _countof(arr)
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_dx12.cpp421 desc.NumParameters = _countof(param); in ImGui_ImplDX12_CreateDeviceObjects()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx12.cpp485 desc.NumParameters = _countof(param); in ImGui_ImplDX12_CreateDeviceObjects()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp133 flDesc.NumFeatureLevels = _countof(featureLevels); in init()