Searched defs:SamplerIndex (Results 1 – 8 of 8) sorted by relevance
58 CM_NOINLINE SamplerIndex() { m_index = 0; m_extraByte = '0'; }; in SamplerIndex() function59 CM_NOINLINE SamplerIndex(SamplerIndex& src) { m_index = src.get_data(); m_extraByte = '0'; }; in SamplerIndex() function60 CM_NOINLINE SamplerIndex(const unsigned int& n) { m_index = n; m_extraByte = '0'; }; in SamplerIndex() function
184 CM_NOINLINE SamplerIndex() { index = 0; }; in SamplerIndex() function185 CM_NOINLINE SamplerIndex(SamplerIndex& _src) { index = _src.get_data(); }; in SamplerIndex() function186 CM_NOINLINE SamplerIndex(const unsigned int& _n) { index = _n; }; in SamplerIndex() function
147 CM_NOINLINE SamplerIndex() { index = 0; extraByte = 0;}; in SamplerIndex() function148 …CM_NOINLINE SamplerIndex(SamplerIndex& src) { index = src.get_data(); extraByte = src.extraByte; }; in SamplerIndex() function149 CM_NOINLINE SamplerIndex(const unsigned int& n) { index = n; extraByte = 0; }; in SamplerIndex() function
37 struct SamplerIndex { uint32_t fValue; }; argument
34 class SamplerIndex; variable
134 using SamplerIndex = uint32_t; variable
29 class SamplerIndex; variable
1284 class SamplerIndex; variable