Home
last modified time | relevance | path

Searched refs:BitcastType (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_hlsl.hpp337 enum BitcastType enum in SPIRV_CROSS_NAMESPACE::CompilerHLSL
344 BitcastType get_bitcast_type(uint32_t result_type, uint32_t op0);
Dspirv_hlsl.cpp5849 CompilerHLSL::BitcastType CompilerHLSL::get_bitcast_type(uint32_t result_type, uint32_t op0) in get_bitcast_type()
5856 return BitcastType::TypePackUint2x32; in get_bitcast_type()
5859 return BitcastType::TypeUnpackUint64; in get_bitcast_type()
5861 return BitcastType::TypeNormal; in get_bitcast_type()