Searched refs:projected (Results 1 - 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
H A Dnine_ff.h68 uint16_t projected = 0; local
105 projected |= (dim-1) << (2 * s);
107 return projected;
H A Dpixelshader9.h72 uint16_t projected; local
101 projected = nine_ff_get_projected_key(context);
102 key |= ((uint64_t) projected) << 48;
H A Dpixelshader9.c62 info.projected = 0;
171 info.projected = (key >> 48) & 0xffff;
H A Dnine_shader.h69 uint16_t projected; /* ps 1.1 to 1.3 */ member in struct:nine_shader_info
H A Dnine_ff.c111 uint32_t projected : 16; member in struct:nine_ff_ps_key::__anon15626::__anon15627
1434 if (key->projected & (3 << (s *2))) {
1435 unsigned dim = 1 + ((key->projected >> (2 * s)) & 3);
1819 key.projected = nine_ff_get_projected_key(context);
H A Dnine_shader.c759 unsigned dim = 1 + ((tx->info->projected >> (2 * idx)) & 3);
776 unsigned dim = 1 + ((tx->info->projected >> (2 * idx)) & 3);
/external/mesa3d/src/compiler/nir/
H A Dnir_lower_tex.c65 nir_ssa_def *projected = nir_fmul(b, unprojected, inv_proj); local
67 /* Array indices don't get projected, so make an new vector with the
73 projected = nir_vec4(b,
74 nir_channel(b, projected, 0),
75 nir_channel(b, projected, 1),
76 nir_channel(b, projected, 2),
80 projected = nir_vec3(b,
81 nir_channel(b, projected, 0),
82 nir_channel(b, projected, 1),
86 projected
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fRasterizationTests.cpp1680 // line interpolation weights are otherwise correct, but they are projected onto major axis
1682 << "Interpolation was calculated using coordinates projected onto major axis. "
1685 m_result.addResult(QP_TEST_RESULT_QUALITY_WARNING, "Interpolation was calculated using projected coordinateds");
1852 fillRules->addChild(new FillRuleCase(m_context, "projected", "Verify fill rules", FillRuleCase::FILLRULECASE_PROJECTED));
1924 // .projected
1926 tcu::TestCaseGroup* const projected = new tcu::TestCaseGroup(m_testCtx, "projected", "Projective interpolation");
1928 interpolation->addChild(projected);
1930 projected->addChild(new TriangleInterpolationTest (m_context, "triangles", "Verify triangle interpolation", GL_TRIANGLES, INTERPOLATIONFLAGS_PROJECTED));
1931 projected
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fRasterizationTests.cpp2030 // line interpolation weights are otherwise correct, but they are projected onto major axis
2032 << "Interpolation was calculated using coordinates projected onto major axis. "
2035 m_result.addResult(QP_TEST_RESULT_QUALITY_WARNING, "Interpolation was calculated using projected coordinateds");
2234 fillRules->addChild(new FillRuleCase(m_context, "projected", "Verify fill rules", FillRuleCase::FILLRULECASE_PROJECTED));
2306 // .projected
2308 tcu::TestCaseGroup* const projected = new tcu::TestCaseGroup(m_testCtx, "projected", "Projective interpolation");
2310 interpolation->addChild(projected);
2312 projected->addChild(new TriangleInterpolationTest (m_context, "triangles", "Verify triangle interpolation", GL_TRIANGLES, INTERPOLATIONFLAGS_PROJECTED));
2313 projected
[all...]
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp2831 fillRules->addChild(new FillRuleTestCase(testCtx, "projected", "Verify fill rules", FillRuleTestInstance::FILLRULECASE_PROJECTED));
2915 // .projected
2917 tcu::TestCaseGroup* const projected = new tcu::TestCaseGroup(testCtx, "projected", "Projective interpolation");
2919 interpolation->addChild(projected);
2921 projected->addChild(new TriangleInterpolationTestCase (testCtx, "triangles", "Verify triangle interpolation", VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, INTERPOLATIONFLAGS_PROJECTED));
2922 projected->addChild(new TriangleInterpolationTestCase (testCtx, "triangle_strip", "Verify triangle strip interpolation", VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP, INTERPOLATIONFLAGS_PROJECTED));
2923 projected->addChild(new TriangleInterpolationTestCase (testCtx, "triangle_fan", "Verify triangle fan interpolation", VK_PRIMITIVE_TOPOLOGY_TRIANGLE_FAN, INTERPOLATIONFLAGS_PROJECTED));
2924 projected->addChild(new LineInterpolationTestCase (testCtx, "lines", "Verify line interpolation", VK_PRIMITIVE_TOPOLOGY_LINE_LIST, INTERPOLATIONFLAGS_PROJECTED, PRIMITIVEWIDENESS_NARROW));
2925 projected
[all...]

Completed in 389 milliseconds