Struct rspirv::grammar::OpenCLStd100InstructionTable [] [src]

pub struct OpenCLStd100InstructionTable;

The table for all OpenCLstd100 extended instructions.

This table is staic data stored in the library.

Methods

impl OpenCLStd100InstructionTable
[src]

[src]

Looks up the given opcode in the instruction table and returns a reference to the instruction grammar entry if found.

[src]

Returns a reference to the instruction grammar entry with the given opcode.