Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_build.c1020 struct tgsi_full_instruction full_instruction; in tgsi_default_full_instruction() local
1023 full_instruction.Instruction = tgsi_default_instruction(); in tgsi_default_full_instruction()
1024 full_instruction.Label = tgsi_default_instruction_label(); in tgsi_default_full_instruction()
1025 full_instruction.Texture = tgsi_default_instruction_texture(); in tgsi_default_full_instruction()
1026 full_instruction.Memory = tgsi_default_instruction_memory(); in tgsi_default_full_instruction()
1028 full_instruction.TexOffsets[i] = tgsi_default_texture_offset(); in tgsi_default_full_instruction()
1031 full_instruction.Dst[i] = tgsi_default_full_dst_register(); in tgsi_default_full_instruction()
1034 full_instruction.Src[i] = tgsi_default_full_src_register(); in tgsi_default_full_instruction()
1037 return full_instruction; in tgsi_default_full_instruction()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c1038 struct tgsi_full_instruction full_instruction; in tgsi_default_full_instruction() local
1041 full_instruction.Instruction = tgsi_default_instruction(); in tgsi_default_full_instruction()
1042 full_instruction.Label = tgsi_default_instruction_label(); in tgsi_default_full_instruction()
1043 full_instruction.Texture = tgsi_default_instruction_texture(); in tgsi_default_full_instruction()
1044 full_instruction.Memory = tgsi_default_instruction_memory(); in tgsi_default_full_instruction()
1046 full_instruction.TexOffsets[i] = tgsi_default_texture_offset(); in tgsi_default_full_instruction()
1049 full_instruction.Dst[i] = tgsi_default_full_dst_register(); in tgsi_default_full_instruction()
1052 full_instruction.Src[i] = tgsi_default_full_src_register(); in tgsi_default_full_instruction()
1055 return full_instruction; in tgsi_default_full_instruction()