Searched refs:size32 (Results 1 - 9 of 9) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksSerializer.hpp | 141 u32 size32 = (u32)size; in SerializeSize() local 142 serializer.Serialize(size32); in SerializeSize() 147 u32 size32; in SerializeSize() local 148 serializer.Serialize(size32); in SerializeSize() 149 size = size32; in SerializeSize()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zDecode.cpp | 407 const UInt32 size32 = (UInt32)props.Size();
408 if (props.Size() != size32)
412 HRESULT res = setDecoderProperties->SetDecoderProperties2((const Byte *)props, size32);
417 else if (size32 != 0)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | formatutils11.cpp | 45 static const DXGIFormatSize size32(32, 1, 1); in GetDXGIFormatSizeInfo() 109 return size32; in GetDXGIFormatSizeInfo() 136 return size32; in GetDXGIFormatSizeInfo() 167 return size32; in GetDXGIFormatSizeInfo()
|
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-js.cc | 306 uint32_t size32 = static_cast<uint32_t>(size); in IsValidAsmjsMemorySize() local 307 return base::bits::IsPowerOfTwo(size32); in IsValidAsmjsMemorySize()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_state.c | 59 uint32_t size32 = 0; in zink_create_vertex_elements_state() local 87 size32 |= BITFIELD_BIT(i); in zink_create_vertex_elements_state() 130 if (size32 & BITFIELD_BIT(i)) in zink_create_vertex_elements_state()
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 28 #define UPB_SIZE(size32, size64) size32 30 #define UPB_SIZE(size32, size64) size64
|
H A D | php-upb.c | 29 #define UPB_SIZE(size32, size64) size32 31 #define UPB_SIZE(size32, size64) size64
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 27 #define UPB_SIZE(size32, size64) size32 29 #define UPB_SIZE(size32, size64) size64
|
H A D | upb.c | 28 #define UPB_SIZE(size32, size64) size32 30 #define UPB_SIZE(size32, size64) size64
|
Completed in 72 milliseconds