HomeSort by relevance Sort by last modified time
    Searched refs:number_kind (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
binary.cpp 120 // number_kind, and number_bit_width fields of parsed_operand.
414 parsed_operand.number_kind = SPV_NUMBER_NONE;
510 parsed_operand.number_kind = SPV_NUMBER_UNSIGNED_INT;
537 if (parsed_operand.number_kind != SPV_NUMBER_UNSIGNED_INT &&
538 parsed_operand.number_kind != SPV_NUMBER_SIGNED_INT) {
735 parsed_operand->number_kind = info.type;
    [all...]
disassemble.cpp 245 switch (operand.number_kind) {
268 switch (operand.number_kind) {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/include/spirv-tools/
libspirv.h 269 // If type is a literal number type, then number_kind says whether it's
271 spv_number_kind_t number_kind; member in struct:spv_parsed_operand_t

Completed in 72 milliseconds