Home
last modified time | relevance | path

Searched refs:SWIZZLE_XXXX (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/mesa/program/
H A 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()
H A Dprog_instruction.h66 #define SWIZZLE_XXXX MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_X) macro
H A Dprog_parameter.c417 *swizzleOut = SWIZZLE_XXXX; in _mesa_add_typed_unnamed_constant()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_patch_vertices.c39 var->state_slots[0].swizzle = SWIZZLE_XXXX; in make_uniform()
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_variables.cpp54 {NULL, {STATE_NUM_SAMPLES, 0, 0}, SWIZZLE_XXXX}
58 {"near", {STATE_DEPTH_RANGE, 0, 0}, SWIZZLE_XXXX},
68 {"size", {STATE_POINT_SIZE}, SWIZZLE_XXXX},
72 {"distanceConstantAttenuation", {STATE_POINT_ATTENUATION}, SWIZZLE_XXXX},
82 {"shininess", {STATE_MATERIAL, MAT_ATTRIB_FRONT_SHININESS}, SWIZZLE_XXXX},
90 {"shininess", {STATE_MATERIAL, MAT_ATTRIB_BACK_SHININESS}, SWIZZLE_XXXX},
105 {"constantAttenuation", {STATE_LIGHT, 0, STATE_ATTENUATION}, SWIZZLE_XXXX},
109 {"spotCutoff", {STATE_LIGHT, 0, STATE_SPOT_CUTOFF}, SWIZZLE_XXXX},
174 {"density", {STATE_FOG_PARAMS}, SWIZZLE_XXXX},
181 {NULL, {STATE_NORMAL_SCALE_EYESPACE}, SWIZZLE_XXXX},
[all...]
H A Dir_builder.cpp104 return swizzle(a, SWIZZLE_XXXX, 4); in swizzle_xxxx()
128 return swizzle(a, SWIZZLE_XXXX, 1); in swizzle_x()
H A Dopt_minmax.cpp494 return swizzle(rval, SWIZZLE_XXXX, expr->type->vector_elements); in swizzle_if_required()
H A Dlower_blend_equation_advanced.cpp493 slot0->swizzle = SWIZZLE_XXXX; in lower_blend_equation_advanced()
H A Dlower_instructions.cpp661 swizval = SWIZZLE_XXXX; in double_lrp()
H A Dbuiltin_functions.cpp7594 swizzle(cast_offset, SWIZZLE_XXXX, type->vector_elements), in _bitfieldExtract()
7595 swizzle(cast_bits, SWIZZLE_XXXX, type->vector_elements)))); in _bitfieldExtract()
7615 swizzle(cast_offset, SWIZZLE_XXXX, type->vector_elements), in _bitfieldInsert()
7616 swizzle(cast_bits, SWIZZLE_XXXX, type->vector_elements)))); in _bitfieldInsert()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h171 #define SWIZZLE_XXXX \ macro
H A Dsvga_tgsi_insn.c249 src.indirect.swizzle = SWIZZLE_XXXX; in translate_src_register()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_sampler_view.c386 return SWIZZLE_XXXX; in compute_texture_format_swizzle()
413 return SWIZZLE_XXXX; in compute_texture_format_swizzle()

Completed in 26 milliseconds