MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / IsInt64ImageFormat

Function IsInt64ImageFormat

source/val/validate_image.cpp:212–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212bool IsInt64ImageFormat(spv::ImageFormat format) {
213 switch (format) {
214 case spv::ImageFormat::R64ui:
215 case spv::ImageFormat::R64i:
216 return true;
217 default:
218 break;
219 }
220 return false;
221}
222
223bool IsSignedIntImageFormat(spv::ImageFormat format) {
224 switch (format) {

Callers 1

ValidateTypeImageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected