Home
last modified time | relevance | path

Searched refs:SWIZZLE_ZERO (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.c267 case SWIZZLE_ZERO: in swizzle_swizzle()
268 swz[i] = SWIZZLE_ZERO; in swizzle_swizzle()
311 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_ZERO, SWIZZLE_ONE); in compute_texture_format_swizzle()
313 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_ZERO, in compute_texture_format_swizzle()
314 SWIZZLE_ZERO, SWIZZLE_ONE); in compute_texture_format_swizzle()
316 return MAKE_SWIZZLE4(SWIZZLE_ZERO, SWIZZLE_ZERO, in compute_texture_format_swizzle()
317 SWIZZLE_ZERO, SWIZZLE_W); in compute_texture_format_swizzle()
352 return MAKE_SWIZZLE4(SWIZZLE_ZERO, SWIZZLE_ZERO, in compute_texture_format_swizzle()
353 SWIZZLE_ZERO, SWIZZLE_X); in compute_texture_format_swizzle()
355 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_ZERO, in compute_texture_format_swizzle()
[all …]
Dst_mesa_to_tgsi.c344 unsigned zero_mask = ((GET_SWZ(SrcReg->Swizzle, 0) == SWIZZLE_ZERO) << 0 | in emit_swz()
345 (GET_SWZ(SrcReg->Swizzle, 1) == SWIZZLE_ZERO) << 1 | in emit_swz()
346 (GET_SWZ(SrcReg->Swizzle, 2) == SWIZZLE_ZERO) << 2 | in emit_swz()
347 (GET_SWZ(SrcReg->Swizzle, 3) == SWIZZLE_ZERO) << 3); in emit_swz()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c52 SWIZZLE_ZERO != VSF_IN_COMPONENT_ZERO || \
613 src[i].Swizzle |= SWIZZLE_ZERO << (j*3); in r200_translate_vertex_program()
627 src[i].Swizzle |= SWIZZLE_ZERO << (j*3); in r200_translate_vertex_program()
700 SWIZZLE_ZERO, in r200_translate_vertex_program()
702 SWIZZLE_ZERO, in r200_translate_vertex_program()
714 SWIZZLE_ZERO, SWIZZLE_ZERO, SWIZZLE_ZERO, in r200_translate_vertex_program()
718 SWIZZLE_ZERO, SWIZZLE_ZERO, in r200_translate_vertex_program()
719 t_swizzle(GET_SWZ(src[1].Swizzle, 0)), SWIZZLE_ZERO, in r200_translate_vertex_program()
794 SWIZZLE_ZERO, in r200_translate_vertex_program()
802 SWIZZLE_ZERO, in r200_translate_vertex_program()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c320 SWIZZLE_ZERO, in brw_get_texture_swizzle()
341 swizzles[0] = SWIZZLE_ZERO; in brw_get_texture_swizzle()
342 swizzles[1] = SWIZZLE_ZERO; in brw_get_texture_swizzle()
343 swizzles[2] = SWIZZLE_ZERO; in brw_get_texture_swizzle()
360 swizzles[1] = SWIZZLE_ZERO; in brw_get_texture_swizzle()
361 swizzles[2] = SWIZZLE_ZERO; in brw_get_texture_swizzle()
377 swizzles[0] = SWIZZLE_ZERO; in brw_get_texture_swizzle()
378 swizzles[1] = SWIZZLE_ZERO; in brw_get_texture_swizzle()
379 swizzles[2] = SWIZZLE_ZERO; in brw_get_texture_swizzle()
/external/mesa3d/src/mesa/program/
Dprog_instruction.h53 #define SWIZZLE_ZERO 4 /**< For SWZ instruction only */ macro
Dprog_execute.c1048 if (swz == SWIZZLE_ZERO) in _mesa_execute_program()
Dprog_to_nir.c242 if (swizzle == SWIZZLE_ZERO) { in ptn_get_src()
Dprogram_parse.y655 $$.swz = ($1 == 0) ? SWIZZLE_ZERO : SWIZZLE_ONE;
Dir_to_mesa.cpp854 components[i] = SWIZZLE_ZERO; in emit_swz()
/external/swiftshader/src/Renderer/
DSampler.hpp136 SWIZZLE_ZERO, enumerator
/external/swiftshader/src/Device/
DSampler.hpp136 SWIZZLE_ZERO, enumerator
/external/mesa3d/src/mesa/swrast/
Ds_fragprog.c65 vector[SWIZZLE_ZERO] = 0.0F; in swizzle_texel()
Ds_texcombine.c566 vector[SWIZZLE_ZERO] = 0; in swizzle_texels()
/external/mesa3d/src/mesa/main/
Dformat_parser.py135 SWIZZLE_ZERO = 4 variable in Swizzle
Dtexparam.c201 return SWIZZLE_ZERO; in comp_to_swizzle()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp2218 case GL_ZERO: return sw::SWIZZLE_ZERO; in ConvertSwizzleType()
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp30 case sw::SWIZZLE_ZERO: s = sw::Short4(0x0000); break; in applySwizzle()
44 case sw::SWIZZLE_ZERO: f = sw::Float4(0.0f, 0.0f, 0.0f, 0.0f); break; in applySwizzle()
/external/swiftshader/src/Shader/
DSamplerCore.cpp30 case sw::SWIZZLE_ZERO: s = sw::Short4(0x0000); break; in applySwizzle()
44 case sw::SWIZZLE_ZERO: f = sw::Float4(0.0f, 0.0f, 0.0f, 0.0f); break; in applySwizzle()