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.c464 _mesa_swizzle_string(GLuint swizzle, GLuint negateMask, GLboolean extended) in _mesa_swizzle_string() function
516 const char *s = _mesa_swizzle_string(swizzle, 0, 0); in _mesa_print_swizzle()
579 _mesa_swizzle_string(dstReg->CondSwizzle, in fprint_dst_reg()
605 _mesa_swizzle_string(srcReg->Swizzle, in fprint_src_reg()
612 _mesa_swizzle_string(srcReg->Swizzle, in fprint_src_reg()
705 _mesa_swizzle_string(inst->SrcReg[0].Swizzle, in _mesa_fprint_instruction_opt()
721 _mesa_swizzle_string(inst->SrcReg[0].Swizzle, in _mesa_fprint_instruction_opt()
771 _mesa_swizzle_string(inst->DstReg.CondSwizzle, in _mesa_fprint_instruction_opt()
787 _mesa_swizzle_string(inst->DstReg.CondSwizzle, 0, GL_FALSE)); in _mesa_fprint_instruction_opt()
801 _mesa_swizzle_string(inst->DstReg.CondSwizzle, in _mesa_fprint_instruction_opt()
[all …]
Dprog_print.h63 _mesa_swizzle_string(GLuint swizzle, GLuint negateBase, GLboolean extended);