Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cPipelineStatisticsQueryTests.hpp183 glw::GLuint result_uint; member
199 result_uint = UINT_MAX; in _test_execution_result()
Dgl4cPipelineStatisticsQueryTests.cpp416 glw::GLuint result_uint = UINT_MAX; in executeQuery() local
431 offset_uint = &result_uint; in executeQuery()
555 result_uint = *(glw::GLuint*)(bo_data_ptr + (int)(deIntptr)offset_uint); in executeQuery()
577 out_result->result_qo_uint = result_uint; in executeQuery()
584 out_result->result_uint = result_uint; in executeQuery()
1253 (glw::GLuint64)run_result.result_uint == expected_value) || in verifyResultValues()
1255 (glw::GLuint64)run_result.result_uint >= expected_value)) in verifyResultValues()
1328 …run_result.result_uint, "non-QO BO uint32", n_expected_values, expected_values, query_type, draw_c… in verifyResultValues()
1339 …run_result.result_uint, "non-QO BO uint64", n_expected_values, expected_values, query_type, draw_c… in verifyResultValues()
Dgl4cTextureViewTests.cpp6599 unsigned int* result_uint = (unsigned int*)result; in getComponentDataForByteAlignedInternalformat() local
6695 result_uint[n_component] = *(unsigned char*)data; in getComponentDataForByteAlignedInternalformat()
6698 result_uint[n_component] = *(unsigned short*)data; in getComponentDataForByteAlignedInternalformat()
6701 result_uint[n_component] = *(unsigned int*)data; in getComponentDataForByteAlignedInternalformat()