Searched refs:local_size_z (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.cpp602 ss << NL "layout(local_size_x = " << x << ", local_size_y = " << y << ", local_size_z = " << z
613 bool RunIteration(int local_size_x, int local_size_y, int local_size_z, GLuint binding, bool dispatch_indirect) argument
617 m_program = CreateComputeProgram(GenSource(local_size_x, local_size_y, local_size_z, binding));
624 if (v[0] != local_size_x || v[1] != local_size_y || v[2] != local_size_z)
628 << ") should be (" << local_size_x << " " << local_size_y << " " << local_size_z << ")"
633 const int kSize = local_size_x * local_size_y * local_size_z;
663 for (int z = 0; z < local_size_z; ++z)
757 << ", local_size_z = " << local_size.z() << ") in;" NL "const uvec3 kGlobalSize = uvec3(" << global_size.x()
945 << ", local_size_z = " << local_size.z() << ") in;" NL "const uvec3 kGlobalSize = uvec3(" << global_size.x()
1125 << ", local_size_z
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cComputeShaderTests.cpp593 ss << NL "layout(local_size_x = " << x << ", local_size_y = " << y << ", local_size_z = " << z
604 bool RunIteration(int local_size_x, int local_size_y, int local_size_z, GLuint binding, bool dispatch_indirect) argument
608 m_program = CreateComputeProgram(GenSource(local_size_x, local_size_y, local_size_z, binding));
615 if (v[0] != local_size_x || v[1] != local_size_y || v[2] != local_size_z)
619 << ") should be (" << local_size_x << " " << local_size_y << " " << local_size_z << ")"
624 const int kSize = local_size_x * local_size_y * local_size_z;
655 for (int z = 0; z < local_size_z; ++z)
749 << ", local_size_z = " << local_size.z() << ") in;" NL "const uvec3 kGlobalSize = uvec3(" << global_size.x()
944 << ", local_size_z = " << local_size.z() << ") in;" NL "const uvec3 kGlobalSize = uvec3(" << global_size.x()
1176 << ", local_size_z
[all...]

Completed in 176 milliseconds