/external/swiftshader/src/Renderer/ |
D | Sampler.hpp | 129 SWIZZLE_ONE, enumerator 131 SWIZZLE_LAST = SWIZZLE_ONE
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_fp.c | 444 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()
|
D | brw_vs_constval.c | 82 case SWIZZLE_ONE: in get_active_component()
|
D | brw_vs_emit.c | 1258 } 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()
|
D | brw_wm_pass0.c | 274 else if (component == SWIZZLE_ONE) in get_fp_src_reg_ref()
|
D | brw_vs.c | 482 MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_ONE); in brw_vs_precompile()
|
D | gen7_wm_surface_state.c | 56 case SWIZZLE_ONE: in swizzle_to_scs()
|
D | brw_wm_surface_state.c | 671 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()
|
D | brw_fs.cpp | 2185 MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_ONE); in brw_fs_precompile()
|
D | brw_fs_visitor.cpp | 1382 } else if (swiz == SWIZZLE_ONE) { in swizzle_result()
|
D | brw_vec4_visitor.cpp | 2033 case SWIZZLE_ONE: in swizzle_result()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_texture.c | 83 swiz[i] = SWIZZLE_ONE; in apply_depthmode() 107 swiz[i] = SWIZZLE_ONE; in apply_depthmode()
|
D | st_mesa_to_tgsi.c | 407 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/ |
D | prog_instruction.h | 54 #define SWIZZLE_ONE 5 /**< For SWZ instruction only */ macro
|
D | ir_to_mesa.cpp | 998 components[i] = SWIZZLE_ONE; in emit_swz() 1002 components[i] = SWIZZLE_ONE; in emit_swz()
|
D | prog_execute.c | 1635 else if (swz == SWIZZLE_ONE) in _mesa_execute_program()
|
D | program_parse.y | 713 $$.swz = ($1 == 0) ? SWIZZLE_ZERO : SWIZZLE_ONE;
|
/external/mesa3d/src/mesa/swrast/ |
D | s_fragprog.c | 65 vector[SWIZZLE_ONE] = 1.0F; in swizzle_texel()
|
D | s_texcombine.c | 577 vector[SWIZZLE_ONE] = 1.0F; in swizzle_texels()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 53 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/ |
D | texparam.c | 202 return SWIZZLE_ONE; in comp_to_swizzle()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 1338 case GL_ONE: return sw::SWIZZLE_ONE; in ConvertSwizzleType()
|
/external/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 31 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()
|