/external/mesa3d/src/mesa/state_tracker/ |
D | st_sampler_view.c | 291 case SWIZZLE_ZERO: in swizzle_swizzle() 292 swz[i] = SWIZZLE_ZERO; in swizzle_swizzle() 335 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_ZERO, SWIZZLE_ONE); in compute_texture_format_swizzle() 337 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_ZERO, in compute_texture_format_swizzle() 338 SWIZZLE_ZERO, SWIZZLE_ONE); in compute_texture_format_swizzle() 340 return MAKE_SWIZZLE4(SWIZZLE_ZERO, SWIZZLE_ZERO, in compute_texture_format_swizzle() 341 SWIZZLE_ZERO, SWIZZLE_W); in compute_texture_format_swizzle() 376 return MAKE_SWIZZLE4(SWIZZLE_ZERO, SWIZZLE_ZERO, in compute_texture_format_swizzle() 377 SWIZZLE_ZERO, SWIZZLE_X); in compute_texture_format_swizzle() 379 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_ZERO, in compute_texture_format_swizzle() [all …]
|
D | st_mesa_to_tgsi.c | 356 unsigned zero_mask = ((GET_SWZ(SrcReg->Swizzle, 0) == SWIZZLE_ZERO) << 0 | in emit_swz() 357 (GET_SWZ(SrcReg->Swizzle, 1) == SWIZZLE_ZERO) << 1 | in emit_swz() 358 (GET_SWZ(SrcReg->Swizzle, 2) == SWIZZLE_ZERO) << 2 | in emit_swz() 359 (GET_SWZ(SrcReg->Swizzle, 3) == SWIZZLE_ZERO) << 3); in emit_swz()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 54 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()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_surface_state.c | 334 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 …]
|
/external/mesa3d/src/mesa/program/ |
D | prog_instruction.h | 53 #define SWIZZLE_ZERO 4 /**< For SWZ instruction only */ macro
|
D | prog_to_nir.c | 219 if (swizzle == SWIZZLE_ZERO) { in ptn_get_src()
|
D | prog_execute.c | 1052 if (swz == SWIZZLE_ZERO) in _mesa_execute_program()
|
D | program_parse.y | 659 $$.swz = ($1 == 0) ? SWIZZLE_ZERO : SWIZZLE_ONE;
|
D | ir_to_mesa.cpp | 779 components[i] = SWIZZLE_ZERO; in emit_swz()
|
/external/swiftshader/src/Renderer/ |
D | Sampler.hpp | 136 SWIZZLE_ZERO, enumerator
|
/external/mesa3d/src/mesa/swrast/ |
D | s_fragprog.c | 65 vector[SWIZZLE_ZERO] = 0.0F; in swizzle_texel()
|
D | s_texcombine.c | 567 vector[SWIZZLE_ZERO] = 0; in swizzle_texels()
|
/external/mesa3d/src/mesa/main/ |
D | format_parser.py | 141 SWIZZLE_ZERO = 4 variable in Swizzle
|
D | texparam.c | 180 return SWIZZLE_ZERO; in comp_to_swizzle()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 2165 case GL_ZERO: return sw::SWIZZLE_ZERO; in ConvertSwizzleType()
|
/external/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 30 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/mesa3d/prebuilt-intermediates/cle/ |
D | v3d_packet_v33_pack.h | 4127 #define SWIZZLE_ZERO 0 macro
|