Searched defs:cast_offset (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp6893 operand cast_offset = is_uint ? i2u(offset) : operand(offset); local in function:builtin_builder::_bitfieldExtract
6914 operand cast_offset = is_uint ? i2u(offset) : operand(offset); local in function:builtin_builder::_bitfieldInsert
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp6436 operand cast_offset = is_uint ? i2u(offset) : operand(offset); local in function:builtin_builder::_bitfieldExtract
6457 operand cast_offset = is_uint ? i2u(offset) : operand(offset); local in function:builtin_builder::_bitfieldInsert

Completed in 22 milliseconds