Home
last modified time | relevance | path

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

/external/virglrenderer/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.c202 = &parse.FullToken.FullProperty; in tgsi_transform_shader()
Dtgsi_parse.c251 struct tgsi_full_property *prop = &ctx->FullToken.FullProperty; in tgsi_parse_token()
Dtgsi_scan.c429 = &parse.FullToken.FullProperty; in tgsi_scan_shader()
/external/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.c221 = &parse.FullToken.FullProperty; in tgsi_transform_shader()
Dtgsi_parse.c249 struct tgsi_full_property *prop = &ctx->FullToken.FullProperty; in tgsi_parse_token()
Dtgsi_scan.c863 scan_property(info, &parse.FullToken.FullProperty); in tgsi_scan_shader()
Dtgsi_exec.c1257 … if (parse.FullToken.FullProperty.Property.PropertyName == TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES) { in tgsi_exec_machine_bind_shader()
1258 mach->MaxOutputVertices = parse.FullToken.FullProperty.u[0].Data; in tgsi_exec_machine_bind_shader()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h313 struct tgsi_full_property FullProperty; member
Di915_fpc_translate.c971 assert(token->FullProperty.Property.PropertyName == in i915_translate_token()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1174 scanProperty(&parse.FullToken.FullProperty); in scanSource()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c6356 ret = emit_vgpu10_property(emit, &parse.FullToken.FullProperty); in emit_vgpu10_instructions()