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

Method SetSampledImageAddressMode

source/opt/module.h:364–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364inline void Module::SetSampledImageAddressMode(std::unique_ptr<Instruction> m) {
365 sampled_image_address_mode_ = std::move(m);
366}
367
368inline void Module::AddEntryPoint(std::unique_ptr<Instruction> e) {
369 entry_points_.push_back(std::move(e));

Callers 1

AddInstructionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected