Searched refs:num_extra_operands (Results 1 – 2 of 2) sorted by relevance
184 size_t num_extra_operands) in emit_decoration() argument186 int words = 3 + num_extra_operands; in emit_decoration()191 for (int i = 0; i < num_extra_operands; ++i) in emit_decoration()299 size_t num_extra_operands) in emit_member_decoration() argument301 int words = 4 + num_extra_operands; in emit_member_decoration()308 for (int i = 0; i < num_extra_operands; ++i) in emit_member_decoration()661 int num_extra_operands = 0; in spirv_builder_emit_image_sample() local663 extra_operands[++num_extra_operands] = bias; in spirv_builder_emit_image_sample()667 extra_operands[++num_extra_operands] = lod; in spirv_builder_emit_image_sample()670 extra_operands[++num_extra_operands] = dx; in spirv_builder_emit_image_sample()[all …]
1252 - zink: fixup initialization of operand_mask / num_extra_operands