Home
last modified time | relevance | path

Searched defs:swizzle_z (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c111 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 Dtgsi_build.c811 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 Dsvga_shader.h165 unsigned swizzle_z:2; member
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c430 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 Dlp_bld_tgsi_aos.c67 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 Dlp_bld_nir_aos.c37 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 Dir_builder.cpp138 swizzle_z(operand a) in swizzle_z() function
/third_party/libdrm/intel/
H A Dintel_decode.c762 const char *swizzle_z = i915_get_channel_swizzle((a1 >> 20) & 0xf); in i915_get_instruction_src0() local
780 const char *swizzle_z = i915_get_channel_swizzle((a2 >> 28) & 0xf); in i915_get_instruction_src1() local
797 const char *swizzle_z = i915_get_channel_swizzle((a2 >> 4) & 0xf); in i915_get_instruction_src2() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c1732 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 Dsi_descriptors.c426 unsigned swizzle_z = G_008F1C_DST_SEL_Z(state[3]); in si_set_mutable_tex_desc_fields() local
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h169 unsigned swizzle_z; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.c505 unsigned swizzle_z:2; member
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h236 enum pipe_viewport_swizzle swizzle_z:8; member

Completed in 29 milliseconds