Searched refs:tgsi_opcode (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c88 unsigned tgsi_opcode)
113 unsigned tgsi_opcode,
116 struct lp_build_tgsi_action * action = &bld_base->op_actions[tgsi_opcode];
119 lp_build_action_set_dst_type(emit_data, bld_base, tgsi_opcode);
129 unsigned tgsi_opcode,
135 return lp_build_emit_llvm(bld_base, tgsi_opcode, &emit_data);
141 unsigned tgsi_opcode,
149 return lp_build_emit_llvm(bld_base, tgsi_opcode, &emit_data);
155 unsigned tgsi_opcode,
165 return lp_build_emit_llvm(bld_base, tgsi_opcode,
85 lp_build_action_set_dst_type( struct lp_build_emit_data * emit_data, struct lp_build_tgsi_context *bld_base, unsigned tgsi_opcode) argument
111 lp_build_emit_llvm( struct lp_build_tgsi_context *bld_base, unsigned tgsi_opcode, struct lp_build_emit_data * emit_data) argument
127 lp_build_emit_llvm_unary( struct lp_build_tgsi_context *bld_base, unsigned tgsi_opcode, LLVMValueRef arg0) argument
139 lp_build_emit_llvm_binary( struct lp_build_tgsi_context *bld_base, unsigned tgsi_opcode, LLVMValueRef arg0, LLVMValueRef arg1) argument
153 lp_build_emit_llvm_ternary( struct lp_build_tgsi_context *bld_base, unsigned tgsi_opcode, LLVMValueRef arg0, LLVMValueRef arg1, LLVMValueRef arg2) argument
193 unsigned tgsi_opcode = inst->Instruction.Opcode; local
[all...]
H A Dlp_bld_tgsi.h522 unsigned tgsi_opcode,
528 unsigned tgsi_opcode,
534 unsigned tgsi_opcode,
541 unsigned tgsi_opcode,
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c88 unsigned tgsi_opcode)
113 unsigned tgsi_opcode,
116 struct lp_build_tgsi_action * action = &bld_base->op_actions[tgsi_opcode];
119 lp_build_action_set_dst_type(emit_data, bld_base, tgsi_opcode);
129 unsigned tgsi_opcode,
135 return lp_build_emit_llvm(bld_base, tgsi_opcode, &emit_data);
141 unsigned tgsi_opcode,
149 return lp_build_emit_llvm(bld_base, tgsi_opcode, &emit_data);
155 unsigned tgsi_opcode,
165 return lp_build_emit_llvm(bld_base, tgsi_opcode,
85 lp_build_action_set_dst_type( struct lp_build_emit_data * emit_data, struct lp_build_tgsi_context *bld_base, unsigned tgsi_opcode) argument
111 lp_build_emit_llvm( struct lp_build_tgsi_context *bld_base, unsigned tgsi_opcode, struct lp_build_emit_data * emit_data) argument
127 lp_build_emit_llvm_unary( struct lp_build_tgsi_context *bld_base, unsigned tgsi_opcode, LLVMValueRef arg0) argument
139 lp_build_emit_llvm_binary( struct lp_build_tgsi_context *bld_base, unsigned tgsi_opcode, LLVMValueRef arg0, LLVMValueRef arg1) argument
153 lp_build_emit_llvm_ternary( struct lp_build_tgsi_context *bld_base, unsigned tgsi_opcode, LLVMValueRef arg0, LLVMValueRef arg1, LLVMValueRef arg2) argument
193 unsigned tgsi_opcode = inst->Instruction.Opcode; local
[all...]
H A Dlp_bld_tgsi.h522 unsigned tgsi_opcode,
528 unsigned tgsi_opcode,
534 unsigned tgsi_opcode,
541 unsigned tgsi_opcode,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_shader.c204 unsigned tgsi_opcode; member in struct:r600_shader_tgsi_instruction
1717 tgsi_get_opcode_name(ctx->inst_info->tgsi_opcode));
1803 switch (ctx->inst_info->tgsi_opcode) {
1883 if (ctx->inst_info->tgsi_opcode == TGSI_OPCODE_RSQ) {
2215 if (ctx->inst_info->tgsi_opcode == TGSI_OPCODE_KILP) {
3704 switch (ctx->inst_info->tgsi_opcode) {
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c204 unsigned tgsi_opcode; member in struct:r600_shader_tgsi_instruction
1717 tgsi_get_opcode_name(ctx->inst_info->tgsi_opcode));
1803 switch (ctx->inst_info->tgsi_opcode) {
1883 if (ctx->inst_info->tgsi_opcode == TGSI_OPCODE_RSQ) {
2215 if (ctx->inst_info->tgsi_opcode == TGSI_OPCODE_KILP) {
3704 switch (ctx->inst_info->tgsi_opcode) {

Completed in 585 milliseconds