Lines Matching defs:const_bin
47 spv_const_binary_t const_bin = get_const_binary();
48 ASSERT_EQ(SPV_SUCCESS, spvBinaryEndianness(&const_bin, &endian));
51 ASSERT_EQ(SPV_SUCCESS, spvBinaryHeaderGet(&const_bin, endian, &header));
70 spv_const_binary_t const_bin = get_const_binary();
72 spvBinaryHeaderGet(&const_bin, SPV_ENDIANNESS_LITTLE, nullptr));
78 spv_const_binary_t const_bin = get_const_binary();
80 spvBinaryHeaderGet(&const_bin, SPV_ENDIANNESS_LITTLE, nullptr));
87 spv_const_binary_t const_bin = get_const_binary();
89 spvBinaryHeaderGet(&const_bin, SPV_ENDIANNESS_LITTLE, &header));
95 spv_const_binary_t const_bin = get_const_binary();
97 spvBinaryHeaderGet(&const_bin, SPV_ENDIANNESS_LITTLE, &header));
103 spv_const_binary_t const_bin = get_const_binary();
105 spvBinaryHeaderGet(&const_bin, SPV_ENDIANNESS_LITTLE, &header));
111 spv_const_binary_t const_bin = get_const_binary();
113 spvBinaryHeaderGet(&const_bin, SPV_ENDIANNESS_LITTLE, &header));