Home
last modified time | relevance | path

Searched refs:FullDeclaration (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c772 if (token->FullDeclaration.Declaration.File == TGSI_FILE_CONSTANT) { in i915_translate_token()
773 if (token->FullDeclaration.Range.Last >= I915_MAX_CONSTANT) { in i915_translate_token()
778 for (i = token->FullDeclaration.Range.First; in i915_translate_token()
779 i <= token->FullDeclaration.Range.Last; i++) { in i915_translate_token()
784 } else if (token->FullDeclaration.Declaration.File == in i915_translate_token()
786 if (token->FullDeclaration.Range.Last >= I915_MAX_TEMPORARY) { in i915_translate_token()
791 for (i = token->FullDeclaration.Range.First; in i915_translate_token()
792 i <= token->FullDeclaration.Range.Last; i++) { in i915_translate_token()
Di915_fpc.h273 struct tgsi_full_declaration FullDeclaration; member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_iterate.c59 if (!ctx->iterate_declaration( ctx, &parse.FullToken.FullDeclaration )) in tgsi_iterate_shader()
Dtgsi_parse.h102 struct tgsi_full_declaration FullDeclaration; member
Dtgsi_transform.c241 = &parse.FullToken.FullDeclaration; in tgsi_transform_shader()
Dtgsi_parse.c109 struct tgsi_full_declaration *decl = &ctx->FullToken.FullDeclaration; in tgsi_parse_token()
Dtgsi_scan.c905 scan_declaration(info, &parse.FullToken.FullDeclaration); in tgsi_scan_shader()
970 struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration; in tgsi_scan_arrays()
Dtgsi_exec.c1150 if (parse.FullToken.FullDeclaration.Declaration.File == TGSI_FILE_OUTPUT) in tgsi_exec_machine_bind_shader()
1151 … mach->NumOutputs = MAX2(mach->NumOutputs, parse.FullToken.FullDeclaration.Range.Last + 1); in tgsi_exec_machine_bind_shader()
1152 else if (parse.FullToken.FullDeclaration.Declaration.File == TGSI_FILE_SYSTEM_VALUE) { in tgsi_exec_machine_bind_shader()
1153 const struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration; in tgsi_exec_machine_bind_shader()
1158 &parse.FullToken.FullDeclaration, in tgsi_exec_machine_bind_shader()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.c533 bld_base->emit_declaration(bld_base, &parse.FullToken.FullDeclaration); in lp_build_tgsi_llvm()
Dlp_bld_tgsi_info.c558 struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration; in lp_build_tgsi_info()
Dlp_bld_tgsi_aos.c914 lp_emit_declaration_aos(&bld, &parse.FullToken.FullDeclaration); in lp_build_tgsi_aos()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c984 fdec = &p.FullToken.FullDeclaration; in nvfx_fragprog_prepare()
1028 fdec = &p.FullToken.FullDeclaration; in nvfx_fragprog_prepare()
Dnvfx_vertprog.c893 fdec = &p.FullToken.FullDeclaration; in nvfx_vertprog_prepare()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c218 struct tgsi_full_declaration *decl = &c->token->FullDeclaration; in ttn_emit_declaration()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_tgsi.c578 const struct tgsi_full_declaration *decl = &ctx.FullToken.FullDeclaration; in etna_compile_pass_check_usage()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c3736 ret = svga_translate_decl_sm30( emit, &parse.FullToken.FullDeclaration ); in svga_shader_emit_instructions()
Dsvga_tgsi_vgpu10.c10702 ret = emit_vgpu10_declaration(emit, &parse.FullToken.FullDeclaration); in emit_vgpu10_instructions()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1125 scanDeclaration(&parse.FullToken.FullDeclaration); in scanSource()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1059 struct tgsi_full_declaration *d = &ctx->parse.FullToken.FullDeclaration; in tgsi_declaration()
1325 struct tgsi_full_declaration *d = &parse.FullToken.FullDeclaration; in allocate_system_value_inputs()