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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
instruction.h 38 struct spv_instruction_t { struct
58 void spvInstructionAddWord(spv_instruction_t* inst, uint32_t value);
instruction.cpp 29 void spvInstructionAddWord(spv_instruction_t* inst, uint32_t value) {
validate_id.cpp 55 const spv_instruction_t* pInsts, const uint64_t instCountArg,
73 bool isValid(const spv_instruction_t* inst);
76 bool isValid(const spv_instruction_t* inst, const spv_opcode_desc);
82 const spv_instruction_t* const firstInst;
98 bool idUsage::isValid<SpvOpUndef>(const spv_instruction_t *inst,
106 bool idUsage::isValid<SpvOpMemberName>(const spv_instruction_t* inst,
128 bool idUsage::isValid<SpvOpLine>(const spv_instruction_t* inst,
141 bool idUsage::isValid<SpvOpMemberDecorate>(const spv_instruction_t* inst,
163 bool idUsage::isValid<SpvOpGroupDecorate>(const spv_instruction_t* inst,
180 const spv_instruction_t *inst, const spv_opcode_desc opcodeEntry) {
    [all...]
text_handler.h 192 spv_result_t binaryEncodeU32(const uint32_t value, spv_instruction_t* pInst);
197 spv_result_t binaryEncodeString(const char* value, spv_instruction_t* pInst);
209 spv_instruction_t* pInst);
227 spv_result_t recordTypeDefinition(const spv_instruction_t* pInst);
288 spv_instruction_t* pInst);
298 spv_instruction_t* pInst);
302 spv_result_t binaryEncodeU64(const uint64_t value, spv_instruction_t* pInst);
validate.h 139 spv_result_t spvValidateInstructionIDs(const spv_instruction_t* pInsts,
159 spv_result_t spvValidateIDs(const spv_instruction_t* pInstructions,
opcode.h 71 const spv_endianness_t endian, spv_instruction_t* inst);
text_handler.cpp 227 spv_instruction_t* pInst) {
233 spv_instruction_t* pInst) {
243 spv_instruction_t* pInst) {
266 spv_instruction_t* pInst) {
291 const spv_instruction_t* pInst) {
359 spv_instruction_t* pInst) {
465 spv_instruction_t* pInst) {
validate.cpp 66 const spv_instruction_t* pInsts, const uint64_t count,
212 std::vector<spv_instruction_t> instructions;
219 spv_instruction_t inst;
text.cpp 171 const char* text, spv_instruction_t* pInst) {
199 spv_instruction_t* pInst,
448 libspirv::AssemblyContext* context, spv_instruction_t* pInst) {
493 spv_instruction_t* pInst) {
690 std::vector<spv_instruction_t> instructions;
697 spv_instruction_t& inst = instructions.back();
opcode.cpp 161 spv_instruction_t* pInst) {

Completed in 572 milliseconds