Home
last modified time | relevance | path

Searched refs:FullInstruction (Results 1 - 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c256 copy_instruction(&o->FullInstruction, &i->FullInstruction); in copy_token()
309 opcode = current->FullInstruction.Instruction.Opcode; in liveness_analysis()
314 dst_reg = &current->FullInstruction.Dst[0]; in liveness_analysis()
331 opcode = current->FullInstruction.Instruction.Opcode; in liveness_analysis()
336 src_reg = &current->FullInstruction.Src[2]; in liveness_analysis()
340 src_reg = &current->FullInstruction.Src[1]; in liveness_analysis()
344 src_reg = &current->FullInstruction.Src[0]; in liveness_analysis()
369 return i915_coord_mask(instr->FullInstruction.Instruction.Opcode, in i915_tex_mask()
370 instr->FullInstruction in i915_tex_mask()
[all...]
H A Di915_fpc.h275 struct i915_full_instruction FullInstruction; member
H A Di915_fpc_translate.c923 i915_translate_instruction(p, &token->FullInstruction, fs); in i915_translate_token()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c509 struct tgsi_full_instruction *i = &ctx->parse.FullToken.FullInstruction; in tgsi_is_supported()
1317 const struct tgsi_full_instruction *inst = &parse.FullToken.FullInstruction; in allocate_system_value_inputs()
1996 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_split_gs_inputs()
2286 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_split_lds_inputs()
2316 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_split_constant()
2372 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_split_literal_constant()
3115 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in r600_store_tcs_output()
3965 opcode = ctx.parse.FullToken.FullInstruction.Instruction.Opcode; in r600_shader_from_tgsi()
3984 ctx.bc->precise |= ctx.parse.FullToken.FullInstruction.Instruction.Precise; in r600_shader_from_tgsi()
4387 ctx->parse.FullToken.FullInstruction in tgsi_unsupported()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c903 scan_instruction(info, &parse.FullToken.FullInstruction, in tgsi_scan_shader()
986 inst = &parse.FullToken.FullInstruction; in tgsi_scan_arrays()
1062 inst = &parse->FullToken.FullInstruction; in get_block_tessfactor_writemask()
1090 inst = &parse->FullToken.FullInstruction; in get_block_tessfactor_writemask()
1111 inst = &parse->FullToken.FullInstruction; in get_if_block_tessfactor_writemask()
1152 inst = &parse->FullToken.FullInstruction; in get_if_block_tessfactor_writemask()
1203 struct tgsi_full_instruction *inst = &parse.FullToken.FullInstruction; in tgsi_scan_tess_ctrl()
H A Dtgsi_iterate.c53 if (!ctx->iterate_instruction( ctx, &parse.FullToken.FullInstruction )) in tgsi_iterate_shader()
H A Dtgsi_parse.h104 struct tgsi_full_instruction FullInstruction; member
H A Dtgsi_transform.c217 = &parse.FullToken.FullInstruction; in tgsi_transform_shader()
H A Dtgsi_parse.c184 struct tgsi_full_instruction *inst = &ctx->FullToken.FullInstruction; in tgsi_parse_token()
H A Dtgsi_exec.c1183 &parse.FullToken.FullInstruction, in tgsi_exec_machine_bind_shader()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c857 enum tgsi_opcode opcode = c->token->FullInstruction.Instruction.Opcode; in ttn_get_src()
1328 struct tgsi_full_instruction *tgsi_inst = &c->token->FullInstruction; in ttn_tex()
1583 struct tgsi_full_instruction *tgsi_inst = &c->token->FullInstruction; in ttn_txq()
1667 struct tgsi_full_instruction *tgsi_inst = &c->token->FullInstruction; in ttn_mem()
1974 struct tgsi_full_instruction *tgsi_inst = &c->token->FullInstruction; in ttn_emit_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c535 lp_bld_tgsi_add_instruction(bld_base, &parse.FullToken.FullInstruction); in lp_build_tgsi_llvm()
H A Dlp_bld_tgsi_info.c570 &parse.FullToken.FullInstruction; in lp_build_tgsi_info()
H A Dlp_bld_tgsi_aos.c921 &parse.FullToken.FullInstruction); in lp_build_tgsi_aos()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c365 inst = &parser.FullToken.FullInstruction; in r300_tgsi_to_rc()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c3688 if (parse.FullToken.FullInstruction.Instruction.Opcode == in pre_parse_tokens()
3692 if (!pre_parse_instruction( emit, &parse.FullToken.FullInstruction, in pre_parse_tokens()
3821 &parse.FullToken.FullInstruction ); in svga_shader_emit_instructions()
H A Dsvga_tgsi_vgpu10.c3614 &parse->FullToken.FullInstruction); in emit_hull_shader_patch_constant_phase()
3625 &parse->FullToken.FullInstruction); in emit_hull_shader_patch_constant_phase()
3628 &parse->FullToken.FullInstruction); in emit_hull_shader_patch_constant_phase()
12504 &parse.FullToken.FullInstruction); in emit_vgpu10_instructions()
12514 &parse.FullToken.FullInstruction); in emit_vgpu10_instructions()
12520 &parse.FullToken.FullInstruction); in emit_vgpu10_instructions()
12524 &parse.FullToken.FullInstruction); in emit_vgpu10_instructions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c1021 finst = &parse.FullToken.FullInstruction; in _nvfx_vertprog_translate()
H A Dnvfx_fragprog.c1106 finst = &parse.FullToken.FullInstruction; in _nvfx_fragprog_translate()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1128 insns[insnCount++] = parse.FullToken.FullInstruction; in scanSource()
1129 scanInstruction(&parse.FullToken.FullInstruction); in scanSource()

Completed in 66 milliseconds