Searched refs:inst_offset (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | binary.cpp | 102 // starting at inst_offset words into the SPIR-V binary. 111 spv_result_t parseOperand(size_t inst_offset, spv_parsed_instruction_t* inst, 128 void recordNumberType(size_t inst_offset, 149 spv_result_t exhaustedInputDiagnostic(size_t inst_offset, SpvOp opcode, in exhaustedInputDiagnostic() argument 153 << inst_offset in exhaustedInputDiagnostic() 157 << _.word_index - inst_offset << "."; in exhaustedInputDiagnostic() 316 const size_t inst_offset = _.word_index; 331 while (_.word_index < inst_offset + inst_word_count) { 332 const uint16_t inst_word_index = uint16_t(_.word_index - inst_offset); 335 << " starting at word " << inst_offset [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | binary.cpp | 102 // starting at inst_offset words into the SPIR-V binary. 111 spv_result_t parseOperand(size_t inst_offset, spv_parsed_instruction_t* inst, 128 void recordNumberType(size_t inst_offset, 149 spv_result_t exhaustedInputDiagnostic(size_t inst_offset, SpvOp opcode, in exhaustedInputDiagnostic() argument 153 << inst_offset in exhaustedInputDiagnostic() 157 << _.word_index - inst_offset << "."; in exhaustedInputDiagnostic() 316 const size_t inst_offset = _.word_index; 331 while (_.word_index < inst_offset + inst_word_count) { 332 const uint16_t inst_word_index = uint16_t(_.word_index - inst_offset); 335 << " starting at word " << inst_offset [all...] |
/third_party/spirv-tools/source/ |
H A D | binary.cpp | 112 // starting at inst_offset words into the SPIR-V binary. 121 spv_result_t parseOperand(size_t inst_offset, spv_parsed_instruction_t* inst, 138 void recordNumberType(size_t inst_offset, 159 spv_result_t exhaustedInputDiagnostic(size_t inst_offset, spv::Op opcode, in exhaustedInputDiagnostic() argument 163 << inst_offset in exhaustedInputDiagnostic() 167 << _.word_index - inst_offset << "."; in exhaustedInputDiagnostic() 326 const size_t inst_offset = _.word_index; 341 while (_.word_index < inst_offset + inst_word_count) { 342 const uint16_t inst_word_index = uint16_t(_.word_index - inst_offset); 345 << " starting at word " << inst_offset [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_fragprog.c | 34 unsigned inst_offset; member 93 uint32_t *hw = &fp->insn[fpc->inst_offset]; in emit_src() 111 hw = &fp->insn[fpc->inst_offset]; in emit_src() 115 memcpy(&fp->insn[fpc->inst_offset + 4], in emit_src() 124 hw = &fp->insn[fpc->inst_offset]; in emit_src() 134 fpd->offset = fpc->inst_offset + 4; in emit_src() 166 uint32_t *hw = &fp->insn[fpc->inst_offset]; in emit_dst() 197 fpc->inst_offset = fp->insn_len; in nvfx_fp_emit() 200 hw = &fp->insn[fpc->inst_offset]; in nvfx_fp_emit() 249 fpc->inst_offset in nv40_fp_if() [all...] |
Completed in 3 milliseconds