mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 18:59:21 +00:00
Cleanup lint errors.
This CL cleans up some lint errors. Change-Id: Ibfe9768cc4272d015a35a8d7edde0390b8fc66a5 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/19504 Reviewed-by: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
@@ -337,23 +337,23 @@ std::unique_ptr<ast::Expression> FunctionEmitter::MaybeEmitCombinatorialValue(
|
||||
// glsl.std.450 readonly function
|
||||
|
||||
// Instructions:
|
||||
// OpCopyObject
|
||||
// OpUndef
|
||||
// OpBitcast
|
||||
// OpSatConvertSToU
|
||||
// OpSatConvertUToS
|
||||
// OpSatConvertFToS
|
||||
// OpSatConvertFToU
|
||||
// OpSatConvertSToF
|
||||
// OpSatConvertUToF
|
||||
// OpUConvert
|
||||
// OpSConvert
|
||||
// OpFConvert
|
||||
// OpConvertPtrToU // Not in WebGPU
|
||||
// OpConvertUToPtr // Not in WebGPU
|
||||
// OpPtrCastToGeneric // Not in Vulkan
|
||||
// OpGenericCastToPtr // Not in Vulkan
|
||||
// OpGenericCastToPtrExplicit // Not in Vulkan
|
||||
// OpCopyObject
|
||||
// OpUndef
|
||||
// OpBitcast
|
||||
// OpSatConvertSToU
|
||||
// OpSatConvertUToS
|
||||
// OpSatConvertFToS
|
||||
// OpSatConvertFToU
|
||||
// OpSatConvertSToF
|
||||
// OpSatConvertUToF
|
||||
// OpUConvert
|
||||
// OpSConvert
|
||||
// OpFConvert
|
||||
// OpConvertPtrToU // Not in WebGPU
|
||||
// OpConvertUToPtr // Not in WebGPU
|
||||
// OpPtrCastToGeneric // Not in Vulkan
|
||||
// OpGenericCastToPtr // Not in Vulkan
|
||||
// OpGenericCastToPtrExplicit // Not in Vulkan
|
||||
//
|
||||
// OpAccessChain
|
||||
// OpInBoundsAccessChain
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
#define SRC_READER_SPIRV_FUNCTION_H_
|
||||
|
||||
#include <memory>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
#include "source/opt/basic_block.h"
|
||||
|
||||
Reference in New Issue
Block a user