ReactOS 0.4.17-dev-934-g091855f
sm4_instruction Struct Reference
Collaboration diagram for sm4_instruction:

Public Attributes

enum vkd3d_sm4_opcode opcode
 
uint32_t extra_bits
 
struct sm4_instruction_modifier modifiers [1]
 
unsigned int modifier_count
 
struct vkd3d_shader_dst_param dsts [2]
 
unsigned int dst_count
 
struct vkd3d_shader_src_param srcs [5]
 
unsigned int src_count
 
unsigned int byte_stride
 
uint32_t idx [3]
 
unsigned int idx_count
 
struct vkd3d_shader_src_param idx_srcs [7]
 
unsigned int idx_src_count
 

Detailed Description

Definition at line 4076 of file tpf.c.

Member Data Documentation

◆ byte_stride

unsigned int sm4_instruction::byte_stride

Definition at line 4090 of file tpf.c.

Referenced by write_sm4_dcl_textures(), and write_sm4_instruction().

◆ dst_count

◆ dsts

◆ extra_bits

◆ idx

◆ idx_count

unsigned int sm4_instruction::idx_count

◆ idx_src_count

unsigned int sm4_instruction::idx_src_count

Definition at line 4096 of file tpf.c.

Referenced by sm4_numeric_register_from_deref().

◆ idx_srcs

struct vkd3d_shader_src_param sm4_instruction::idx_srcs[7]

Definition at line 4095 of file tpf.c.

Referenced by sm4_numeric_register_from_deref().

◆ modifier_count

unsigned int sm4_instruction::modifier_count

Definition at line 4082 of file tpf.c.

Referenced by encode_texel_offset_as_aoffimmi(), and write_sm4_instruction().

◆ modifiers

struct sm4_instruction_modifier sm4_instruction::modifiers[1]

Definition at line 4081 of file tpf.c.

Referenced by encode_texel_offset_as_aoffimmi(), and write_sm4_instruction().

◆ opcode

◆ src_count

◆ srcs


The documentation for this struct was generated from the following file: