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

1 2

  /external/deqp-deps/SPIRV-Tools/source/
assembly_grammar.h 60 spv_result_t lookupOperand(spv_operand_type_t type, const char* name,
66 spv_result_t lookupOperand(spv_operand_type_t type, uint32_t operand,
74 if (lookupOperand(type, operand, &desc) != SPV_SUCCESS || !desc) {
assembly_grammar.cpp 179 if (SPV_SUCCESS == lookupOperand(SPV_OPERAND_TYPE_CAPABILITY,
201 spv_result_t AssemblyGrammar::lookupOperand(spv_operand_type_t type,
208 spv_result_t AssemblyGrammar::lookupOperand(spv_operand_type_t type,
disassemble.cpp 277 if (grammar_.lookupOperand(operand.type, word, &entry))
307 if (grammar_.lookupOperand(type, mask, &entry))
318 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry))
binary.cpp 630 if (grammar_.lookupOperand(type, word, &entry)) {
665 if (grammar_.lookupOperand(type, mask, &entry)) {
678 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry)) {
    [all...]
name_mapper.cpp 323 if (SPV_SUCCESS == grammar_.lookupOperand(type, word, &desc)) {
text.cpp 418 if (grammar.lookupOperand(type, textValue, strlen(textValue), &entry)) {
  /external/swiftshader/third_party/SPIRV-Tools/source/
assembly_grammar.h 60 spv_result_t lookupOperand(spv_operand_type_t type, const char* name,
66 spv_result_t lookupOperand(spv_operand_type_t type, uint32_t operand,
74 if (lookupOperand(type, operand, &desc) != SPV_SUCCESS || !desc) {
assembly_grammar.cpp 179 if (SPV_SUCCESS == lookupOperand(SPV_OPERAND_TYPE_CAPABILITY,
201 spv_result_t AssemblyGrammar::lookupOperand(spv_operand_type_t type,
208 spv_result_t AssemblyGrammar::lookupOperand(spv_operand_type_t type,
disassemble.cpp 277 if (grammar_.lookupOperand(operand.type, word, &entry))
307 if (grammar_.lookupOperand(type, mask, &entry))
318 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry))
binary.cpp 634 if (grammar_.lookupOperand(type, word, &entry)) {
669 if (grammar_.lookupOperand(type, mask, &entry)) {
682 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry)) {
    [all...]
name_mapper.cpp 323 if (SPV_SUCCESS == grammar_.lookupOperand(type, word, &desc)) {
text.cpp 418 if (grammar.lookupOperand(type, textValue, strlen(textValue), &entry)) {
  /external/deqp-deps/SPIRV-Tools/source/opt/
feature_manager.cpp 50 grammar_.lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, cap, &desc)) {
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
feature_manager.cpp 50 grammar_.lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, cap, &desc)) {
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_capability.cpp 178 _.grammar().lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, capability,
255 if (_.grammar().lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, capability,
validate_instruction.cpp 50 grammar.lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, cap, &desc))
126 state.grammar().lookupOperand(type, operand, &operand_desc);
161 if (state.grammar().lookupOperand(type, operand, &operand_desc) ==
validation_state.cpp 357 grammar_.lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, cap, &desc)) {
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_capability.cpp 178 _.grammar().lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, capability,
255 if (_.grammar().lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, capability,
validate_instruction.cpp 50 grammar.lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, cap, &desc))
126 state.grammar().lookupOperand(type, operand, &operand_desc);
161 if (state.grammar().lookupOperand(type, operand, &operand_desc) ==
validation_state.cpp 358 grammar_.lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, cap, &desc)) {
  /external/deqp-deps/SPIRV-Tools/source/link/
linker.cpp 257 grammar.lookupOperand(SPV_OPERAND_TYPE_ADDRESSING_MODEL,
259 grammar.lookupOperand(SPV_OPERAND_TYPE_ADDRESSING_MODEL,
268 grammar.lookupOperand(SPV_OPERAND_TYPE_MEMORY_MODEL, memory_model,
270 grammar.lookupOperand(SPV_OPERAND_TYPE_MEMORY_MODEL,
297 grammar.lookupOperand(SPV_OPERAND_TYPE_EXECUTION_MODEL, model, &desc);
  /external/swiftshader/third_party/SPIRV-Tools/source/link/
linker.cpp 257 grammar.lookupOperand(SPV_OPERAND_TYPE_ADDRESSING_MODEL,
259 grammar.lookupOperand(SPV_OPERAND_TYPE_ADDRESSING_MODEL,
268 grammar.lookupOperand(SPV_OPERAND_TYPE_MEMORY_MODEL, memory_model,
270 grammar.lookupOperand(SPV_OPERAND_TYPE_MEMORY_MODEL,
297 grammar.lookupOperand(SPV_OPERAND_TYPE_EXECUTION_MODEL, model, &desc);
  /external/deqp-deps/SPIRV-Tools/source/comp/
markv_decoder.cpp 697 if (grammar_.lookupOperand(type, word, &entry)) {
738 if (grammar_.lookupOperand(type, mask, &entry)) {
751 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry)) {
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/comp/
markv_decoder.cpp 697 if (grammar_.lookupOperand(type, word, &entry)) {
738 if (grammar_.lookupOperand(type, mask, &entry)) {
751 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry)) {
    [all...]
  /external/deqp-deps/SPIRV-Tools/test/
operand_capabilities_test.cpp 52 grammar.lookupOperand(std::get<1>(GetParam()).type,
    [all...]

Completed in 2221 milliseconds

1 2