/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderQuads.hpp | 86 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 …]
|
D | esextcTessellationShaderTCTE.hpp | 124 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 …]
|
D | esextcTessellationShaderTriangles.hpp | 155 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 …]
|
D | esextcTessellationShaderTessellation.hpp | 104 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 …]
|
D | esextcTessellationShaderPoints.hpp | 192 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
|
D | esextcTessellationShaderVertexSpacing.hpp | 88 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
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLinking.hpp | 86 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 …]
|
D | esextcGeometryShaderAPI.hpp | 262 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/ |
D | frontend_wrappers.py | 93 def _run(self, call, **dargs): function 171 def _run(self, call, **dargs): function
|
/external/tensorflow/tensorflow/python/platform/ |
D | app.py | 23 from absl.app import run as _run unknown
|
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/ |
D | map_defun_benchmark.py | 34 def _run(self, op, name=None, num_iters=3000): member in MapDefunBenchmark
|
/external/tensorflow/tensorflow/lite/toco/python/ |
D | toco_from_protos_test.py | 37 def _run(self, sess, in_tensor, out_tensor, should_succeed): member in TocoFromProtosTest
|
/external/perfetto/ui/src/controller/ |
D | controller_unittest.ts | 22 const _run = jest.fn(); constant
|
/external/python/cpython3/Tools/c-analyzer/c_analyzer/symbols/ |
D | _nm.py | 48 _run=util.run_cmd, argument
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_check.py | 21 def _run(self, metadata=None, **options): member in CheckTestCase
|
/external/autotest/utils/ |
D | parallel.py | 47 def _run(self, function): member in ParallelExecute
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | reduce_benchmark_test.py | 41 def _run(self, func, num_iters): member in ReduceBenchmarks
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_check.py | 24 def _run(self, metadata=None, cwd=None, **options): member in CheckTestCase
|
/external/skia/infra/bots/recipes/ |
D | skpbench.py | 30 def _run(api, title, *cmd, **kwargs): function
|
/external/skqp/infra/bots/recipes/ |
D | skpbench.py | 29 def _run(api, title, *cmd, **kwargs): function
|
/external/tensorflow/tensorflow/python/training/ |
D | sync_replicas_optimizer_test.py | 89 def _run(self, train_op, sess): member in SyncReplicasOptimizerTest
|
/external/emma/core/java12/com/vladium/emma/ |
D | Processor.java | 98 protected abstract void _run (IProperties toolProperties); in _run() method in Processor
|
/external/autotest/site_utils/ |
D | rpc_logserver.py | 62 def _run(server_started, port, log_handler): member in LogServer
|
/external/oss-fuzz/infra/base-images/base-runner/ |
D | dataflow_tracer.py | 59 def _run(cmd, timeout=None): function
|
/external/tensorflow/tensorflow/lite/python/ |
D | tflite_convert_test.py | 54 def _run(self, member in TestModels 109 def _run(self, member in TfLiteConvertV1Test
|