Searched refs:FullDeclaration (Results 1 – 24 of 24) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_iterate.c | 59 if (!ctx->iterate_declaration( ctx, &parse.FullToken.FullDeclaration )) in tgsi_iterate_shader()
|
D | tgsi_parse.h | 102 struct tgsi_full_declaration FullDeclaration; member
|
D | tgsi_transform.c | 241 = &parse.FullToken.FullDeclaration; in tgsi_transform_shader()
|
D | tgsi_parse.c | 109 struct tgsi_full_declaration *decl = &ctx->FullToken.FullDeclaration; in tgsi_parse_token()
|
D | tgsi_scan.c | 906 scan_declaration(info, &parse.FullToken.FullDeclaration); in tgsi_scan_shader() 971 struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration; in tgsi_scan_arrays()
|
D | tgsi_exec.c | 1194 if (parse.FullToken.FullDeclaration.Declaration.File == TGSI_FILE_OUTPUT) in tgsi_exec_machine_bind_shader() 1195 … mach->NumOutputs = MAX2(mach->NumOutputs, parse.FullToken.FullDeclaration.Range.Last + 1); in tgsi_exec_machine_bind_shader() 1196 else if (parse.FullToken.FullDeclaration.Declaration.File == TGSI_FILE_SYSTEM_VALUE) { in tgsi_exec_machine_bind_shader() 1197 const struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration; in tgsi_exec_machine_bind_shader() 1202 &parse.FullToken.FullDeclaration, in tgsi_exec_machine_bind_shader()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_iterate.c | 59 if (!ctx->iterate_declaration( ctx, &parse.FullToken.FullDeclaration )) in tgsi_iterate_shader()
|
D | tgsi_parse.h | 102 struct tgsi_full_declaration FullDeclaration; member
|
D | tgsi_transform.c | 179 = &parse.FullToken.FullDeclaration; in tgsi_transform_shader()
|
D | tgsi_parse.c | 109 struct tgsi_full_declaration *decl = &ctx->FullToken.FullDeclaration; in tgsi_parse_token()
|
D | tgsi_scan.c | 240 = &parse.FullToken.FullDeclaration; in tgsi_scan_shader()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_translate.c | 976 if (token->FullDeclaration.Declaration.File in i915_translate_token() 979 for (i = token->FullDeclaration.Range.First; in i915_translate_token() 980 i <= MIN2(token->FullDeclaration.Range.Last, I915_MAX_CONSTANT - 1); in i915_translate_token() 987 else if (token->FullDeclaration.Declaration.File in i915_translate_token() 990 for (i = token->FullDeclaration.Range.First; in i915_translate_token() 991 i <= token->FullDeclaration.Range.Last; in i915_translate_token()
|
D | i915_fpc.h | 310 struct tgsi_full_declaration FullDeclaration; member
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.c | 533 bld_base->emit_declaration(bld_base, &parse.FullToken.FullDeclaration); in lp_build_tgsi_llvm()
|
D | lp_bld_tgsi_info.c | 556 struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration; in lp_build_tgsi_info()
|
D | lp_bld_tgsi_aos.c | 914 lp_emit_declaration_aos(&bld, &parse.FullToken.FullDeclaration); in lp_build_tgsi_aos()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 984 fdec = &p.FullToken.FullDeclaration; in nvfx_fragprog_prepare() 1028 fdec = &p.FullToken.FullDeclaration; in nvfx_fragprog_prepare()
|
D | nvfx_vertprog.c | 892 fdec = &p.FullToken.FullDeclaration; in nvfx_vertprog_prepare()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_tgsi.c | 578 const struct tgsi_full_declaration *decl = &ctx.FullToken.FullDeclaration; in etna_compile_pass_check_usage()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 217 struct tgsi_full_declaration *decl = &c->token->FullDeclaration; in ttn_emit_declaration()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 3738 ret = svga_translate_decl_sm30( emit, &parse.FullToken.FullDeclaration ); in svga_shader_emit_instructions()
|
D | svga_tgsi_vgpu10.c | 10647 ret = emit_vgpu10_declaration(emit, &parse.FullToken.FullDeclaration); in emit_vgpu10_instructions()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1120 scanDeclaration(&parse.FullToken.FullDeclaration); in scanSource()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 1054 struct tgsi_full_declaration *d = &ctx->parse.FullToken.FullDeclaration; in tgsi_declaration() 1320 struct tgsi_full_declaration *d = &parse.FullToken.FullDeclaration; in allocate_system_value_inputs()
|