Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.c329 case SWIZZLE_ZERO: in swizzle_swizzle()
330 swz[i] = SWIZZLE_ZERO; in swizzle_swizzle()
373 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_ZERO, SWIZZLE_ONE); in compute_texture_format_swizzle()
375 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_ZERO, in compute_texture_format_swizzle()
376 SWIZZLE_ZERO, SWIZZLE_ONE); in compute_texture_format_swizzle()
378 return MAKE_SWIZZLE4(SWIZZLE_ZERO, SWIZZLE_ZERO, in compute_texture_format_swizzle()
379 SWIZZLE_ZERO, SWIZZLE_W); in compute_texture_format_swizzle()
414 return MAKE_SWIZZLE4(SWIZZLE_ZERO, SWIZZLE_ZERO, in compute_texture_format_swizzle()
415 SWIZZLE_ZERO, SWIZZLE_X); in compute_texture_format_swizzle()
417 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_ZERO, in compute_texture_format_swizzle()
[all …]
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c54 SWIZZLE_ZERO != VSF_IN_COMPONENT_ZERO || \
617 src[i].Swizzle |= SWIZZLE_ZERO << (j*3); in r200_translate_vertex_program()
631 src[i].Swizzle |= SWIZZLE_ZERO << (j*3); in r200_translate_vertex_program()
704 SWIZZLE_ZERO, in r200_translate_vertex_program()
706 SWIZZLE_ZERO, in r200_translate_vertex_program()
718 SWIZZLE_ZERO, SWIZZLE_ZERO, SWIZZLE_ZERO, in r200_translate_vertex_program()
722 SWIZZLE_ZERO, SWIZZLE_ZERO, in r200_translate_vertex_program()
723 t_swizzle(GET_SWZ(src[1].Swizzle, 0)), SWIZZLE_ZERO, in r200_translate_vertex_program()
798 SWIZZLE_ZERO, in r200_translate_vertex_program()
806 SWIZZLE_ZERO, in r200_translate_vertex_program()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c334 SWIZZLE_ZERO, in brw_get_texture_swizzle()
355 swizzles[0] = SWIZZLE_ZERO; in brw_get_texture_swizzle()
356 swizzles[1] = SWIZZLE_ZERO; in brw_get_texture_swizzle()
357 swizzles[2] = SWIZZLE_ZERO; in brw_get_texture_swizzle()
374 swizzles[1] = SWIZZLE_ZERO; in brw_get_texture_swizzle()
375 swizzles[2] = SWIZZLE_ZERO; in brw_get_texture_swizzle()
391 swizzles[0] = SWIZZLE_ZERO; in brw_get_texture_swizzle()
392 swizzles[1] = SWIZZLE_ZERO; in brw_get_texture_swizzle()
393 swizzles[2] = SWIZZLE_ZERO; in brw_get_texture_swizzle()
422 swizzles[1] = SWIZZLE_ZERO; in brw_get_texture_swizzle()
[all …]
/third_party/mesa3d/src/mesa/program/
Dprog_instruction.h53 #define SWIZZLE_ZERO 4 /**< For SWZ instruction only */ macro
Dprog_to_nir.c219 if (swizzle == SWIZZLE_ZERO) { in ptn_get_src()
Dprog_execute.c1052 if (swz == SWIZZLE_ZERO) in _mesa_execute_program()
Dprogram_parse.y667 $$.swz = ($1 == 0) ? SWIZZLE_ZERO : SWIZZLE_ONE;
Dir_to_mesa.cpp779 components[i] = SWIZZLE_ZERO; in emit_swz()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSampler.hpp136 SWIZZLE_ZERO, enumerator
/third_party/mesa3d/src/mesa/swrast/
Ds_fragprog.c65 vector[SWIZZLE_ZERO] = 0.0F; in swizzle_texel()
Ds_texcombine.c567 vector[SWIZZLE_ZERO] = 0; in swizzle_texels()
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py141 SWIZZLE_ZERO = 4 variable in Swizzle
Dtexparam.c185 return SWIZZLE_ZERO; in comp_to_swizzle()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp2165 case GL_ZERO: return sw::SWIZZLE_ZERO; in ConvertSwizzleType()
/third_party/skia/third_party/externals/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()