Home
last modified time | relevance | path

Searched refs:FullInstruction (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c257 copy_instruction(&o->FullInstruction, &i->FullInstruction); in copy_token()
312 opcode = current->FullInstruction.Instruction.Opcode; in liveness_analysis()
318 dst_reg = &current->FullInstruction.Dst[0]; in liveness_analysis()
335 opcode = current->FullInstruction.Instruction.Opcode; in liveness_analysis()
341 src_reg = &current->FullInstruction.Src[2]; in liveness_analysis()
344 src_reg = &current->FullInstruction.Src[1]; in liveness_analysis()
347 src_reg = &current->FullInstruction.Src[0]; in liveness_analysis()
371 mask = mask_for_unswizzled(i915_num_coords(instr->FullInstruction.Texture.Texture)); in i915_tex_mask()
374 if (instr->FullInstruction.Instruction.Opcode == TGSI_OPCODE_TXP) in i915_tex_mask()
410 current->FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV && in i915_fpc_optimize_mov_before_tex()
[all …]
Di915_fpc.h312 struct i915_full_instruction FullInstruction; member
Di915_fpc_translate.c1038 i915_translate_instruction(p, &token->FullInstruction, fs); in i915_translate_token()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c414 struct tgsi_full_instruction *i = &ctx->parse.FullToken.FullInstruction; in tgsi_is_supported()
1112 const struct tgsi_full_instruction *inst = &parse.FullToken.FullInstruction; in allocate_system_value_inputs()
1212 const struct tgsi_full_instruction *inst = &parse.FullToken.FullInstruction; in evergreen_gpr_count()
1662 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_split_gs_inputs()
1952 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_split_lds_inputs()
1982 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_split_constant()
2038 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_split_literal_constant()
2780 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in r600_store_tcs_output()
3555 opcode = ctx.parse.FullToken.FullInstruction.Instruction.Opcode; in r600_shader_from_tgsi()
3955 ctx->parse.FullToken.FullInstruction.Instruction.Opcode; in tgsi_unsupported()
[all …]
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_iterate.c53 if (!ctx->iterate_instruction( ctx, &parse.FullToken.FullInstruction )) in tgsi_iterate_shader()
Dtgsi_parse.h104 struct tgsi_full_instruction FullInstruction; member
Dtgsi_transform.c167 = &parse.FullToken.FullInstruction; in tgsi_transform_shader()
Dtgsi_scan.c98 = &parse.FullToken.FullInstruction; in tgsi_scan_shader()
507 &parse.FullToken.FullInstruction; in tgsi_is_passthrough_shader()
Dtgsi_parse.c182 struct tgsi_full_instruction *inst = &ctx->FullToken.FullInstruction; in tgsi_parse_token()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_iterate.c53 if (!ctx->iterate_instruction( ctx, &parse.FullToken.FullInstruction )) in tgsi_iterate_shader()
Dtgsi_parse.h104 struct tgsi_full_instruction FullInstruction; member
Dtgsi_scan.c853 scan_instruction(info, &parse.FullToken.FullInstruction, in tgsi_scan_shader()
936 inst = &parse.FullToken.FullInstruction; in tgsi_scan_arrays()
1013 inst = &parse->FullToken.FullInstruction; in get_block_tessfactor_writemask()
1054 inst = &parse->FullToken.FullInstruction; in get_if_block_tessfactor_writemask()
1139 struct tgsi_full_instruction *inst = &parse.FullToken.FullInstruction; in tgsi_scan_tess_ctrl()
Dtgsi_transform.c168 = &parse.FullToken.FullInstruction; in tgsi_transform_shader()
Dtgsi_parse.c180 struct tgsi_full_instruction *inst = &ctx->FullToken.FullInstruction; in tgsi_parse_token()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c342 inst = &parser.FullToken.FullInstruction; in r300_tgsi_to_rc()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c775 unsigned tgsi_opcode = c->token->FullInstruction.Instruction.Opcode; in ttn_get_src()
1201 struct tgsi_full_instruction *tgsi_inst = &c->token->FullInstruction; in ttn_tex()
1443 struct tgsi_full_instruction *tgsi_inst = &c->token->FullInstruction; in ttn_txq()
1638 struct tgsi_full_instruction *tgsi_inst = &c->token->FullInstruction; in ttn_emit_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.c528 lp_bld_tgsi_add_instruction(bld_base, &parse.FullToken.FullInstruction); in lp_build_tgsi_llvm()
Dlp_bld_tgsi_info.c562 &parse.FullToken.FullInstruction; in lp_build_tgsi_info()
Dlp_bld_tgsi_aos.c920 &parse.FullToken.FullInstruction); in lp_build_tgsi_aos()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c582 const struct tgsi_full_instruction *inst = &ctx.FullToken.FullInstruction; in etna_compile_pass_check_usage()
674 const struct tgsi_full_instruction *inst = &ctx.FullToken.FullInstruction; in etna_compile_pass_optimize_outputs()
1830 inst = &ctx.FullToken.FullInstruction; in etna_compile_pass_generate_code()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c3617 if (parse.FullToken.FullInstruction.Instruction.Opcode == in pre_parse_tokens()
3621 if (!pre_parse_instruction( emit, &parse.FullToken.FullInstruction, in pre_parse_tokens()
3750 &parse.FullToken.FullInstruction ); in svga_shader_emit_instructions()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_compiler.c1137 &ctx->parser.FullToken.FullInstruction); in compile_instructions()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c1020 finst = &parse.FullToken.FullInstruction; in _nvfx_vertprog_translate()
Dnvfx_fragprog.c1106 finst = &parse.FullToken.FullInstruction; in _nvfx_fragprog_translate()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1170 insns[insnCount++] = parse.FullToken.FullInstruction; in scanSource()
1171 scanInstruction(&parse.FullToken.FullInstruction); in scanSource()

12