MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / seekForward

Method seekForward

source/text_handler.cpp:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void AssemblyContext::seekForward(uint32_t size) {
261 current_position_.index += size;
262 current_position_.column += size;
263}
264
265spv_result_t AssemblyContext::binaryEncodeU32(const uint32_t value,
266 spv_instruction_t* pInst) {

Callers 4

encodeImmediateFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64