/external/mesa3d/src/mesa/state_tracker/ |
D | st_sampler_view.c | 294 case SWIZZLE_ONE: in swizzle_swizzle() 295 swz[i] = SWIZZLE_ONE; in swizzle_swizzle() 333 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_ONE); in compute_texture_format_swizzle() 335 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_ZERO, SWIZZLE_ONE); in compute_texture_format_swizzle() 338 SWIZZLE_ZERO, SWIZZLE_ONE); in compute_texture_format_swizzle() 343 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_ONE); in compute_texture_format_swizzle() 354 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_ONE); in compute_texture_format_swizzle() 380 SWIZZLE_ZERO, SWIZZLE_ONE); in compute_texture_format_swizzle()
|
D | st_mesa_to_tgsi.c | 351 unsigned one_mask = ((GET_SWZ(SrcReg->Swizzle, 0) == SWIZZLE_ONE) << 0 | in emit_swz() 352 (GET_SWZ(SrcReg->Swizzle, 1) == SWIZZLE_ONE) << 1 | in emit_swz() 353 (GET_SWZ(SrcReg->Swizzle, 2) == SWIZZLE_ONE) << 2 | in emit_swz() 354 (GET_SWZ(SrcReg->Swizzle, 3) == SWIZZLE_ONE) << 3); in emit_swz()
|
/external/swiftshader/src/Renderer/ |
D | Sampler.hpp | 137 SWIZZLE_ONE, enumerator 139 SWIZZLE_LAST = SWIZZLE_ONE
|
/external/mesa3d/src/mesa/program/ |
D | prog_instruction.h | 54 #define SWIZZLE_ONE 5 /**< For SWZ instruction only */ macro
|
D | prog_to_nir.c | 221 } else if (swizzle == SWIZZLE_ONE) { in ptn_get_src()
|
D | prog_execute.c | 1054 else if (swz == SWIZZLE_ONE) in _mesa_execute_program()
|
D | ir_to_mesa.cpp | 777 components[i] = SWIZZLE_ONE; in emit_swz() 781 components[i] = SWIZZLE_ONE; in emit_swz()
|
D | program_parse.y | 659 $$.swz = ($1 == 0) ? SWIZZLE_ZERO : SWIZZLE_ONE;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_surface_state.c | 335 SWIZZLE_ONE, in brw_get_texture_swizzle() 364 swizzles[3] = SWIZZLE_ONE; in brw_get_texture_swizzle() 376 swizzles[3] = SWIZZLE_ONE; in brw_get_texture_swizzle() 400 swizzles[3] = SWIZZLE_ONE; in brw_get_texture_swizzle() 424 swizzles[3] = SWIZZLE_ONE; in brw_get_texture_swizzle() 433 swizzles[3] = SWIZZLE_ONE; in brw_get_texture_swizzle()
|
D | intel_pixel_read.c | 244 swizzle = MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_ONE); in intel_readpixels_blorp()
|
D | brw_wm.c | 251 if (src_comp == SWIZZLE_ONE || src_comp == SWIZZLE_W) { in brw_populate_sampler_prog_key_data() 253 key->swizzles[i] |= SWIZZLE_ONE << (3 * i); in brw_populate_sampler_prog_key_data()
|
D | brw_program.c | 834 MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_ONE); in brw_setup_tex_for_precompile()
|
D | brw_blorp.c | 575 MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_ONE) : in blorp_get_texture_swizzle()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_fragprog.c | 66 vector[SWIZZLE_ONE] = 1.0F; in swizzle_texel()
|
D | s_texcombine.c | 568 vector[SWIZZLE_ONE] = 1.0F; in swizzle_texels()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 55 SWIZZLE_ONE != VSF_IN_COMPONENT_ONE || \ 608 src[i].Swizzle |= SWIZZLE_ONE << (j*3); in r200_translate_vertex_program() 626 src[i].Swizzle |= SWIZZLE_ONE << (j*3); in r200_translate_vertex_program()
|
/external/mesa3d/src/mesa/main/ |
D | format_parser.py | 142 SWIZZLE_ONE = 5 variable in Swizzle
|
D | texparam.c | 182 return SWIZZLE_ONE; in comp_to_swizzle()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 2166 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); break; in applySwizzle() 45 case sw::SWIZZLE_ONE: f = sw::Float4(1.0f, 1.0f, 1.0f, 1.0f); break; in applySwizzle()
|
/external/mesa3d/prebuilt-intermediates/cle/ |
D | v3d_packet_v33_pack.h | 4128 #define SWIZZLE_ONE 1 macro
|