Home
last modified time | relevance | path

Searched refs:wCoord (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp64 static void renderReference (const SurfaceAccess& dst, const float coords[4*3], const Vec4& wCoord, const Vec3& scale, const Vec3& bias) in renderReference() argument
72 tcu::Vec3 triW[2] = { wCoord.swizzle(0, 1, 2), wCoord.swizzle(3, 2, 1) }; in renderReference()
202 Vec4 wCoord = m_projective ? Vec4(1.3f, 0.8f, 0.6f, 2.0f) : Vec4(1.0f, 1.0f, 1.0f, 1.0f); in iterate() local
205 -1.0f*wCoord.x(), -1.0f*wCoord.x(), 0.0f, wCoord.x(), in iterate()
206 -1.0f*wCoord.y(), +1.0f*wCoord.y(), 0.0f, wCoord in iterate()
264 renderReference(SurfaceAccess(reference, m_context.getRenderTarget().getPixelFormat()), coords, wCoord, scale, bias); iterate() local
[all...]
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp66 static void renderReference (const SurfaceAccess& dst, const float coords[4*3], const Vec4& wCoord, const Vec3& scale, const Vec3& bias) in renderReference() argument
74 tcu::Vec3 triW[2] = { wCoord.swizzle(0, 1, 2), wCoord.swizzle(3, 2, 1) }; in renderReference()
208 Vec4 wCoord = m_projective ? Vec4(1.3f, 0.8f, 0.6f, 2.0f) : Vec4(1.0f, 1.0f, 1.0f, 1.0f); in iterate() local
211 -1.0f*wCoord.x(), -1.0f*wCoord.x(), 0.0f, wCoord.x(), in iterate()
212 -1.0f*wCoord.y(), +1.0f*wCoord.y(), 0.0f, wCoord in iterate()
270 renderReference(SurfaceAccess(reference, m_context.getRenderTarget().getPixelFormat()), coords, wCoord, scale, bias); iterate() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureTestUtil.cpp310 tcu::Vec4 wCoord = params.flags & RenderParams::PROJECTED ? params.w : tcu::Vec4(1.0f); in renderQuad() local
317 -1.0f*wCoord.x(), -1.0f*wCoord.x(), 0.0f, wCoord.x(), in renderQuad()
318 -1.0f*wCoord.y(), +1.0f*wCoord.y(), 0.0f, wCoord.y(), in renderQuad()
319 +1.0f*wCoord.z(), -1.0f*wCoord.z(), 0.0f, wCoord in renderQuad()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp1196 tcu::Vec4 wCoord = params.flags & RenderParams::PROJECTED ? params.w : tcu::Vec4(1.0f); in renderQuad() local
1204 positions[0]*wCoord.x(), positions[1]*wCoord.x(), positions[2], positions[3]*wCoord.x(), in renderQuad()
1205 positions[4]*wCoord.y(), positions[5]*wCoord.y(), positions[6], positions[7]*wCoord.y(), in renderQuad()
1206 positions[8]*wCoord.z(), positions[9]*wCoord.z(), positions[10], positions[11]*wCoord in renderQuad()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTestUtil.cpp1229 tcu::Vec4 wCoord = params.flags & RenderParams::PROJECTED ? params.w : tcu::Vec4(1.0f); in renderQuad() local
1237 positions[0]*wCoord.x(), positions[1]*wCoord.x(), positions[2], positions[3]*wCoord.x(), in renderQuad()
1238 positions[4]*wCoord.y(), positions[5]*wCoord.y(), positions[6], positions[7]*wCoord.y(), in renderQuad()
1239 positions[8]*wCoord.z(), positions[9]*wCoord.z(), positions[10], positions[11]*wCoord in renderQuad()
[all...]

Completed in 8 milliseconds