OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spvutils
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.cpp
45
using
spvutils
::BitwiseCast;
46
using
spvutils
::FloatProxy;
47
using
spvutils
::HexFloat;
363
spvutils
::HexFloat<FloatProxy<
spvutils
::Float16>> hVal(0);
367
// getAsFloat will return the
spvutils
::Float16 value, and get_value
375
spvutils
::HexFloat<FloatProxy<float>> fVal(0.0f);
382
spvutils
::HexFloat<FloatProxy<double>> dVal(0.0);
disassemble.cpp
254
stream_ <<
spvutils
::FloatProxy<
spvutils
::Float16>(
258
stream_ <<
spvutils
::FloatProxy<float>(word);
277
stream_ <<
spvutils
::FloatProxy<double>(bits);
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/util/
bitutils.h
33
namespace
spvutils
{
namespace
91
} // namespace
spvutils
hex_float.h
39
namespace
spvutils
{
namespace
286
spvutils
::SetBits<uint_type, 0,
301
spvutils
::SetBits<uint_type, 0, num_fraction_bits>::get;
308
spvutils
::SetBits<uint_type, num_fraction_bits, num_exponent_bits>::get;
324
uint_type getBits() const { return
spvutils
::BitwiseCast<uint_type>(value_); }
328
return static_cast<uint_type>(
spvutils
::BitwiseCast<uint_type>(value_) &
510
spvutils
::SetBits<uint_type, 0, throwaway_mask_bits>::get;
689
const uint_type bits =
spvutils
::BitwiseCast<uint_type>(value.value());
[
all
...]
Completed in 82 milliseconds