Searched refs:old_swizzle (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.h58 unsigned int old_swizzle,
H A Dradeon_pair_regalloc.c379 unsigned int old_swizzle; local in function:variable_get_class
384 old_swizzle = r.U.P.Arg->Swizzle;
394 old_swizzle, conversion_swizzle);
H A Dradeon_compiler_util.c145 * @return A swizzle the results from converting old_swizzle using
149 unsigned int old_swizzle,
159 SET_SWZ(new_swizzle, new_chan, GET_SWZ(old_swizzle, i));
148 rc_adjust_channels(unsigned int old_swizzle,unsigned int conversion_swizzle) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.h58 unsigned int old_swizzle,
H A Dradeon_pair_regalloc.c379 unsigned int old_swizzle; local in function:variable_get_class
384 old_swizzle = r.U.P.Arg->Swizzle;
394 old_swizzle, conversion_swizzle);
H A Dradeon_compiler_util.c145 * @return A swizzle the results from converting old_swizzle using
149 unsigned int old_swizzle,
159 SET_SWZ(new_swizzle, new_chan, GET_SWZ(old_swizzle, i));
148 rc_adjust_channels(unsigned int old_swizzle,unsigned int conversion_swizzle) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_array_merge.cpp381 uint16_t array_remapping::map_swizzles(uint16_t old_swizzle) const
385 uint16_t swz = read_swizzle_map[GET_SWZ(old_swizzle, idx)];
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_array_merge.cpp381 uint16_t array_remapping::map_swizzles(uint16_t old_swizzle) const
385 uint16_t swz = read_swizzle_map[GET_SWZ(old_swizzle, idx)];

Completed in 11 milliseconds