Searched refs:spv_instruction_t (Results 1 – 18 of 18) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/ |
D | text_handler.h | 187 spv_result_t binaryEncodeU32(const uint32_t value, spv_instruction_t* pInst); 192 spv_result_t binaryEncodeString(const char* value, spv_instruction_t* pInst); 204 spv_instruction_t* pInst); 222 spv_result_t recordTypeDefinition(const spv_instruction_t* pInst);
|
D | instruction.h | 25 struct spv_instruction_t { struct 45 inline void spvInstructionAddWord(spv_instruction_t* inst, uint32_t value) { in spvInstructionAddWord() argument
|
D | text.cpp | 163 const char* text, spv_instruction_t* pInst) { in encodeImmediate() 191 spv_instruction_t* pInst, in spvTextEncodeOperand() 443 spvtools::AssemblyContext* context, spv_instruction_t* pInst) { in encodeInstructionStartingWithImmediate() 488 spv_instruction_t* pInst) { in spvTextEncodeOpcode() 687 spv_instruction_t inst; in GetNumericIds() 728 std::vector<spv_instruction_t> instructions; in spvTextToBinaryInternal() 735 spv_instruction_t& inst = instructions.back(); in spvTextToBinaryInternal()
|
D | text_handler.cpp | 234 spv_instruction_t* pInst) { in binaryEncodeU32() 241 spv_instruction_t* pInst) { in binaryEncodeNumericLiteral() 297 spv_instruction_t* pInst) { in binaryEncodeString() 322 const spv_instruction_t* pInst) { in recordTypeDefinition()
|
D | opcode.h | 57 const spv_endianness_t endian, spv_instruction_t* inst);
|
D | opcode.cpp | 167 spv_instruction_t* pInst) { in spvInstructionCopy()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | text_handler.h | 187 spv_result_t binaryEncodeU32(const uint32_t value, spv_instruction_t* pInst); 192 spv_result_t binaryEncodeString(const char* value, spv_instruction_t* pInst); 204 spv_instruction_t* pInst); 222 spv_result_t recordTypeDefinition(const spv_instruction_t* pInst);
|
D | instruction.h | 25 struct spv_instruction_t { struct 45 inline void spvInstructionAddWord(spv_instruction_t* inst, uint32_t value) { in spvInstructionAddWord() argument
|
D | text.cpp | 163 const char* text, spv_instruction_t* pInst) { in encodeImmediate() 191 spv_instruction_t* pInst, in spvTextEncodeOperand() 443 spvtools::AssemblyContext* context, spv_instruction_t* pInst) { in encodeInstructionStartingWithImmediate() 488 spv_instruction_t* pInst) { in spvTextEncodeOpcode() 687 spv_instruction_t inst; in GetNumericIds() 728 std::vector<spv_instruction_t> instructions; in spvTextToBinaryInternal() 735 spv_instruction_t& inst = instructions.back(); in spvTextToBinaryInternal()
|
D | text_handler.cpp | 234 spv_instruction_t* pInst) { in binaryEncodeU32() 241 spv_instruction_t* pInst) { in binaryEncodeNumericLiteral() 297 spv_instruction_t* pInst) { in binaryEncodeString() 322 const spv_instruction_t* pInst) { in recordTypeDefinition()
|
D | opcode.h | 57 const spv_endianness_t endian, spv_instruction_t* inst);
|
D | opcode.cpp | 167 spv_instruction_t* pInst) { in spvInstructionCopy()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | assembly_context_test.cpp | 38 spv_instruction_t inst; in TEST_P()
|
D | text_literal_test.cpp | 172 spv_instruction_t inst; in successfulEncode() 187 spv_instruction_t inst; in failedEncode()
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | assembly_context_test.cpp | 38 spv_instruction_t inst; in TEST_P()
|
D | text_literal_test.cpp | 172 spv_instruction_t inst; in successfulEncode() 187 spv_instruction_t inst; in failedEncode()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate.h | 217 spv_result_t spvValidateIDs(const spv_instruction_t* pInstructions,
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate.h | 217 spv_result_t spvValidateIDs(const spv_instruction_t* pInstructions,
|