Home
last modified time | relevance | path

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

/third_party/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.c415 *swizzleOut = SWIZZLE_XXXX; in _mesa_add_typed_unnamed_constant()
Dir_to_mesa.cpp486 undef.swizzle = SWIZZLE_XXXX; in emit_scalar()
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp53 {NULL, {STATE_NUM_SAMPLES, 0, 0}, SWIZZLE_XXXX}
57 {"near", {STATE_DEPTH_RANGE, 0, 0}, SWIZZLE_XXXX},
67 {"size", {STATE_POINT_SIZE}, SWIZZLE_XXXX},
71 {"distanceConstantAttenuation", {STATE_POINT_ATTENUATION}, SWIZZLE_XXXX},
81 {"shininess", {STATE_MATERIAL, MAT_ATTRIB_FRONT_SHININESS}, SWIZZLE_XXXX},
89 {"shininess", {STATE_MATERIAL, MAT_ATTRIB_BACK_SHININESS}, SWIZZLE_XXXX},
104 {"constantAttenuation", {STATE_LIGHT, 0, STATE_ATTENUATION}, SWIZZLE_XXXX},
108 {"spotCutoff", {STATE_LIGHT, 0, STATE_SPOT_CUTOFF}, SWIZZLE_XXXX},
173 {"density", {STATE_FOG_PARAMS}, SWIZZLE_XXXX},
180 {NULL, {STATE_NORMAL_SCALE_EYESPACE}, 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.cpp494 return swizzle(rval, SWIZZLE_XXXX, expr->type->vector_elements); in swizzle_if_required()
Dlower_blend_equation_advanced.cpp493 slot0->swizzle = SWIZZLE_XXXX; in lower_blend_equation_advanced()
Dlower_instructions.cpp896 swizval = SWIZZLE_XXXX; in double_lrp()
Dbuiltin_functions.cpp6897 swizzle(cast_offset, SWIZZLE_XXXX, type->vector_elements), in _bitfieldExtract()
6898 swizzle(cast_bits, SWIZZLE_XXXX, type->vector_elements)))); in _bitfieldExtract()
6918 swizzle(cast_offset, SWIZZLE_XXXX, type->vector_elements), in _bitfieldInsert()
6919 swizzle(cast_bits, SWIZZLE_XXXX, type->vector_elements)))); in _bitfieldInsert()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_patch_vertices.c39 var->state_slots[0].swizzle = SWIZZLE_XXXX; in make_uniform()
/third_party/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()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.c385 return SWIZZLE_XXXX; in compute_texture_format_swizzle()
412 return SWIZZLE_XXXX; in compute_texture_format_swizzle()
Dst_glsl_to_tgsi.cpp946 undef.swizzle = SWIZZLE_XXXX; in emit_scalar()
1635 transform_y.swizzle = SWIZZLE_XXXX; in visit_expression()
1718 temp1.swizzle = SWIZZLE_XXXX; in visit_expression()
1727 temp1.swizzle = SWIZZLE_XXXX; in visit_expression()
1782 temp1.swizzle = SWIZZLE_XXXX; in visit_expression()
1791 temp1.swizzle = SWIZZLE_XXXX; in visit_expression()
2247 transform_y.swizzle = SWIZZLE_XXXX; in visit_expression()
3156 l_src.swizzle = SWIZZLE_XXXX; in emit_block_mov()
3966 coord.swizzle = SWIZZLE_XXXX; in visit_image_intrinsic()
3979 sample.swizzle = SWIZZLE_XXXX; in visit_image_intrinsic()