Home
last modified time | relevance | path

Searched refs:result_uint (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cPipelineStatisticsQueryTests.hpp183 glw::GLuint result_uint; member
199 result_uint = UINT_MAX; in _test_execution_result()
H A Dgl4cPipelineStatisticsQueryTests.cpp433 glw::GLuint result_uint = UINT_MAX; in executeQuery() local
448 offset_uint = &result_uint; in executeQuery()
572 result_uint = *(glw::GLuint*)(bo_data_ptr + (int)(deIntptr)offset_uint); in executeQuery()
594 out_result->result_qo_uint = result_uint; in executeQuery()
601 out_result->result_uint = result_uint; in executeQuery()
1270 (glw::GLuint64)run_result.result_uint == expected_value) || in verifyResultValues()
1272 (glw::GLuint64)run_result.result_uint >= expected_value)) in verifyResultValues()
1345 run_result.result_uint, "non-QO BO uint32", n_expected_values, expected_values, query_type, draw_call_name, in verifyResultValues()
1356 run_result.result_uint, "no in verifyResultValues()
[all...]
H A Dgl4cTextureViewTests.cpp6597 unsigned int* result_uint = (unsigned int*)result; in getComponentDataForByteAlignedInternalformat() local
6693 result_uint[n_component] = *(unsigned char*)data; in getComponentDataForByteAlignedInternalformat()
6696 result_uint[n_component] = *(unsigned short*)data; in getComponentDataForByteAlignedInternalformat()
6699 result_uint[n_component] = *(unsigned int*)data; in getComponentDataForByteAlignedInternalformat()

Completed in 21 milliseconds