OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Geom
(Results
1 - 8
of
8
) sorted by null
/external/ltp/testcases/kernel/fs/fs_maim/
maimparts
51
$
Geom
= `/sbin/sfdisk -g /dev/$target`;
52
chomp $
Geom
;
53
($Junk,$Temp1) = split(/\: /,$
Geom
,2);
/external/mesa3d/src/mesa/main/
shaderobj.c
93
shader->info.
Geom
.VerticesOut = -1;
94
shader->info.
Geom
.InputType = GL_TRIANGLES;
95
shader->info.
Geom
.OutputType = GL_TRIANGLE_STRIP;
282
prog->
Geom
.UsesEndPrimitive = false;
283
prog->
Geom
.UsesStreams = false;
shaderapi.c
724
info.
Geom
.VerticesOut;
732
info.
Geom
.Invocations;
740
info.
Geom
.InputType;
748
info.
Geom
.OutputType;
[
all
...]
api_validate.c
404
_LinkedShaders[MESA_SHADER_GEOMETRY]->info.
Geom
.InputType;
512
info.
Geom
.OutputType) {
[
all
...]
mtypes.h
[
all
...]
/external/mesa3d/src/compiler/glsl/
linker.cpp
737
* Also sets prog->
Geom
.VerticesIn, and prog->
Geom
.ClipDistanceArraySize and
738
* prog->
Geom
.CullDistanceArraySize as a side effect.
750
unsigned num_vertices = vertices_per_prim(shader->info.
Geom
.InputType);
751
prog->
Geom
.VerticesIn = num_vertices;
754
&prog->
Geom
.ClipDistanceArraySize,
755
&prog->
Geom
.CullDistanceArraySize);
778
prog->
Geom
.UsesStreams = emit_vertex.uses_streams();
779
prog->
Geom
.UsesEndPrimitive = emit_vertex.uses_end_primitive();
801
* does. Currently we only set prog->
Geom
.UsesStreams to TRUE whe
[
all
...]
glsl_parser_extras.cpp
[
all
...]
link_varyings.cpp
[
all
...]
Completed in 381 milliseconds