Searched refs:tex_fetch_args (Results 1 – 2 of 2) sorted by relevance
617 static void tex_fetch_args( in tex_fetch_args() function659 tex_fetch_args(bld_base, emit_data); in txf_fetch_args()1077 bld_base->op_actions[TGSI_OPCODE_DDX].fetch_args = tex_fetch_args; in radeon_llvm_context_init()1079 bld_base->op_actions[TGSI_OPCODE_DDY].fetch_args = tex_fetch_args; in radeon_llvm_context_init()1102 bld_base->op_actions[TGSI_OPCODE_TXQ].fetch_args = tex_fetch_args; in radeon_llvm_context_init()1164 bld_base->op_actions[TGSI_OPCODE_TEX].fetch_args = tex_fetch_args; in radeon_llvm_context_init()1166 bld_base->op_actions[TGSI_OPCODE_TXB].fetch_args = tex_fetch_args; in radeon_llvm_context_init()1170 bld_base->op_actions[TGSI_OPCODE_TXL].fetch_args = tex_fetch_args; in radeon_llvm_context_init()
588 static void tex_fetch_args( in tex_fetch_args() function653 .fetch_args = tex_fetch_args,