Home
last modified time | relevance | path

Searched refs:fake_store (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp10551 EmbeddedInstruction fake_load, fake_store; in emit_instruction() local
10558 fake_store.op = OpStore; in emit_instruction()
10559 fake_store.length = 2; in emit_instruction()
10560 fake_store.ops.push_back(lhs); in emit_instruction()
10561 fake_store.ops.push_back(tmp_id); in emit_instruction()
10566 emit_instruction(fake_store); in emit_instruction()