Searched refs:datai (Results 1 - 4 of 4) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_decompress_symbolic.cpp | 84 vint4 datai = select(color_unorm, color_lns, lns_mask); in decode_texel() local 85 return float16_to_float(datai); in decode_texel()
|
H A D | astcenc_entry.cpp | 1381 vint4 datai = select(color_unorm, color_lns, hdr_mask); in astcenc_get_block_info() 1382 store(float16_to_float(datai), info->color_endpoints[i][j]); in astcenc_get_block_info()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cVertexAttribBindingTests.cpp | 1573 IVec4 datai[32]; in Run() local 1574 glGetBufferSubData(GL_TRANSFORM_FEEDBACK_BUFFER, 0 * 16 * 8, 16 * 8, &datai[0]); in Run() 1575 glGetBufferSubData(GL_TRANSFORM_FEEDBACK_BUFFER, 2 * 16 * 8, 16 * 8, &datai[8]); in Run() 1576 glGetBufferSubData(GL_TRANSFORM_FEEDBACK_BUFFER, 4 * 16 * 8, 16 * 8, &datai[16]); in Run() 1577 glGetBufferSubData(GL_TRANSFORM_FEEDBACK_BUFFER, 6 * 16 * 8, 16 * 8, &datai[24]); in Run() 1586 if (!IsEqual(expected_datai[i], datai[i])) in Run() 1589 << tcu::TestLog::Message << "Datai is: " << datai[i][0] << " " << datai[i][1] << " " << datai[i][2] in Run() 1590 << " " << datai[ in Run() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cVertexAttribBindingTests.cpp | 1567 IVec4* datai = static_cast<IVec4*>(data); in Run() local 1573 if (!IsEqual(expected_datai[i * 8 + j], datai[i * 15 + j])) in Run() 1576 << tcu::TestLog::Message << "Datai is: " << datai[i * 15 + j][0] << " " << datai[i * 15 + j][1] in Run() 1577 << " " << datai[i * 15 + j][2] << " " << datai[i * 15 + j][3] in Run()
|
Completed in 13 milliseconds