Home
last modified time | relevance | path

Searched refs:FullProperty (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_iterate.c71 if (!ctx->iterate_property( ctx, &parse.FullToken.FullProperty )) in tgsi_iterate_shader()
Dtgsi_parse.h105 struct tgsi_full_property FullProperty; member
Dtgsi_transform.c264 = &parse.FullToken.FullProperty; in tgsi_transform_shader()
Dtgsi_parse.c253 struct tgsi_full_property *prop = &ctx->FullToken.FullProperty; in tgsi_parse_token()
Dtgsi_scan.c911 scan_property(info, &parse.FullToken.FullProperty); in tgsi_scan_shader()
Dtgsi_exec.c1208 … if (parse.FullToken.FullProperty.Property.PropertyName == TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES) { in tgsi_exec_machine_bind_shader()
1209 mach->MaxOutputVertices = parse.FullToken.FullProperty.u[0].Data; in tgsi_exec_machine_bind_shader()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h276 struct tgsi_full_property FullProperty; member
Di915_fpc_translate.c763 assert(token->FullProperty.Property.PropertyName == in i915_translate_token()
765 token->FullProperty.Property.PropertyName == in i915_translate_token()
767 token->FullProperty.Property.PropertyName == in i915_translate_token()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1132 scanProperty(&parse.FullToken.FullProperty); in scanSource()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c10739 ret = emit_vgpu10_property(emit, &parse.FullToken.FullProperty); in emit_vgpu10_instructions()