Home
last modified time | relevance | path

Searched refs:size32 (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksSerializer.hpp141 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 D7zDecode.cpp407 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 Dformatutils11.cpp45 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 Dasm-js.cc306 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 Dzink_state.c59 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 Dphp-upb.h28 #define UPB_SIZE(size32, size64) size32
30 #define UPB_SIZE(size32, size64) size64
H A Dphp-upb.c29 #define UPB_SIZE(size32, size64) size32
31 #define UPB_SIZE(size32, size64) size64
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h27 #define UPB_SIZE(size32, size64) size32
29 #define UPB_SIZE(size32, size64) size64
H A Dupb.c28 #define UPB_SIZE(size32, size64) size32
30 #define UPB_SIZE(size32, size64) size64

Completed in 72 milliseconds