Searched refs:MakeLengthOp (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/common/spirv/ |
D | spirv_instruction_builder_autogen.cpp | 23 uint32_t MakeLengthOp(size_t length, spv::Op op) in MakeLengthOp() function 59 (*blob)[startSize] = MakeLengthOp(blob->size() - startSize, spv::OpNop); in WriteNop() 67 (*blob)[startSize] = MakeLengthOp(blob->size() - startSize, spv::OpUndef); in WriteUndef() 79 (*blob)[startSize] = MakeLengthOp(blob->size() - startSize, spv::OpSourceContinued); in WriteSourceContinued() 104 (*blob)[startSize] = MakeLengthOp(blob->size() - startSize, spv::OpSource); in WriteSource() 116 (*blob)[startSize] = MakeLengthOp(blob->size() - startSize, spv::OpSourceExtension); in WriteSourceExtension() 129 (*blob)[startSize] = MakeLengthOp(blob->size() - startSize, spv::OpName); in WriteName() 143 (*blob)[startSize] = MakeLengthOp(blob->size() - startSize, spv::OpMemberName); in WriteMemberName() 156 (*blob)[startSize] = MakeLengthOp(blob->size() - startSize, spv::OpString); in WriteString() 165 (*blob)[startSize] = MakeLengthOp(blob->size() - startSize, spv::OpLine); in WriteLine() [all …]
|