Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_print.c431 _mesa_swizzle_string(GLuint swizzle, GLuint negateMask, GLboolean extended) in _mesa_swizzle_string() function
483 const char *s = _mesa_swizzle_string(swizzle, 0, 0); in _mesa_print_swizzle()
542 _mesa_swizzle_string(srcReg->Swizzle, in fprint_src_reg()
548 _mesa_swizzle_string(srcReg->Swizzle, in fprint_src_reg()
631 _mesa_swizzle_string(inst->SrcReg[0].Swizzle, in _mesa_fprint_instruction_opt()
Dprog_print.h68 _mesa_swizzle_string(GLuint swizzle, GLuint negateBase, GLboolean extended);