Searched refs:result (Results 1 - 25 of 2123) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
H A D067-nested-ifdef-ifndef.c4 #define result success macro
8 #undef result
9 #define result failure macro
12 result
16 #undef result
17 #define result failure macro
20 result
22 #undef result
23 #define result failure macro
26 #undef result
27 #define result macro
33 #define result macro
37 #define result macro
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A D067-nested-ifdef-ifndef.c4 #define result success macro
8 #undef result
9 #define result failure macro
12 result
16 #undef result
17 #define result failure macro
20 result
22 #undef result
23 #define result failure macro
26 #undef result
27 #define result macro
33 #define result macro
37 #define result macro
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.c40 memset(&tests[i].result, 0, sizeof(tests[i].result));
41 tests[i].test_func(&tests[i].result);
43 tests[i].result.pass, tests[i].result.test_count);
44 if (tests[i].result.pass != tests[i].result.test_count) {
51 void test_begin(struct test_result * result) argument
53 result->test_count++;
56 void test_check(struct test_result * result, in argument
[all...]
H A Dunit_test.h36 void (*test_func)(struct test_result * result);
37 struct test_result result; member in struct:test
42 void test_begin(struct test_result * result);
43 void test_check(struct test_result * result, int cond);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.c40 memset(&tests[i].result, 0, sizeof(tests[i].result));
41 tests[i].test_func(&tests[i].result);
43 tests[i].result.pass, tests[i].result.test_count);
44 if (tests[i].result.pass != tests[i].result.test_count) {
51 void test_begin(struct test_result * result) argument
53 result->test_count++;
56 void test_check(struct test_result * result, in argument
[all...]
H A Dunit_test.h36 void (*test_func)(struct test_result * result);
37 struct test_result result; member in struct:test
42 void test_begin(struct test_result * result);
43 void test_check(struct test_result * result, int cond);
/xsrc/external/mit/freetype/dist/src/base/
H A Dftfntfmt.c29 const char* result = NULL; local in function:FT_Get_Font_Format
33 FT_FACE_FIND_SERVICE( face, result, FONT_FORMAT );
35 return result;
44 const char* result = NULL; local in function:FT_Get_X11_Font_Format
48 FT_FACE_FIND_SERVICE( face, result, FONT_FORMAT );
50 return result;
/xsrc/external/mit/xterm/dist/vttests/
H A Dmouse-codes56 my $result = "";
58 $result = "release";
61 $result = sprintf "Button%d", ( $code > 3 ) ? $code : ( $code + 1 );
63 return $result;
74 my $result = "";
75 $result .= " + shift" if ( ( $mask & 1 ) != 0 );
76 $result .= " + meta" if ( ( $mask & 2 ) != 0 );
77 $result .= " + control" if ( ( $mask & 4 ) != 0 );
78 return $result;
83 my $result
[all...]
H A Dtitlestack.pl77 my $result = "";
81 $result .= sprintf( "%02X", ord substr( $value, $n, 1 ) );
83 return $result;
88 my $result = "";
96 $result = decode( &ReadUTF8 ? "utf-8" : "iso-8859-1", $octets );
99 $result = $value;
101 return $result;
110 my $result = "";
114 $result .= "\\\\";
117 $result
[all...]
H A Dclosest-rgb.pl90 my %result;
91 $result{R} = &value_of( $rgb[0] );
92 $result{G} = &value_of( $rgb[1] );
93 $result{B} = &value_of( $rgb[2] );
94 $result{NAME} = $name;
95 return \%result;
99 my @result;
101 $result[ $o++ ] = &lookup("0 0 0 black");
102 $result[ $o++ ] = &lookup("205 0 0 red3");
103 $result[
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DHandlers.h19 void xnestWakeupHandler(void *blockData, int result);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dgfx6_multisample_state.c34 GLuint index, GLfloat *result)
40 result[0] = result[1] = 0.5f;
59 result[0] = ((bits >> 4) & 0xf) / 16.0f;
60 result[1] = (bits & 0xf) / 16.0f;
32 gfx6_get_sample_position(struct gl_context * ctx,struct gl_framebuffer * fb,GLuint index,GLfloat * result) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_execute.c188 const struct gl_program_machine *machine, GLfloat result[4])
194 COPY_4V(result, src);
201 result[0] = src[GET_SWZ(source->Swizzle, 0)];
202 result[1] = src[GET_SWZ(source->Swizzle, 1)];
203 result[2] = src[GET_SWZ(source->Swizzle, 2)];
204 result[3] = src[GET_SWZ(source->Swizzle, 3)];
209 result[0] = -result[0];
210 result[1] = -result[
187 fetch_vector4(const struct prog_src_register * source,const struct gl_program_machine * machine,GLfloat result[4]) argument
229 fetch_vector4_deriv(const struct prog_src_register * source,const struct gl_program_machine * machine,char xOrY,GLfloat result[4]) argument
276 fetch_vector1(const struct prog_src_register * source,const struct gl_program_machine * machine,GLfloat result[4]) argument
407 GLfloat a[4], result[4]; local in function:_mesa_execute_program
418 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
483 GLfloat a[4], b[4], c[4], result[4]; local in function:_mesa_execute_program
503 GLfloat a[4], result[4]; local in function:_mesa_execute_program
512 GLfloat result[4]; local in function:_mesa_execute_program
519 GLfloat result[4]; local in function:_mesa_execute_program
526 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
539 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
552 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
566 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
575 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
613 GLfloat a[4], result[4], val; local in function:_mesa_execute_program
626 GLfloat a[4], result[4]; local in function:_mesa_execute_program
637 GLfloat a[4], result[4]; local in function:_mesa_execute_program
697 GLfloat a[4], result[4], val; local in function:_mesa_execute_program
714 GLfloat a[4], result[4]; local in function:_mesa_execute_program
776 GLfloat a[4], b[4], c[4], result[4]; local in function:_mesa_execute_program
796 GLfloat a[4], b[4], c[4], result[4]; local in function:_mesa_execute_program
816 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
833 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
845 GLfloat result[4]; local in function:_mesa_execute_program
856 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
873 GLfloat a[4], result[4]; local in function:_mesa_execute_program
884 GLfloat a[4], result[4]; local in function:_mesa_execute_program
894 GLfloat a[4], result[4]; local in function:_mesa_execute_program
905 GLfloat a[4], result[4]; local in function:_mesa_execute_program
918 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
929 GLfloat a[4], result[4]; local in function:_mesa_execute_program
950 GLfloat a[4], result[4]; local in function:_mesa_execute_program
962 GLfloat a[4], result[4]; local in function:_mesa_execute_program
973 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
991 GLfloat a[4], result[4]; local in function:_mesa_execute_program
1000 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
1018 GLfloat a[4], result[4]; local in function:_mesa_execute_program
1029 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
1048 GLfloat result[4]; local in function:_mesa_execute_program
1170 GLfloat a[4], result[4]; local in function:_mesa_execute_program
1181 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_execute.c188 const struct gl_program_machine *machine, GLfloat result[4])
194 COPY_4V(result, src);
201 result[0] = src[GET_SWZ(source->Swizzle, 0)];
202 result[1] = src[GET_SWZ(source->Swizzle, 1)];
203 result[2] = src[GET_SWZ(source->Swizzle, 2)];
204 result[3] = src[GET_SWZ(source->Swizzle, 3)];
209 result[0] = -result[0];
210 result[1] = -result[
187 fetch_vector4(const struct prog_src_register * source,const struct gl_program_machine * machine,GLfloat result[4]) argument
229 fetch_vector4_deriv(const struct prog_src_register * source,const struct gl_program_machine * machine,char xOrY,GLfloat result[4]) argument
276 fetch_vector1(const struct prog_src_register * source,const struct gl_program_machine * machine,GLfloat result[4]) argument
407 GLfloat a[4], result[4]; local in function:_mesa_execute_program
418 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
483 GLfloat a[4], b[4], c[4], result[4]; local in function:_mesa_execute_program
503 GLfloat a[4], result[4]; local in function:_mesa_execute_program
512 GLfloat result[4]; local in function:_mesa_execute_program
519 GLfloat result[4]; local in function:_mesa_execute_program
526 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
539 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
552 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
566 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
575 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
613 GLfloat a[4], result[4], val; local in function:_mesa_execute_program
626 GLfloat a[4], result[4]; local in function:_mesa_execute_program
637 GLfloat a[4], result[4]; local in function:_mesa_execute_program
697 GLfloat a[4], result[4], val; local in function:_mesa_execute_program
714 GLfloat a[4], result[4]; local in function:_mesa_execute_program
776 GLfloat a[4], b[4], c[4], result[4]; local in function:_mesa_execute_program
796 GLfloat a[4], b[4], c[4], result[4]; local in function:_mesa_execute_program
816 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
833 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
845 GLfloat result[4]; local in function:_mesa_execute_program
856 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
873 GLfloat a[4], result[4]; local in function:_mesa_execute_program
884 GLfloat a[4], result[4]; local in function:_mesa_execute_program
894 GLfloat a[4], result[4]; local in function:_mesa_execute_program
905 GLfloat a[4], result[4]; local in function:_mesa_execute_program
918 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
929 GLfloat a[4], result[4]; local in function:_mesa_execute_program
950 GLfloat a[4], result[4]; local in function:_mesa_execute_program
962 GLfloat a[4], result[4]; local in function:_mesa_execute_program
973 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
991 GLfloat a[4], result[4]; local in function:_mesa_execute_program
1000 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
1018 GLfloat a[4], result[4]; local in function:_mesa_execute_program
1029 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
1048 GLfloat result[4]; local in function:_mesa_execute_program
1170 GLfloat a[4], result[4]; local in function:_mesa_execute_program
1181 GLfloat a[4], b[4], result[4]; local in function:_mesa_execute_program
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dblend.h38 simdvector result; local in function:GenerateBlendFactor
43 result.x = _simd_setzero_ps();
44 result.y = _simd_setzero_ps();
45 result.z = _simd_setzero_ps();
46 result.w = _simd_setzero_ps();
50 result.x = _simd_set1_ps(1.0);
51 result.y = _simd_set1_ps(1.0);
52 result.z = _simd_set1_ps(1.0);
53 result.w = _simd_set1_ps(1.0);
57 result
195 simdvector result; local in function:BlendFunc
293 Blend(const SWR_BLEND_STATE * pBlendState,const SWR_RENDER_TARGET_BLEND_STATE * pState,simdvector & src,simdvector & src1,uint8_t * pDst,simdvector & result) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/perf/
H A Dgen_perf_mdapi.c32 const struct gen_perf_query_result *result,
45 mdapi_data->ACounters[i] = result->accumulator[1 + i];
49 result->accumulator[1 + ARRAY_SIZE(mdapi_data->ACounters) + i];
52 mdapi_data->ReportsCount = result->reports_accumulated;
54 gen_device_info_timebase_scale(devinfo, result->accumulator[0]);
66 mdapi_data->OaCntr[i] = result->accumulator[2 + i];
69 result->accumulator[2 + ARRAY_SIZE(mdapi_data->OaCntr) + i];
72 mdapi_data->ReportId = result->hw_id;
73 mdapi_data->ReportsCount = result->reports_accumulated;
75 gen_device_info_timebase_scale(devinfo, result
30 gen_perf_query_result_write_mdapi(void * data,uint32_t data_size,const struct gen_device_info * devinfo,const struct gen_perf_query_result * result,uint64_t freq_start,uint64_t freq_end) argument
[all...]
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dloadppm.c10 PPMImage *result; local in function:LoadPPM
33 result = (PPMImage *) malloc(sizeof(PPMImage));
34 if (!result)
45 result->sizeX = w;
46 result->sizeY = h;
57 result->data = (GLubyte *) malloc(3 * result->sizeX * result->sizeY);
58 if (!result)
64 if (fread(result
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/test/
H A Dtest-pack-formats.c31 bi_test_pack_format_1(struct util_dynarray *result) argument
40 util_dynarray_clear(result);
41 bi_pack_format(result, 1, tuples, 1, header, 0, 0, true);
42 uint64_t *result_u64 = (uint64_t *) result->data;
44 BIT_ASSERT(result->size == 16);
50 bi_test_pack_format_2(struct util_dynarray *result) argument
57 util_dynarray_clear(result);
58 bi_pack_format(result, 0, tuples, 2, 0x52800011800, 0, 0, false);
59 bi_pack_format(result, 2, tuples, 2, 0x52800011800, 0, 0, false);
60 uint64_t *result_u64 = (uint64_t *) result
70 bi_test_pack_format_3(struct util_dynarray * result) argument
94 bi_test_pack_format_4(struct util_dynarray * result) argument
121 bi_test_pack_format_5(struct util_dynarray * result) argument
152 bi_test_pack_format_6(struct util_dynarray * result) argument
187 bi_test_pack_format_7(struct util_dynarray * result) argument
221 bi_test_pack_format_8(struct util_dynarray * result) argument
263 struct util_dynarray result; local in function:main
[all...]
/xsrc/external/mit/libXt/dist/src/
H A DArgList.c63 ArgList result, args; local in function:XtMergeArgLists
65 result = (ArgList) __XtCalloc((unsigned) num_args1 + num_args2,
68 for (args = result; num_args1 != 0; num_args1--)
73 return result;
/xsrc/external/mit/xorg-server/dist/include/
H A Dxsha1.h14 * Place the hash in result, and free ctx.
17 int x_sha1_final(void *ctx, unsigned char result[20]);
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dxsha1.h14 * Place the hash in result, and free ctx.
17 int x_sha1_final(void *ctx, unsigned char result[20]);
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-test-part.cc48 std::ostream& operator<<(std::ostream& os, const TestPartResult& result) { argument
49 return os << result.file_name() << ":" << result.line_number() << ": "
50 << (result.type() == TestPartResult::kSuccess
52 : result.type() == TestPartResult::kSkip
54 : result.type() == TestPartResult::kFatalFailure
58 << result.message() << std::endl;
62 void TestPartResultArray::Append(const TestPartResult& result) { argument
63 array_.push_back(result);
96 const TestPartResult& result) {
95 ReportTestPartResult(const TestPartResult & result) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dfast_idiv_by_const.c52 /* The eventual result */
53 struct util_fast_udiv_info result; local in function:util_compute_fast_udiv_info
60 result.multiplier = 1ull << (UINT_BITS - div_shift);
61 result.pre_shift = 0;
62 result.post_shift = 0;
63 result.increment = 0;
64 return result;
68 result.multiplier = UINT_BITS == 64 ? UINT64_MAX :
70 result.pre_shift = 0;
71 result
187 struct util_fast_sdiv_info result; local in function:util_compute_fast_sdiv_info
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dfast_idiv_by_const.c53 /* The eventual result */
54 struct util_fast_udiv_info result; local in function:util_compute_fast_udiv_info
61 result.multiplier = 1ull << (UINT_BITS - div_shift);
62 result.pre_shift = 0;
63 result.post_shift = 0;
64 result.increment = 0;
65 return result;
69 result.multiplier = u_uintN_max(UINT_BITS);
70 result.pre_shift = 0;
71 result
187 struct util_fast_sdiv_info result; local in function:util_compute_fast_sdiv_info
[all...]
/xsrc/external/mit/xterm/dist/
H A Dversion.c47 const char *result; local in function:xtermVersion
54 result = vendor;
74 result = buffer;
77 result = buffer;
79 return result;

Completed in 66 milliseconds

1234567891011>>