Searched refs:SWIZZLE_ZERO (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_sampler_view.c | 329 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/ |
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()
|
/third_party/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 …]
|
/third_party/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 | 667 $$.swz = ($1 == 0) ? SWIZZLE_ZERO : SWIZZLE_ONE;
|
D | ir_to_mesa.cpp | 779 components[i] = SWIZZLE_ZERO; in emit_swz()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Sampler.hpp | 136 SWIZZLE_ZERO, enumerator
|
/third_party/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()
|
/third_party/mesa3d/src/mesa/main/ |
D | format_parser.py | 141 SWIZZLE_ZERO = 4 variable in Swizzle
|
D | texparam.c | 185 return SWIZZLE_ZERO; in comp_to_swizzle()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 2165 case GL_ZERO: return sw::SWIZZLE_ZERO; in ConvertSwizzleType()
|
/third_party/skia/third_party/externals/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()
|