Searched refs:size_2 (Results 1 - 4 of 4) sorted by relevance
/third_party/node/src/ |
H A D | debug_utils.cc | 443 DWORD size_2 = 0; in GetLoadedLibraries() local 449 if (EnumProcessModules(process_handle, modules.data, size_1, &size_2)) { in GetLoadedLibraries() 451 i < (size_1 / sizeof(HMODULE)) && i < (size_2 / sizeof(HMODULE)); in GetLoadedLibraries()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A 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/ |
H A D | gl4cCopyImageTests.cpp | 1724 * @tparam size_2 Size of channel in bits 1734 template <typename T, unsigned int size_1, unsigned int size_2, unsigned int size_3, unsigned int off_1, 1746 static const T max_2 = (1 << size_2) - 1; in read3Channel() 1783 * @tparam size_2 Size of channel in bits 1795 template <typename T, unsigned int size_1, unsigned int size_2, unsigned int size_3, unsigned int size_4, 1807 static const T max_2 = (1 << size_2) - 1; in read4Channel() 1968 * @tparam size_2 Size of channel in bits 1978 template <typename T, unsigned int size_1, unsigned int size_2, unsigned int size_3, unsigned int off_1, 1989 static const T max_2 = (1 << size_2) - 1; in write3Channel() 2027 * @tparam size_2 Siz [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A 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()
|
Completed in 15 milliseconds