Home
last modified time | relevance | path

Searched refs:SWIZZLE_XXXX (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprogramopt.c166 newInst[0].SrcReg[0].Swizzle = SWIZZLE_XXXX; in insert_mvp_mad_code()
324 inst->SrcReg[0].Swizzle = SWIZZLE_XXXX; in _mesa_append_fog_code()
327 inst->SrcReg[1].Swizzle = SWIZZLE_XXXX; in _mesa_append_fog_code()
349 inst->SrcReg[1].Swizzle = SWIZZLE_XXXX; in _mesa_append_fog_code()
359 inst->SrcReg[0].Swizzle = SWIZZLE_XXXX; in _mesa_append_fog_code()
362 inst->SrcReg[1].Swizzle = SWIZZLE_XXXX; in _mesa_append_fog_code()
373 inst->SrcReg[0].Swizzle = SWIZZLE_XXXX; in _mesa_append_fog_code()
384 inst->SrcReg[0].Swizzle = SWIZZLE_XXXX; in _mesa_append_fog_code()
Dprog_instruction.h66 #define SWIZZLE_XXXX MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_X) macro
Dprog_parameter.c336 *swizzleOut = SWIZZLE_XXXX; in _mesa_add_typed_unnamed_constant()
Dir_to_mesa.cpp484 undef.swizzle = SWIZZLE_XXXX; in emit_scalar()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp38 {NULL, {STATE_NUM_SAMPLES, 0, 0}, SWIZZLE_XXXX}
42 {"near", {STATE_DEPTH_RANGE, 0, 0}, SWIZZLE_XXXX},
52 {"size", {STATE_POINT_SIZE}, SWIZZLE_XXXX},
56 {"distanceConstantAttenuation", {STATE_POINT_ATTENUATION}, SWIZZLE_XXXX},
66 {"shininess", {STATE_MATERIAL, 0, STATE_SHININESS}, SWIZZLE_XXXX},
74 {"shininess", {STATE_MATERIAL, 1, STATE_SHININESS}, SWIZZLE_XXXX},
89 {"spotCutoff", {STATE_LIGHT, 0, STATE_SPOT_CUTOFF}, SWIZZLE_XXXX},
91 {"constantAttenuation", {STATE_LIGHT, 0, STATE_ATTENUATION}, SWIZZLE_XXXX},
158 {"density", {STATE_FOG_PARAMS}, SWIZZLE_XXXX},
165 {NULL, {STATE_NORMAL_SCALE}, SWIZZLE_XXXX},
Dir_builder.cpp117 return swizzle(a, SWIZZLE_XXXX, 4); in swizzle_xxxx()
141 return swizzle(a, SWIZZLE_XXXX, 1); in swizzle_x()
Dlower_variable_index_to_cond_assign.cpp86 ? swizzle(index, SWIZZLE_XXXX, components) in compare_index_block()
Dopt_minmax.cpp449 return swizzle(rval, SWIZZLE_XXXX, expr->type->vector_elements); in swizzle_if_required()
Dlower_blend_equation_advanced.cpp491 slot0->swizzle = SWIZZLE_XXXX; in lower_blend_equation_advanced()
Dlower_instructions.cpp887 swizval = SWIZZLE_XXXX; in double_lrp()
Dbuiltin_functions.cpp5549 swizzle(cast_offset, SWIZZLE_XXXX, type->vector_elements), in _bitfieldExtract()
5550 swizzle(cast_bits, SWIZZLE_XXXX, type->vector_elements)))); in _bitfieldExtract()
5570 swizzle(cast_offset, SWIZZLE_XXXX, type->vector_elements), in _bitfieldInsert()
5571 swizzle(cast_bits, SWIZZLE_XXXX, type->vector_elements)))); in _bitfieldInsert()
/external/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.c323 return SWIZZLE_XXXX; in compute_texture_format_swizzle()
350 return SWIZZLE_XXXX; in compute_texture_format_swizzle()
Dst_glsl_to_tgsi.cpp802 undef.swizzle = SWIZZLE_XXXX; in emit_scalar()
1482 transform_y.swizzle = SWIZZLE_XXXX; in visit_expression()
1576 temp1.swizzle = SWIZZLE_XXXX; in visit_expression()
1585 temp1.swizzle = SWIZZLE_XXXX; in visit_expression()
1639 temp1.swizzle = SWIZZLE_XXXX; in visit_expression()
1648 temp1.swizzle = SWIZZLE_XXXX; in visit_expression()
2089 transform_y.swizzle = SWIZZLE_XXXX; in visit_expression()
2923 l_src.swizzle = SWIZZLE_XXXX; in emit_block_mov()
3709 coord.swizzle = SWIZZLE_XXXX; in visit_image_intrinsic()
3722 sample.swizzle = SWIZZLE_XXXX; in visit_image_intrinsic()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_emit.h171 #define SWIZZLE_XXXX \ macro
Dsvga_tgsi_insn.c249 src.indirect.swizzle = SWIZZLE_XXXX; in translate_src_register()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir_uniforms.cpp263 var->state_slots[0].swizzle = SWIZZLE_XXXX; in brw_nir_lower_patch_vertices_in_to_uniform()