Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.c184 size_t num_extra_operands) in emit_decoration() argument
186 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() argument
301 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() local
663 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 …]
/external/mesa3d/docs/relnotes/
D20.0.0.rst1252 - zink: fixup initialization of operand_mask / num_extra_operands