Home
last modified time | relevance | path

Searched refs:FullDeclaration (Results 1 - 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c859 if (token->FullDeclaration.Declaration.File == TGSI_FILE_CONSTANT) { in i915_translate_token()
860 if (token->FullDeclaration.Range.Last >= I915_MAX_CONSTANT) { in i915_translate_token()
865 for (i = token->FullDeclaration.Range.First; in i915_translate_token()
866 i <= token->FullDeclaration.Range.Last; i++) { in i915_translate_token()
871 } else if (token->FullDeclaration.Declaration.File == in i915_translate_token()
873 if (token->FullDeclaration.Range.Last >= I915_MAX_TEMPORARY) { in i915_translate_token()
878 for (i = token->FullDeclaration.Range.First; in i915_translate_token()
879 i <= token->FullDeclaration.Range.Last; i++) { in i915_translate_token()
H A Di915_fpc.h273 struct tgsi_full_declaration FullDeclaration; member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_iterate.c59 if (!ctx->iterate_declaration( ctx, &parse.FullToken.FullDeclaration )) in tgsi_iterate_shader()
H A Dtgsi_parse.h102 struct tgsi_full_declaration FullDeclaration; member
H A Dtgsi_transform.c291 = &parse.FullToken.FullDeclaration; in tgsi_transform_shader()
H A Dtgsi_parse.c109 struct tgsi_full_declaration *decl = &ctx->FullToken.FullDeclaration; in tgsi_parse_token()
H A Dtgsi_scan.c907 scan_declaration(info, &parse.FullToken.FullDeclaration); in tgsi_scan_shader()
972 struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration; in tgsi_scan_arrays()
H A Dtgsi_exec.c1133 if (parse.FullToken.FullDeclaration.Declaration.File == TGSI_FILE_OUTPUT) in tgsi_exec_machine_bind_shader()
1134 mach->NumOutputs = MAX2(mach->NumOutputs, parse.FullToken.FullDeclaration.Range.Last + 1); in tgsi_exec_machine_bind_shader()
1135 else if (parse.FullToken.FullDeclaration.Declaration.File == TGSI_FILE_SYSTEM_VALUE) { in tgsi_exec_machine_bind_shader()
1136 const struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration; in tgsi_exec_machine_bind_shader()
1141 &parse.FullToken.FullDeclaration, in tgsi_exec_machine_bind_shader()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c532 bld_base->emit_declaration(bld_base, &parse.FullToken.FullDeclaration); in lp_build_tgsi_llvm()
H A Dlp_bld_tgsi_info.c558 struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration; in lp_build_tgsi_info()
H A Dlp_bld_tgsi_aos.c915 lp_emit_declaration_aos(&bld, &parse.FullToken.FullDeclaration); in lp_build_tgsi_aos()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c984 fdec = &p.FullToken.FullDeclaration; in nvfx_fragprog_prepare()
1028 fdec = &p.FullToken.FullDeclaration; in nvfx_fragprog_prepare()
H A Dnvfx_vertprog.c893 fdec = &p.FullToken.FullDeclaration; in nvfx_vertprog_prepare()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c219 struct tgsi_full_declaration *decl = &c->token->FullDeclaration; in ttn_emit_declaration()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c3808 ret = svga_translate_decl_sm30( emit, &parse.FullToken.FullDeclaration ); in svga_shader_emit_instructions()
H A Dsvga_tgsi_vgpu10.c12491 ret = emit_vgpu10_declaration(emit, &parse.FullToken.FullDeclaration); in emit_vgpu10_instructions()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1125 scanDeclaration(&parse.FullToken.FullDeclaration); in scanSource()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1080 struct tgsi_full_declaration *d = &ctx->parse.FullToken.FullDeclaration; in tgsi_declaration()
1339 struct tgsi_full_declaration *d = &parse.FullToken.FullDeclaration; in allocate_system_value_inputs()

Completed in 62 milliseconds