Home
last modified time | relevance | path

Searched refs:cast_offset (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5545 operand cast_offset = is_uint ? i2u(offset) : operand(offset); in _bitfieldExtract() local
5549 swizzle(cast_offset, SWIZZLE_XXXX, type->vector_elements), in _bitfieldExtract()
5566 operand cast_offset = is_uint ? i2u(offset) : operand(offset); in _bitfieldInsert() local
5570 swizzle(cast_offset, SWIZZLE_XXXX, type->vector_elements), in _bitfieldInsert()