Searched refs:SWIZZLE_XXXX (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/mesa/program/ |
H A D | programopt.c | 166 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 D | prog_instruction.h | 66 #define SWIZZLE_XXXX MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_X) macro
|
H A D | prog_parameter.c | 417 *swizzleOut = SWIZZLE_XXXX; in _mesa_add_typed_unnamed_constant()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_patch_vertices.c | 39 var->state_slots[0].swizzle = SWIZZLE_XXXX; in make_uniform()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_variables.cpp | 54 {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 D | ir_builder.cpp | 104 return swizzle(a, SWIZZLE_XXXX, 4); in swizzle_xxxx() 128 return swizzle(a, SWIZZLE_XXXX, 1); in swizzle_x()
|
H A D | opt_minmax.cpp | 494 return swizzle(rval, SWIZZLE_XXXX, expr->type->vector_elements); in swizzle_if_required()
|
H A D | lower_blend_equation_advanced.cpp | 493 slot0->swizzle = SWIZZLE_XXXX; in lower_blend_equation_advanced()
|
H A D | lower_instructions.cpp | 661 swizval = SWIZZLE_XXXX; in double_lrp()
|
H A D | builtin_functions.cpp | 7594 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 D | svga_tgsi_emit.h | 171 #define SWIZZLE_XXXX \ macro
|
H A D | svga_tgsi_insn.c | 249 src.indirect.swizzle = SWIZZLE_XXXX; in translate_src_register()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_sampler_view.c | 386 return SWIZZLE_XXXX; in compute_texture_format_swizzle() 413 return SWIZZLE_XXXX; in compute_texture_format_swizzle()
|
Completed in 31 milliseconds