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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
operand.h 42 using spv_operand_pattern_t = std::deque<spv_operand_type_t>;
48 const spv_operand_type_t type,
57 const spv_operand_type_t type,
62 const char* spvOperandTypeStr(spv_operand_type_t type);
65 bool spvOperandIsConcreteMask(spv_operand_type_t type);
68 bool spvOperandIsOptional(spv_operand_type_t type);
75 bool spvOperandIsVariable(spv_operand_type_t type);
80 void spvPrependOperandTypes(const spv_operand_type_t* types,
92 const spv_operand_type_t mask_type,
115 bool spvExpandOperandSequenceOnce(spv_operand_type_t type
    [all...]
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,
95 spv_result_t parseMaskOperand(const spv_operand_type_t type,
118 void prependOperandTypesForMask(const spv_operand_type_t type,
table.h 43 spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger?
53 const spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger?
57 const spv_operand_type_t type;
67 const spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger?
operand.cpp 69 const spv_operand_type_t type,
93 const spv_operand_type_t type,
114 const char* spvOperandTypeStr(spv_operand_type_t type) {
217 void spvPrependOperandTypes(const spv_operand_type_t* types,
219 const spv_operand_type_t* endTypes;
226 const spv_operand_type_t type,
242 bool spvOperandIsConcreteMask(spv_operand_type_t type) {
247 bool spvOperandIsOptional(spv_operand_type_t type) {
252 bool spvOperandIsVariable(spv_operand_type_t type) {
257 bool spvExpandOperandSequenceOnce(spv_operand_type_t type
    [all...]
name_mapper.h 113 std::string NameForEnumOperand(spv_operand_type_t type, uint32_t word);
assembly_grammar.cpp 55 const spv_operand_type_t type,
195 spv_result_t AssemblyGrammar::lookupOperand(spv_operand_type_t type,
201 spv_result_t AssemblyGrammar::lookupOperand(spv_operand_type_t type,
231 spv_result_t AssemblyGrammar::parseMaskOperand(const spv_operand_type_t type,
249 const spv_operand_type_t type, const uint32_t mask,
validate_ssa.cpp 109 const spv_operand_type_t& type = operand.type;
disassemble.cpp 97 void EmitMaskOperand(const spv_operand_type_t type, const uint32_t word);
185 const spv_operand_type_t type = inst.operands[i].type;
340 void Disassembler::EmitMaskOperand(const spv_operand_type_t type,
binary.cpp 111 const spv_operand_type_t type,
149 spv_operand_type_t type) {
333 spv_operand_type_t type = spvTakeFirstMatchableOperand(&expected_operands);
396 const spv_operand_type_t type,
    [all...]
validate_instruction.cpp 75 spv_operand_type_t type,
name_mapper.cpp 233 std::string FriendlyNameMapper::NameForEnumOperand(spv_operand_type_t type,
text.cpp 197 const spv_operand_type_t type,
571 const spv_operand_type_t type = expectedOperands.front();
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
instruction.h 62 Operand(spv_operand_type_t t, std::vector<uint32_t>&& w)
65 spv_operand_type_t type; // Type of this logical operand.
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/include/spirv-tools/
libspirv.h 90 typedef enum spv_operand_type_t { enum
218 SPV_FORCE_32_BIT_ENUM(spv_operand_type_t)
219 } spv_operand_type_t; typedef in typeref:enum:spv_operand_type_t
232 // spv_operand_type_t. But then we'd have some special case differences
266 // The "concrete" operand type. See the definition of spv_operand_type_t
268 spv_operand_type_t type;

Completed in 678 milliseconds