shader: Implement CSET and CSETP

This commit is contained in:
ameerj 2021-03-17 00:53:53 -04:00
parent 32b6c63485
commit 3b7fd3ad0f
6 changed files with 114 additions and 15 deletions

View file

@ -5,12 +5,13 @@
#pragma once
#include <string>
#include <fmt/format.h>
#include "common/common_types.h"
namespace Shader::IR {
enum class FlowTest {
enum class FlowTest : u64 {
F,
LT,
EQ,