Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c1032 struct tgsi_full_instruction full_instruction; in tgsi_default_full_instruction() local
1035 full_instruction.Instruction = tgsi_default_instruction(); in tgsi_default_full_instruction()
1036 full_instruction.Label = tgsi_default_instruction_label(); in tgsi_default_full_instruction()
1037 full_instruction.Texture = tgsi_default_instruction_texture(); in tgsi_default_full_instruction()
1038 full_instruction.Memory = tgsi_default_instruction_memory(); in tgsi_default_full_instruction()
1040 full_instruction.TexOffsets[i] = tgsi_default_texture_offset(); in tgsi_default_full_instruction()
1043 full_instruction.Dst[i] = tgsi_default_full_dst_register(); in tgsi_default_full_instruction()
1046 full_instruction.Src[i] = tgsi_default_full_src_register(); in tgsi_default_full_instruction()
1049 return full_instruction; in tgsi_default_full_instruction()