HomeSort by: relevance | last modified time | path
    Searched refs:dest_swizzle (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_instruction_tex.h 105 int dest_swizzle(int i) const { function in class:r600::TexInstruction
sfn_instruction_fetch.h 57 const std::array<int, 4>& dest_swizzle);
sfn_instruction_gds.h 69 int dest_swizzle(int i) const {
sfn_instruction_fetch.cpp 99 const std::array<int, 4>& dest_swizzle):
120 m_dest_swizzle(dest_swizzle)
sfn_ir_to_assembly.cpp 662 tex.dst_sel_x = tex_instr.dest_swizzle(0);
663 tex.dst_sel_y = tex_instr.dest_swizzle(1);
664 tex.dst_sel_z = tex_instr.dest_swizzle(2);
665 tex.dst_sel_w = tex_instr.dest_swizzle(3);
874 gds.dst_sel_x = instr.dest_swizzle(0);
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_render.c 199 "vec4 dest_swizzle(vec4 color)\n"
204 "vec4 dest_swizzle(vec4 color)\n"
213 " frag_color = dest_swizzle(get_source() * get_mask().a);\n"
218 " frag_color = dest_swizzle(get_source() * get_mask());\n"
223 " frag_color = dest_swizzle(get_source().a * get_mask());\n"
230 " color0 = dest_swizzle(get_source() * get_mask());\n"
231 " color1 = dest_swizzle(get_source().a * get_mask());\n"
236 " gl_FragColor = dest_swizzle(get_source() * get_mask());\n"
237 " gl_SecondaryFragColorEXT = dest_swizzle(get_source().a * get_mask());\n"
255 const char *dest_swizzle; local
    [all...]
glamor_priv.h 139 enum shader_dest_swizzle dest_swizzle; member in struct:shader_key

Completed in 9 milliseconds