Home
last modified time | relevance | path

Searched defs:_run (Results 1 – 25 of 26) sorted by relevance

12

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderQuads.hpp86 typedef struct _run struct in glcts::TessellationShaderQuadsDegenerateCase
88 float inner[2];
89 float outer[4];
90 _tessellation_shader_vertex_spacing vertex_spacing;
92 std::vector<char> data;
93 unsigned int n_vertices;
95 _run() in _run() argument
103 } _run; typedef in glcts::TessellationShaderQuadsDegenerateCase
165 typedef struct _run struct in glcts::TessellationShaderQuadsInnerTessellationLevelRounding
167 float set1_inner[2];
[all …]
DesextcTessellationShaderTCTE.hpp124 typedef struct _run struct in glcts::TessellationShaderTCTEDataPassThrough
126 glw::GLuint fs_id;
127 glw::GLuint gs_id;
128 glw::GLuint po_id;
129 glw::GLuint tcs_id;
130 glw::GLuint tes_id;
131 glw::GLuint vs_id;
133 _tessellation_primitive_mode primitive_mode;
134 unsigned int n_result_vertices_per_patch;
136 std::vector<glw::GLfloat> result_tc_pointSize_data;
[all …]
DesextcTessellationShaderTriangles.hpp155 typedef struct _run struct in glcts::TessellationShaderTrianglesIdenticalTriangles
157 float base_inner[2];
158 float base_outer[4];
159 float reference_inner[2];
160 float reference_outer[4];
162 std::vector<char> base_data;
163 std::vector<char> reference_data;
164 unsigned int n_vertices;
166 _run() in _run() argument
175 } _run; typedef in glcts::TessellationShaderTrianglesIdenticalTriangles
[all …]
DesextcTessellationShaderTessellation.hpp104 typedef struct _run struct in glcts::TessellationShaderTessellationInputPatchDiscard
106 glw::GLuint po_id;
107 _tessellation_primitive_mode primitive_mode;
108 glw::GLuint tc_id;
109 glw::GLuint te_id;
111 _run() in _run() function
118 } _run; typedef in glcts::TessellationShaderTessellationInputPatchDiscard
191 typedef struct _run struct in glcts::TessellationShaderTessellationgl_InvocationID_PatchVerticesIn_PrimitiveID
193 glw::GLuint bo_indices_id;
194 unsigned int drawcall_count_multiplier;
[all …]
DesextcTessellationShaderPoints.hpp192 typedef struct _run struct in glcts::TessellationShaderPointsVerification
194 float inner[2];
195 float outer[4];
196 _tessellation_primitive_mode primitive_mode;
197 _tessellation_shader_vertex_spacing vertex_spacing;
199 _run() in _run() function
207 } _run; typedef in glcts::TessellationShaderPointsVerification
DesextcTessellationShaderVertexSpacing.hpp88 typedef struct _run struct in glcts::TessellationShaderVertexSpacing
90 float inner[2];
91 float outer[4];
92 _tessellation_primitive_mode primitive_mode;
93 _tessellation_shader_vertex_spacing vertex_spacing;
95 std::vector<char> data;
96 float* data_cartesian; /* only used for 'triangles' case */
97 unsigned int n_vertices;
100 _run() in _run() argument
109 } _run; typedef in glcts::TessellationShaderVertexSpacing
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLinking.hpp86 typedef struct _run struct in glcts::GeometryShaderIncompleteProgramObjectsTest
88 bool use_fs;
89 bool use_gs;
90 bool use_separable_po;
92 explicit _run(bool in_use_fs, bool in_use_gs, bool in_use_separable_po) in _run() function
98 } _run; typedef in glcts::GeometryShaderIncompleteProgramObjectsTest
155 typedef struct _run struct in glcts::GeometryShaderIncompleteGSTest
157 bool is_input_primitive_type_defined;
158 bool is_max_vertices_defined;
159 bool is_output_primitive_type_defined;
[all …]
DesextcGeometryShaderAPI.hpp262 typedef struct _run struct in glcts::GeometryShaderGetProgramiv3Test
264 glw::GLenum input_primitive_type;
265 int invocations;
266 int max_vertices;
267 glw::GLenum output_primitive_type;
269 explicit _run(glw::GLenum in_input_primitive_type, int in_invocations, int in_max_vertices, in _run() function
277 } _run; typedef in glcts::GeometryShaderGetProgramiv3Test
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dthread.pyx.pxi52 def _run(*args): function
57 def _run(*args): function
/third_party/skia/third_party/externals/expat/expat/
Dcoverage.sh139 _run() { function
/third_party/flutter/skia/infra/bots/recipes/
Dskpbench.py30 def _run(api, title, *cmd, **kwargs): function
/third_party/python/Lib/distutils/tests/
Dtest_check.py24 def _run(self, metadata=None, cwd=None, **options): member in CheckTestCase
/third_party/skia/infra/bots/recipes/
Dskpbench.py31 def _run(api, title, *cmd, **kwargs): function
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dgenerators.js124 PromiseSpawn.prototype._run = function () { method in PromiseSpawn
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cCullDistanceTests.cpp540 struct _run in iterate() struct
542 const glw::GLchar* essl_token_value; in iterate()
543 glw::GLenum gl_enum; in iterate()
544 glw::GLint gl_value; in iterate()
545 glw::GLint min_value; in iterate()
546 const glw::GLchar* name; in iterate()
/third_party/skia/infra/bots/recipe_modules/flavor/
Dios.py38 def _run(self, title, *cmd, **kwargs): member in iOSFlavor
Ddefault.py115 def _run(self, title, cmd, infra_step=False, **kwargs): member in DefaultFlavor
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/
Dandroid.py78 def _run(self, title, *cmd, **kwargs): member in AndroidFlavor
Ddefault.py165 def _run(self, title, cmd, infra_step=False, **kwargs): member in DefaultFlavor
/third_party/node/benchmark/
Dcommon.js169 _run() { method in Benchmark
/third_party/python/Lib/test/test_asyncio/
Dfunctional.py230 def _run(self): member in TestThreadedServer
/third_party/grpc/src/python/grpcio_tests/tests_py3_only/interop/
Dxds_interop_client.py372 def _run(args: argparse.Namespace, methods: Sequence[str], function
/third_party/flutter/skia/infra/bots/assets/
Dasset_utils.py65 def _run(self, cmd, specify_service_url=True): member in CIPDStore
/third_party/python/Lib/test/
Dtest_threading.py441 def _run(self, other_ref, yet_another): member in ThreadTests.test_no_refcycle_through_target.RunSelfFunction
/third_party/mindspore/mindspore/_extends/graph_kernel/model/
Dgraph_split.py487 def _run(): function

12