Searched refs:size_2 (Results 1 – 4 of 4) sorted by relevance
/third_party/node/src/ |
D | debug_utils.cc | 441 DWORD size_2 = 0; in GetLoadedLibraries() local 447 if (EnumProcessModules(process_handle, modules.data, size_1, &size_2)) { in GetLoadedLibraries() 449 i < (size_1 / sizeof(HMODULE)) && i < (size_2 / sizeof(HMODULE)); in GetLoadedLibraries()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcPixelStorageModesTests.cpp | 164 unsigned int size_1, unsigned int size_2, unsigned int size_3, 168 unsigned int size_1, unsigned int size_2, 341 unsigned int size_1, unsigned int size_2, unsigned int size_3, 352 const T max_2 = (1 << size_2) - 1; in write3Channel() 387 unsigned int size_1, unsigned int size_2, 400 T max_2 = (1 << size_2) - 1; in write4Channel()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 1734 template <typename T, unsigned int size_1, unsigned int size_2, unsigned int size_3, unsigned int o… 1746 static const T max_2 = (1 << size_2) - 1; in read3Channel() 1795 template <typename T, unsigned int size_1, unsigned int size_2, unsigned int size_3, unsigned int s… 1807 static const T max_2 = (1 << size_2) - 1; in read4Channel() 1978 template <typename T, unsigned int size_1, unsigned int size_2, unsigned int size_3, unsigned int o… 1989 static const T max_2 = (1 << size_2) - 1; in write3Channel() 2039 template <typename T, unsigned int size_1, unsigned int size_2, unsigned int size_3, unsigned int s… 2050 static const T max_2 = (1 << size_2) - 1; in write4Channel()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 766 unsigned size_2 = nir_alu_type_get_type_size(T2); in bi_emit_blend_op() local 768 unsigned sr_count_2 = (size_2 <= 16) ? 2 : 4; in bi_emit_blend_op()
|