/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_util.c | 111 tgsi_util_get_src_usage_mask(enum tgsi_opcode opcode, unsigned src_idx, uint8_t write_mask, uint8_t swizzle_x, uint8_t swizzle_y, uint8_t swizzle_z, uint8_t swizzle_w, enum tgsi_texture_type tex_target, enum tgsi_texture_type mem_target) tgsi_util_get_src_usage_mask() argument
|
H A D | tgsi_build.c | 811 tgsi_build_texture_offset( int index, int file, int swizzle_x, int swizzle_y, int swizzle_z, struct tgsi_instruction *instruction, struct tgsi_header *header ) tgsi_build_texture_offset() argument 850 tgsi_build_src_register( unsigned file, unsigned swizzle_x, unsigned swizzle_y, unsigned swizzle_z, unsigned swizzle_w, unsigned negate, unsigned absolute, unsigned indirect, unsigned dimension, int index, struct tgsi_instruction *instruction, struct tgsi_header *header ) tgsi_build_src_register() argument
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
H A D | svga_shader.h | 163 unsigned swizzle_x:2; member
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_optimize.c | 430 unsigned swizzle_x, swizzle_y, swizzle_z, swizzle_w; in i915_fpc_optimize_mov_after_mov() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_aos.c | 67 swizzle_aos(struct lp_build_tgsi_context *bld_base, LLVMValueRef a, unsigned swizzle_x, unsigned swizzle_y, unsigned swizzle_z, unsigned swizzle_w) swizzle_aos() argument
|
H A D | lp_bld_nir_aos.c | 37 swizzle_aos(struct lp_build_nir_context *bld_base, LLVMValueRef a, unsigned swizzle_x, unsigned swizzle_y, unsigned swizzle_z, unsigned swizzle_w) swizzle_aos() argument
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_builder.cpp | 126 swizzle_x(operand a) in swizzle_x() function
|
/third_party/libdrm/intel/ |
H A D | intel_decode.c | 760 const char *swizzle_x = i915_get_channel_swizzle((a1 >> 28) & 0xf); in i915_get_instruction_src0() local 778 const char *swizzle_x = i915_get_channel_swizzle((a1 >> 4) & 0xf); in i915_get_instruction_src1() local 795 const char *swizzle_x = i915_get_channel_swizzle((a2 >> 12) & 0xf); in i915_get_instruction_src2() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_insn.c | 1732 emit_tex_swizzle(struct svga_shader_emitter *emit, SVGA3dShaderDestToken dst, struct src_register src, unsigned swizzle_x, unsigned swizzle_y, unsigned swizzle_z, unsigned swizzle_w) emit_tex_swizzle() argument
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_descriptors.c | 425 unsigned swizzle_x = G_008F1C_DST_SEL_X(state[3]); in si_set_mutable_tex_desc_fields() local
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_asm.h | 167 unsigned swizzle_x; member
|
H A D | r600_shader.c | 4531 int swizzle_x = inst->Src[0].Register.SwizzleX; tgsi_op2_64_params() local [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_serialize.c | 503 unsigned swizzle_x:2; member
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_state.h | 234 enum pipe_viewport_swizzle swizzle_x:8; member
|