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.c447 _mesa_swizzle_string(GLuint swizzle, GLuint negateMask, GLboolean extended) in _mesa_swizzle_string() function
499 const char *s = _mesa_swizzle_string(swizzle, 0, 0); in _mesa_print_swizzle()
558 _mesa_swizzle_string(srcReg->Swizzle, in fprint_src_reg()
564 _mesa_swizzle_string(srcReg->Swizzle, in fprint_src_reg()
647 _mesa_swizzle_string(inst->SrcReg[0].Swizzle, in _mesa_fprint_instruction_opt()
Dprog_print.h68 _mesa_swizzle_string(GLuint swizzle, GLuint negateBase, GLboolean extended);