Home
last modified time | relevance | path

Searched refs:SWIZZLE_ONE (Results 1 – 23 of 23) sorted by relevance

/external/swiftshader/src/Renderer/
DSampler.hpp129 SWIZZLE_ONE, enumerator
131 SWIZZLE_LAST = SWIZZLE_ONE
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_fp.c444 SWIZZLE_ONE), in emit_interp()
477 SWIZZLE_ONE), in emit_interp()
586 src_swizzle(src0, SWIZZLE_ONE, z, z, z), in precalc_dst()
645 src_swizzle1(src0, SWIZZLE_ONE), in precalc_lit()
759 SWIZZLE_ONE, in precalc_tex()
760 SWIZZLE_ONE), in precalc_tex()
Dbrw_vs_constval.c82 case SWIZZLE_ONE: in get_active_component()
Dbrw_vs_emit.c1258 } else if (src->Swizzle == MAKE_SWIZZLE4(SWIZZLE_ONE, in get_src_reg()
1259 SWIZZLE_ONE, in get_src_reg()
1260 SWIZZLE_ONE, in get_src_reg()
1261 SWIZZLE_ONE)) { in get_src_reg()
1453 case SWIZZLE_ONE: in emit_swz()
Dbrw_wm_pass0.c274 else if (component == SWIZZLE_ONE) in get_fp_src_reg_ref()
Dbrw_vs.c482 MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_ONE); in brw_vs_precompile()
Dgen7_wm_surface_state.c56 case SWIZZLE_ONE: in swizzle_to_scs()
Dbrw_wm_surface_state.c671 SWIZZLE_ONE, in brw_get_texture_swizzle()
688 swizzles[3] = SWIZZLE_ONE; in brw_get_texture_swizzle()
700 swizzles[3] = SWIZZLE_ONE; in brw_get_texture_swizzle()
Dbrw_fs.cpp2185 MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_ONE); in brw_fs_precompile()
Dbrw_fs_visitor.cpp1382 } else if (swiz == SWIZZLE_ONE) { in swizzle_result()
Dbrw_vec4_visitor.cpp2033 case SWIZZLE_ONE: in swizzle_result()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c83 swiz[i] = SWIZZLE_ONE; in apply_depthmode()
107 swiz[i] = SWIZZLE_ONE; in apply_depthmode()
Dst_mesa_to_tgsi.c407 unsigned one_mask = ((GET_SWZ(SrcReg->Swizzle, 0) == SWIZZLE_ONE) << 0 | in emit_swz()
408 (GET_SWZ(SrcReg->Swizzle, 1) == SWIZZLE_ONE) << 1 | in emit_swz()
409 (GET_SWZ(SrcReg->Swizzle, 2) == SWIZZLE_ONE) << 2 | in emit_swz()
410 (GET_SWZ(SrcReg->Swizzle, 3) == SWIZZLE_ONE) << 3); in emit_swz()
/external/mesa3d/src/mesa/program/
Dprog_instruction.h54 #define SWIZZLE_ONE 5 /**< For SWZ instruction only */ macro
Dir_to_mesa.cpp998 components[i] = SWIZZLE_ONE; in emit_swz()
1002 components[i] = SWIZZLE_ONE; in emit_swz()
Dprog_execute.c1635 else if (swz == SWIZZLE_ONE) in _mesa_execute_program()
Dprogram_parse.y713 $$.swz = ($1 == 0) ? SWIZZLE_ZERO : SWIZZLE_ONE;
/external/mesa3d/src/mesa/swrast/
Ds_fragprog.c65 vector[SWIZZLE_ONE] = 1.0F; in swizzle_texel()
Ds_texcombine.c577 vector[SWIZZLE_ONE] = 1.0F; in swizzle_texels()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c53 SWIZZLE_ONE != VSF_IN_COMPONENT_ONE || \
619 src[i].Swizzle |= SWIZZLE_ONE << (j*3); in r200_translate_vertex_program()
637 src[i].Swizzle |= SWIZZLE_ONE << (j*3); in r200_translate_vertex_program()
/external/mesa3d/src/mesa/main/
Dtexparam.c202 return SWIZZLE_ONE; in comp_to_swizzle()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp1338 case GL_ONE: return sw::SWIZZLE_ONE; in ConvertSwizzleType()
/external/swiftshader/src/Shader/
DSamplerCore.cpp31 case sw::SWIZZLE_ONE: s = sw::Short4(0x1000, 0x1000, 0x1000, 0x1000); break; in applySwizzle()
45 case sw::SWIZZLE_ONE: f = sw::Float4(1.0f, 1.0f, 1.0f, 1.0f); break; in applySwizzle()