Searched refs:operand_table (Results 1 – 10 of 10) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/ |
D | table.cpp | 50 spv_operand_table operand_table; in spvContextCreate() local 54 spvOperandTableGet(&operand_table, env); in spvContextCreate() 57 return new spv_context_t{env, opcode_table, operand_table, ext_inst_table, in spvContextCreate()
|
D | operand.h | 91 const spv_operand_table operand_table,
|
D | assembly_grammar.h | 32 operandTable_(context->operand_table), in AssemblyGrammar()
|
D | table.h | 112 const spv_operand_table operand_table; member
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | table.cpp | 50 spv_operand_table operand_table; in spvContextCreate() local 54 spvOperandTableGet(&operand_table, env); in spvContextCreate() 57 return new spv_context_t{env, opcode_table, operand_table, ext_inst_table, in spvContextCreate()
|
D | operand.h | 91 const spv_operand_table operand_table,
|
D | assembly_grammar.h | 32 operandTable_(context->operand_table), in AssemblyGrammar()
|
D | table.h | 112 const spv_operand_table operand_table; member
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_capability_test.cpp | 1940 spvCoreOperandTableNameLookup(env, sc.context->operand_table, in Exists()
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_capability_test.cpp | 1940 spvCoreOperandTableNameLookup(env, sc.context->operand_table, in Exists()
|