Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dir_builder.h219 ir_swizzle *swizzle_for_size(operand a, unsigned components);
Dir_builder.cpp87 swizzle_for_size(operand a, unsigned components) in swizzle_for_size() function
Dbuiltin_functions.cpp7153 tex->coordinate = swizzle_for_size(P, coord_size); in _texture()