/third_party/ffmpeg/libswresample/ |
D | rematrix_template.c | 23 # define SAMPLE float macro 29 # define SAMPLE double macro 34 # define SAMPLE int16_t macro 46 # define SAMPLE int32_t macro 52 typedef void (RENAME(mix_any_func_type))(SAMPLE **out, const SAMPLE **in1, COEFF *coeffp, integer l… 54 static void RENAME(sum2)(SAMPLE *out, const SAMPLE *in1, const SAMPLE *in2, COEFF *coeffp, integer … in RENAME() 63 static void RENAME(copy)(SAMPLE *out, const SAMPLE *in, COEFF *coeffp, integer index, integer len){ in RENAME() 70 static void RENAME(mix6to2)(SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len){ in RENAME() 80 static void RENAME(mix8to2)(SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len){ in RENAME() 108 #undef SAMPLE
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultipleInterpolationTests.cpp | 47 SAMPLE = 4, enumerator 81 case SAMPLE: in interpolationToString() 680 if (!m_params.includeSampleDecoration && interpolationType == Interpolation::SAMPLE) in iterate() 703 …render(sampleImage[i], &framesArray[SAMPLE], "vert_sample", "frag_sample", SAMPLE, useSam… in iterate() 708 if (!m_params.includeSampleDecoration && resNdx == SAMPLE) in iterate() 722 if (!m_params.includeSampleDecoration && refNdx == SAMPLE) in iterate() 735 (resNdx == SMOOTH && refNdx == SAMPLE) || in iterate() 736 (resNdx == SAMPLE && refNdx == SMOOTH) || in iterate() 737 (resNdx == CENTROID && refNdx == SAMPLE) || in iterate() 738 (resNdx == SAMPLE && refNdx == CENTROID))) in iterate() [all …]
|
/third_party/pixman/pixman/ |
D | pixman-filter.c | 205 #define SAMPLE(a1, a2) \ in integral() macro 212 s = SAMPLE (x1, x2); in integral() 218 s += 4 * SAMPLE (a1, a2); in integral() 225 s += 2 * SAMPLE (a1, a2); in integral() 228 s += SAMPLE (x1 + width, x2 + width); in integral()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | bit_slicer.c | 90 #define SAMPLE(_kind) \ macro 114 SAMPLE (VBI3_FRC_BIT); \ 125 SAMPLE (VBI3_PAYLOAD_BIT); \ 136 SAMPLE (VBI3_PAYLOAD_BIT); \ 148 SAMPLE (VBI3_PAYLOAD_BIT); \ 159 SAMPLE (VBI3_PAYLOAD_BIT); \
|
/third_party/glslang/Test/ |
D | hlsl.getsampleposition.dx10.frag | 12 PS_OUTPUT main(int sample : SAMPLE)
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_Coverage | 71 // SAMPLE FILE: First Line 81 // SAMPLE FILE: Last Line
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_tab_autogen.h | 107 SAMPLE = 308, enumerator
|
D | glslang.y | 167 %token <lex> SAMPLE CENTROID FLAT SMOOTH NOPERSPECTIVE PATCH 915 | SAMPLE {
|
D | glslang.l | 281 …d_ES3_extension_ES3_2_keyword(context, TExtension::OES_shader_multisample_interpolation, SAMPLE); }
|
/third_party/icu/icu4c/source/ |
D | Makefile.in | 39 @SAMPLES_TRUE@SAMPLE = samples 65 SUBDIRS = stubdata common i18n $(LAYOUTEX) $(ICUIO) $(TOOLS) $(DATASUBDIR) $(EXTRA) $(SAMPLE) $(TE…
|
/third_party/skia/third_party/externals/icu/source/ |
D | Makefile.in | 39 @SAMPLES_TRUE@SAMPLE = samples 65 SUBDIRS = stubdata common i18n $(LAYOUTEX) $(ICUIO) $(TOOLS) $(DATASUBDIR) $(EXTRA) $(SAMPLE) $(TE…
|
/third_party/flutter/skia/third_party/externals/icu/source/ |
D | Makefile.in | 39 @SAMPLES_TRUE@SAMPLE = samples 65 SUBDIRS = stubdata common i18n $(LAYOUTEX) $(ICUIO) $(TOOLS) $(DATASUBDIR) $(EXTRA) $(SAMPLE) $(TE…
|
/third_party/glslang/glslang/MachineIndependent/ |
D | glslang_tab.cpp.h | 445 SAMPLE = 655, enumerator
|
D | Scan.cpp | 427 (*KeywordMap)["sample"] = SAMPLE; in fillInKeywordMap() 1080 case SAMPLE: in tokenizeIdentifier()
|
/third_party/mesa3d/docs/gallium/ |
D | tgsi.rst | 2336 .. opcode:: SAMPLE 2342 Syntax: ``SAMPLE dst, address, sampler_view, sampler`` 2344 Example: ``SAMPLE TEMP[0], TEMP[1], SVIEW[0], SAMP[0]`` 2348 Simplified alternative to the SAMPLE instruction. Using the provided 2360 cases where that behavior is desirable 'SAMPLE' instruction should be used. 2403 Just like the SAMPLE instruction with the exception that an additional bias 2413 Similar to the SAMPLE instruction but it performs a comparison filter. The 2414 operands to SAMPLE_C are identical to SAMPLE, except that there is an 2438 SAMPLE_D is identical to the SAMPLE opcode except that the derivatives for 2448 SAMPLE_L is identical to the SAMPLE opcode except that the LOD is provided [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info_opcodes.h | 147 OPCODE(1, 3, OTHR, SAMPLE)
|
/third_party/ffmpeg/libavcodec/ |
D | hevcdec.h | 75 #define SAMPLE(tab, x, y) ((tab)[(y) * s->sps->width + (x)]) macro
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | vertexdeclaration9.c | 141 NINE_DECLUSAGE_CASE0(SAMPLE); in nine_d3d9_to_nine_declusage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 442 SAMPLE, enumerator
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | example.txt | 51 /******************** JPEG COMPRESSION SAMPLE INTERFACE *******************/ 224 /******************** JPEG DECOMPRESSION SAMPLE INTERFACE *******************/
|
/third_party/libjpeg-turbo/ |
D | example.txt | 51 /******************** JPEG COMPRESSION SAMPLE INTERFACE *******************/ 224 /******************** JPEG DECOMPRESSION SAMPLE INTERFACE *******************/
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | dEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.log | 186 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER) 560 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER) 934 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER) 1308 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER) 1682 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER) 2056 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER) 2430 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER) 2804 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER) 3178 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER) 4105 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER) [all …]
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_timer_query.txt | 287 value of SAMPLE BUFFERS is 0, then the samples-passed count is incremented 288 by 1 for each fragment. If the value of SAMPLE BUFFERS is 1, then the
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_timer_query.txt | 287 value of SAMPLE BUFFERS is 0, then the samples-passed count is incremented 288 by 1 for each fragment. If the value of SAMPLE BUFFERS is 1, then the
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_parser.yy | 145 %token CENTROID IN_TOK OUT_TOK INOUT_TOK UNIFORM VARYING SAMPLE 2164 | SAMPLE
|