Home
last modified time | relevance | path

Searched refs:m_output (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp333 T m_output[2]; member
338 m_output[0] = output0; in Expected()
339 m_output[1] = output1; in Expected()
345 && deMemCmp((const void*)&m_output[0], (const void*)&output0, sizeof(output0)) == 0 in compare()
346 && deMemCmp((const void*)&m_output[1], (const void*)&output1, sizeof(output1)) == 0); in compare()
457 T m_output[2]; member
462 m_output[0] = output0; in Expected()
463 m_output[1] = output1; in Expected()
469 nanSafeSloppyEquals(m_output[0], output0) && in compare()
470 nanSafeSloppyEquals(m_output[1], output1); in compare()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp333 T m_output[2]; member
338 m_output[0] = output0; in Expected()
339 m_output[1] = output1; in Expected()
345 && deMemCmp((const void*)&m_output[0], (const void*)&output0, sizeof(output0)) == 0 in compare()
346 && deMemCmp((const void*)&m_output[1], (const void*)&output1, sizeof(output1)) == 0); in compare()
457 T m_output[2]; member
462 m_output[0] = output0; in Expected()
463 m_output[1] = output1; in Expected()
469 nanSafeSloppyEquals(m_output[0], output0) && in compare()
470 nanSafeSloppyEquals(m_output[1], output1); in compare()
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_debug.h90 m_output << text;
113 std::ostream m_output; variable
Dsfn_debug.cpp85 m_output(&m_buf) in SfnLog()
100 m_output << f; in operator <<()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fGeometryShaderTests.cpp5485 const PrimitiveType m_output; member in deqp::gles31::Functional::__anon539d9a790111::VertexFeedbackCase
5499 , m_output (output) in VertexFeedbackCase()
5543 switch (m_output) in init()
5809 switch(m_output) in getOutputPrimitive()
5824 switch(m_output) in getBasePrimitive()