| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/ |
| H A D | serialize_tests.cpp | 127 nir_ssa_def *zero = nir_imm_zero(b, GetParam(), 32); 132 memset(fmax_alu->src[0].swizzle, GetParam() - 1, NIR_MAX_VEC_COMPONENTS); 133 memset(fmax_alu->src[1].swizzle, GetParam() - 1, NIR_MAX_VEC_COMPONENTS); 139 ASSERT_SWIZZLE_EQ(fmax_alu, fmax_alu_dup, GetParam(), 0); 140 ASSERT_SWIZZLE_EQ(fmax_alu, fmax_alu_dup, GetParam(), 1); 145 nir_ssa_def *undef = nir_ssa_undef(b, GetParam(), 32); 153 nir_ssa_def *vec = nir_vec(b, undefs, GetParam()); 155 for (int i = 0; i < GetParam(); i++) 156 vec_alu->src[i].swizzle[0] = (GetParam() - 1) - i; 171 fma->num_components = GetParam(); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| H A D | list_iterators.cpp | 52 for (size_t i = 0; i < GetParam(); i++) { 85 size_t i = GetParam() - 1; 110 size_t i = GetParam() - 1; 130 if (i == GetParam() / 2) { 137 if (GetParam() > 0) { 138 EXPECT_EQ(n->value, GetParam() / 2); 170 for (size_t i = 0; i < GetParam(); i++) { 205 if (GetParam() == 0) { 212 for (; i < GetParam() / 2; i++) { 225 size_t i = GetParam() [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/ |
| H A D | gtest-param-test.h | 64 // Inside a test, access the test parameter with the GetParam() method 66 EXPECT_TRUE(foo.Blah(GetParam())); 171 // GetParam works just the same here as if you inherit from TestWithParam. 172 EXPECT_TRUE(foo.Blah(GetParam())); 354 // external_flag = GetParam(); 399 // std::tie(external_flag_1, external_flag_2) = GetParam(); 450 // returns the value of testing::PrintToString(GetParam()).
|
| H A D | gtest.h | 1821 // the GetParam() method. 1829 // // Can use GetParam() here. 1832 // // Can use GetParam() here. 1835 // // Can use GetParam() here. 1838 // // Can use GetParam() here. 1842 // // Can use GetParam() method here. 1844 // ASSERT_TRUE(foo.DoesBar(GetParam())); 1856 static const ParamType& GetParam() { function in class:testing::WithParamInterface 1858 << "GetParam() can only be called inside a value-parameterized test "
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | charproc.c | 210 #define GetParam(n) parms.params[(n)] macro 2132 code = GetParam(item); 2136 values[n] = GetParam(item + 1 + n); 2186 return (nparam > which) ? GetParam(which) : DEFAULT; 2192 return (nparam <= 1) && (GetParam(0) == DEFAULT); 2198 int result = (nparam > which) ? GetParam(which) : default_value; 3051 if ((row = GetParam(0)) > screen->max_row) 3053 if ((col = GetParam(1)) > screen->max_col) 3668 if (GetParam(nparam - 1) > MAX_I_PARAM) 3847 if (nparam > 1 || GetParam( [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | test_eu_compact.cpp | 204 CompactParams params = GetParam();
|
| H A D | test_eu_validate.cpp | 77 struct intel_gfx_info info = GetParam();
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/ |
| H A D | dri2.h | 243 DRI2GetParamProcPtr GetParam; member in struct:__anond42734780208
|
| H A D | dri2.c | 125 DRI2GetParamProcPtr GetParam; member in struct:_DRI2Screen 1562 ds->GetParam = info->GetParam; 1716 if (ds->GetParam) 1717 return ds->GetParam(client, drawable, param,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/tests/ |
| H A D | virgl_staging_mgr_test.cpp | 151 VirglStagingMgrWithAlignment() : alignment(GetParam()) {}
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/osmesa/ |
| H A D | test-render.cpp | 65 auto p = GetParam();
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nouveau_dri2.c | 1020 dri2.GetParam = NULL;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/ |
| H A D | gtest.h | 1717 // the GetParam() method. 1725 // // Can use GetParam() here. 1728 // // Can use GetParam() here. 1731 // // Can use GetParam() here. 1734 // // Can use GetParam() here. 1738 // // Can use GetParam() method here. 1740 // ASSERT_TRUE(foo.DoesBar(GetParam())); 1753 // like writing 'WithParamInterface<bool>::GetParam()' for a test that 1755 const ParamType& GetParam() const { function in class:testing::WithParamInterface 1757 << "GetParam() ca [all...] |
| H A D | gtest-param-test.h | 69 // Inside a test, access the test parameter with the GetParam() method 71 EXPECT_TRUE(foo.Blah(GetParam())); 176 // GetParam works just the same here as if you inherit from TestWithParam. 177 EXPECT_TRUE(foo.Blah(GetParam())); 1215 // external_flag = GetParam(); 1263 // tie(external_flag_1, external_flag_2) = GetParam(); 1415 // returns the value of testing::PrintToString(GetParam()). It does not work
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | test_eu_validate.cpp | 75 struct gen_info info = GetParam();
|