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.c432 _mesa_swizzle_string(GLuint swizzle, GLuint negateMask, GLboolean extended) in _mesa_swizzle_string() function
484 const char *s = _mesa_swizzle_string(swizzle, 0, 0); in _mesa_print_swizzle()
543 _mesa_swizzle_string(srcReg->Swizzle, in fprint_src_reg()
549 _mesa_swizzle_string(srcReg->Swizzle, in fprint_src_reg()
632 _mesa_swizzle_string(inst->SrcReg[0].Swizzle, in _mesa_fprint_instruction_opt()
Dprog_print.h68 _mesa_swizzle_string(GLuint swizzle, GLuint negateBase, GLboolean extended);