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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
assembly_grammar.h 66 spv_result_t lookupOperand(spv_operand_type_t type, const char* name,
72 spv_result_t lookupOperand(spv_operand_type_t type, uint32_t operand,
validate_instruction.cpp 55 grammar.lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, cap, &desc))
80 if (SPV_SUCCESS == grammar.lookupOperand(type, operand, &operand_desc)) {
disassemble.cpp 322 if (grammar_.lookupOperand(operand.type, word, &entry))
351 if (grammar_.lookupOperand(type, mask, &entry))
362 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry))
assembly_grammar.cpp 195 spv_result_t AssemblyGrammar::lookupOperand(spv_operand_type_t type,
201 spv_result_t AssemblyGrammar::lookupOperand(spv_operand_type_t type,
binary.cpp 629 if (grammar_.lookupOperand(type, word, &entry)) {
663 if (grammar_.lookupOperand(type, mask, &entry)) {
676 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry)) {
    [all...]
name_mapper.cpp 236 if (SPV_SUCCESS == grammar_.lookupOperand(type, word, &desc)) {
text.cpp 423 if (grammar.lookupOperand(type, textValue, strlen(textValue), &entry)) {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
ValidationState.cpp 299 grammar_.lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, cap, &desc))

Completed in 96 milliseconds