Shader_Ir: Correct TLD4S encoding and implement f16 flag.
This commit is contained in:
parent
84a158c977
commit
af89723fa3
3 changed files with 15 additions and 11 deletions
|
@ -338,7 +338,7 @@ private:
|
|||
void WriteTexsInstructionFloat(NodeBlock& bb, Tegra::Shader::Instruction instr,
|
||||
const Node4& components, bool ignore_mask = false);
|
||||
void WriteTexsInstructionHalfFloat(NodeBlock& bb, Tegra::Shader::Instruction instr,
|
||||
const Node4& components);
|
||||
const Node4& components, bool ignore_mask = false);
|
||||
|
||||
Node4 GetTexCode(Tegra::Shader::Instruction instr, Tegra::Shader::TextureType texture_type,
|
||||
Tegra::Shader::TextureProcessMode process_mode, bool depth_compare,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue