Home
last modified time | relevance | path

Searched refs:MAX_COUNT (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/tests/
H A DMemsetTest.cpp20 #define MAX_COUNT ((MAX_ALIGNMENT) * 32) macro
22 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD)
50 for (int count = 0; count < MAX_COUNT; ++count) { in test_16()
67 for (int count = 0; count < MAX_COUNT; ++count) { in test_32()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
H A Dcommon.h19 #define ANGLE_KERNEL_GUARD(IDX, MAX_COUNT) \
20 if (IDX >= MAX_COUNT) \
/third_party/skia/fuzz/
H A DFuzzGradients.cpp20 const int MAX_COUNT = 400; variable
31 fuzz->nextRange(&count, 0, MAX_COUNT); in initGradientParams()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp88 MAX_COUNT, // The actual count will be given by the maxDrawCount argument passed to the draw command. member in vkt::MeshShader::__anon28077::IndirectCountLimitType
575 const auto maxCount = ((indirectCountLimit == IndirectCountLimitType::MAX_COUNT) in iterate()
682 { tcu::just(IndirectCountLimitType::MAX_COUNT), "count_limit_max_count" }, in createMeshShaderApiTests()
H A DvktMeshShaderApiTestsEXT.cpp88 MAX_COUNT, // The actual count will be given by the maxDrawCount argument passed to the draw command. member in vkt::MeshShader::__anon28083::IndirectCountLimitType
627 const auto maxCount = ((indirectCountLimit == IndirectCountLimitType::MAX_COUNT) in iterate()
741 { tcu::just(IndirectCountLimitType::MAX_COUNT), "count_limit_max_count" }, in createMeshShaderApiTestsEXT()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp88 MAX_COUNT, // The actual count will be given by the maxDrawCount argument passed to the draw command. member in vkt::MeshShader::__anon29308::IndirectCountLimitType
575 const auto maxCount = ((indirectCountLimit == IndirectCountLimitType::MAX_COUNT) in iterate()
682 { tcu::just(IndirectCountLimitType::MAX_COUNT), "count_limit_max_count" }, in createMeshShaderApiTests()
H A DvktMeshShaderApiTestsEXT.cpp88 MAX_COUNT, // The actual count will be given by the maxDrawCount argument passed to the draw command. member in vkt::MeshShader::__anon29314::IndirectCountLimitType
627 const auto maxCount = ((indirectCountLimit == IndirectCountLimitType::MAX_COUNT) in iterate()
741 { tcu::just(IndirectCountLimitType::MAX_COUNT), "count_limit_max_count" }, in createMeshShaderApiTestsEXT()
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h7308 for(size_t i = 0; i < MAX_COUNT; ++i) in FreeSpaceDatabase()
7323 for(size_t i = 0; i < MAX_COUNT; ++i) in Register()
7351 for(size_t i = 0; i < MAX_COUNT; ++i) in Fetch()
7396 static const size_t MAX_COUNT = 4; member in VmaDefragmentationAlgorithm_Fast::FreeSpaceDatabase
7403 } m_FreeSpaces[MAX_COUNT];

Completed in 28 milliseconds