Searched defs:_test_case (Results 1 – 5 of 5) sorted by relevance
83 typedef struct _test_case struct in glcts::DrawElementsBaseVertexTestBase85 glw::GLint basevertex; /* Tells the value of <basevertex> argument for the tested87 _function_type function_type; /* Tells the type of the basevertex draw call that should89 const glw::GLuint* index_offset; /* Tells the value of <indices> argument for both basevertex91 glw::GLenum index_type; /* GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT or GL_UNSIGNED_INT */92 glw::GLuint range_start; /* The range start for DrawRangeElements */93 glw::GLuint range_end; /* The range end for DrawRangeElements */94 …::GLsizei multi_draw_call_count_array[3]; /* an array of three elements storing "count" arguments97 …GLuint* multi_draw_call_indices_array[3]; /* an array of three elements holding "indices" arguments100 glw::GLenum primitive_mode; /* Tells the primitive type that should be used for both[all …]
1047 struct _test_case struct in gl4cts::GPUShaderFP64Test51049 _test_case_type type;1051 Utils::_variable_type src_type;1052 Utils::_variable_type dst_type;1054 std::string shader_body;1139 struct _test_case struct in gl4cts::GPUShaderFP64Test61141 unsigned int src_array_size;1142 Utils::_variable_type src_type;1143 Utils::_variable_type dst_type;1145 bool wrap_dst_type_in_structure;[all …]
364 typedef struct _test_case struct in gl4cts::CopyOpsBufferStorageTestCase366 glw::GLint dst_bo_commit_size;367 glw::GLint dst_bo_commit_start_offset;368 glw::GLuint dst_bo_sparse_id;369 bool dst_bo_is_sparse;370 unsigned short* dst_bo_ref_data;371 glw::GLint dst_bo_start_offset;373 glw::GLint n_bytes_to_copy;375 glw::GLint src_bo_commit_size;376 glw::GLint src_bo_commit_start_offset;[all …]
354 struct _test_case struct in gl4cts::ShaderSubroutine::FunctionalTest1_2356 unsigned int array_size;357 Utils::_variable_type variable_type;851 enum _test_case enum in gl4cts::ShaderSubroutine::FunctionalTest161152 enum _test_case enum in gl4cts::ShaderSubroutine::NegativeTest41309 enum _test_case enum in gl4cts::ShaderSubroutine::NegativeTest91349 struct _test_case struct in gl4cts::ShaderSubroutine::NegativeTest101351 std::string name;1353 std::string fs_body;1354 std::string gs_body;[all …]
42 def _test_case(raw_test_case: unit_test_pb2.TestCaseDescriptor) -> TestCase: function