Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprogramopt.c166 newInst[0].SrcReg[0].Swizzle = SWIZZLE_XXXX; in _mesa_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.c349 *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.cpp37 {NULL, {STATE_NUM_SAMPLES, 0, 0}, SWIZZLE_XXXX}
42 {NULL, {STATE_INTERNAL, STATE_TCS_PATCH_VERTICES_IN}, SWIZZLE_XXXX}
46 {"near", {STATE_DEPTH_RANGE, 0, 0}, SWIZZLE_XXXX},
56 {"size", {STATE_POINT_SIZE}, SWIZZLE_XXXX},
60 {"distanceConstantAttenuation", {STATE_POINT_ATTENUATION}, SWIZZLE_XXXX},
70 {"shininess", {STATE_MATERIAL, 0, STATE_SHININESS}, SWIZZLE_XXXX},
78 {"shininess", {STATE_MATERIAL, 1, STATE_SHININESS}, SWIZZLE_XXXX},
93 {"spotCutoff", {STATE_LIGHT, 0, STATE_SPOT_CUTOFF}, SWIZZLE_XXXX},
95 {"constantAttenuation", {STATE_LIGHT, 0, STATE_ATTENUATION}, SWIZZLE_XXXX},
162 {"density", {STATE_FOG_PARAMS}, SWIZZLE_XXXX},
[all …]
Dir_builder.cpp117 return swizzle(a, SWIZZLE_XXXX, 4); in swizzle_xxxx()
141 return swizzle(a, SWIZZLE_XXXX, 1); in swizzle_x()
Dopt_minmax.cpp449 return swizzle(rval, SWIZZLE_XXXX, expr->type->vector_elements); in swizzle_if_required()
Dlower_blend_equation_advanced.cpp490 slot0->swizzle = SWIZZLE_XXXX; in lower_blend_equation_advanced()
Dlower_instructions.cpp826 swizval = SWIZZLE_XXXX; in double_lrp()
Dbuiltin_functions.cpp5085 swizzle(cast_offset, SWIZZLE_XXXX, type->vector_elements), in _bitfieldExtract()
5086 swizzle(cast_bits, SWIZZLE_XXXX, type->vector_elements)))); in _bitfieldExtract()
5106 swizzle(cast_offset, SWIZZLE_XXXX, type->vector_elements), in _bitfieldInsert()
5107 swizzle(cast_bits, SWIZZLE_XXXX, type->vector_elements)))); in _bitfieldInsert()
Dlinker.cpp2468 slot0->swizzle = SWIZZLE_XXXX; in resize_tes_inputs()
/external/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.c231 return SWIZZLE_XXXX; in compute_texture_format_swizzle()
260 return SWIZZLE_XXXX; in compute_texture_format_swizzle()
Dst_glsl_to_tgsi.cpp1067 undef.swizzle = SWIZZLE_XXXX; in emit_scalar()
1672 transform_y.swizzle = SWIZZLE_XXXX; in visit_expression()
1772 temp1.swizzle = SWIZZLE_XXXX; in visit_expression()
1781 temp1.swizzle = SWIZZLE_XXXX; in visit_expression()
1835 temp1.swizzle = SWIZZLE_XXXX; in visit_expression()
1844 temp1.swizzle = SWIZZLE_XXXX; in visit_expression()
2227 transform_y.swizzle = SWIZZLE_XXXX; in visit_expression()
3623 coord.swizzle = SWIZZLE_XXXX; in visit_image_intrinsic()
3636 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.c250 src.indirect.swizzle = SWIZZLE_XXXX; in translate_src_register()