Home
last modified time | relevance | path

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

123

/external/deqp/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() function
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() function
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 …]
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() function
109 } _run; typedef in glcts::TessellationShaderVertexSpacing
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() argument
207 } _run; typedef in glcts::TessellationShaderPointsVerification
/external/deqp/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() argument
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
/external/autotest/server/cros/dynamic_suite/
Dfrontend_wrappers.py93 def _run(self, call, **dargs): function
171 def _run(self, call, **dargs): function
/external/tensorflow/tensorflow/contrib/lite/toco/python/
Dtoco_from_protos_test.py37 def _run(self, sess, in_tensor, out_tensor, should_succeed): member in TocoFromProtosTest
/external/expat/
Dcoverage.sh95 _run() { function
/external/autotest/client/site_tests/kernel_Bootcache/
Dkernel_Bootcache.py24 def _run(self, cmd, args): member in kernel_Bootcache
/external/python/cpython2/Lib/distutils/tests/
Dtest_check.py15 def _run(self, metadata=None, **options): member in CheckTestCase
/external/autotest/utils/
Dparallel.py47 def _run(self, function): member in ParallelExecute
/external/python/cpython3/Lib/distutils/tests/
Dtest_check.py20 def _run(self, metadata=None, **options): member in CheckTestCase
/external/tensorflow/tensorflow/contrib/opt/python/training/
Dmodel_average_optimizer_test.py113 def _run(self, train_op, sess): member in ModelAverageOptimizerTest
Ddrop_stale_gradient_optimizer_test.py114 def _run(self, train_op, sess): member in DropStaleGradientOptimizerTest
Delastic_average_optimizer_test.py111 def _run(self, train_op, sess): member in ElasticAverageOptimizerTest
/external/autotest/site_utils/
Dmetadata_reporter.py82 def _run(): function
Drpc_logserver.py58 def _run(server_started, port, log_handler): member in LogServer
/external/skia/infra/bots/recipes/
Dskpbench.py30 def _run(api, title, *cmd, **kwargs): function
/external/skqp/infra/bots/recipes/
Dskpbench.py30 def _run(api, title, *cmd, **kwargs): function
/external/tensorflow/tensorflow/python/training/
Dsync_replicas_optimizer_test.py87 def _run(self, train_op, sess): member in SyncReplicasOptimizerTest
/external/emma/core/java12/com/vladium/emma/
DProcessor.java98 protected abstract void _run (IProperties toolProperties); in _run() method in Processor
/external/autotest/client/common_lib/cros/cfm/usb/
Dusb_port_manager.py82 def _run(self, command): member in UsbPortManager

123