Home
last modified time | relevance | path

Searched refs:CONSTANT (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
Des3defaultAliasIsQuoted.symbols5 static CONSTANT = "Foo";
6 >CONSTANT : Symbol(Foo.CONSTANT, Decl(es3defaultAliasQuoted_file0.ts, 0, 18))
24 assert(Foo.CONSTANT === "Foo");
26 >Foo.CONSTANT : Symbol(Foo.CONSTANT, Decl(es3defaultAliasQuoted_file0.ts, 0, 18))
28 >CONSTANT : Symbol(Foo.CONSTANT, Decl(es3defaultAliasQuoted_file0.ts, 0, 18))
Des3defaultAliasIsQuoted.types5 static CONSTANT = "Foo";
6 >CONSTANT : string
28 assert(Foo.CONSTANT === "Foo");
29 >assert(Foo.CONSTANT === "Foo") : void
31 >Foo.CONSTANT === "Foo" : boolean
32 >Foo.CONSTANT : string
34 >CONSTANT : string
Des3defaultAliasIsQuoted.js5 static CONSTANT = "Foo"; field in Foo
14 assert(Foo.CONSTANT === "Foo");
23 Foo.CONSTANT = "Foo";
36 es3defaultAliasQuoted_file0_1["default"](es3defaultAliasQuoted_file0_1.Foo.CONSTANT === "Foo");
/third_party/mesa3d/src/amd/vulkan/
Dradv_perfcounter.c163 #define CONSTANT(v) (S_REG_CONSTANT(1) | (uint32_t)(v)) macro
213 CONSTANT(pdev->rad_info.num_simd_per_compute_unit * pdev->rad_info.num_cu)
214 #define CTR_NUM_CUS CONSTANT(pdev->rad_info.num_cu)
262 CONSTANT(32), GL2C_PERF_SEL_EA_RDREQ_64B_GFX103, CONSTANT(64), in radv_query_perfcounter_descs()
263 GL2C_PERF_SEL_EA_RDREQ_96B_GFX103, CONSTANT(96), GL2C_PERF_SEL_EA_RDREQ_128B_GFX103, in radv_query_perfcounter_descs()
264 CONSTANT(128)); in radv_query_perfcounter_descs()
267 CONSTANT(32), GL2C_PERF_SEL_EA_WRREQ_64B_GFX103, CONSTANT(64), CONSTANT(0), in radv_query_perfcounter_descs()
268 CONSTANT(0), CONSTANT(0), CONSTANT(0)); in radv_query_perfcounter_descs()
272 CONSTANT(32), GL2C_PERF_SEL_EA_RDREQ_64B_GFX101, CONSTANT(64), in radv_query_perfcounter_descs()
273 GL2C_PERF_SEL_EA_RDREQ_96B_GFX101, CONSTANT(96), GL2C_PERF_SEL_EA_RDREQ_128B_GFX101, in radv_query_perfcounter_descs()
[all …]
/third_party/mesa3d/src/gallium/tests/graw/geometry-shader/
Dmov.txt5 DCL IN[][0], POSITION, CONSTANT
6 DCL IN[][1], COLOR, CONSTANT
7 DCL OUT[0], POSITION, CONSTANT
8 DCL OUT[1], COLOR, CONSTANT
Dmov-cb-2d.txt5 DCL IN[][0], POSITION, CONSTANT
6 DCL IN[][1], COLOR, CONSTANT
7 DCL OUT[0], POSITION, CONSTANT
8 DCL OUT[1], COLOR, CONSTANT
Dadd.txt5 DCL IN[][0], POSITION, CONSTANT
6 DCL IN[][1], COLOR, CONSTANT
7 DCL OUT[0], POSITION, CONSTANT
8 DCL OUT[1], COLOR, CONSTANT
Dadd-mix.txt5 DCL IN[][0], POSITION, CONSTANT
6 DCL IN[][1], COLOR, CONSTANT
7 DCL OUT[0], POSITION, CONSTANT
8 DCL OUT[1], COLOR, CONSTANT
Dline.txt5 DCL IN[][0], POSITION, CONSTANT
6 DCL IN[][1], COLOR, CONSTANT
7 DCL OUT[0], POSITION, CONSTANT
8 DCL OUT[1], COLOR, CONSTANT
Dmulti-line.txt5 DCL IN[][0], POSITION, CONSTANT
6 DCL IN[][1], COLOR, CONSTANT
7 DCL OUT[0], POSITION, CONSTANT
8 DCL OUT[1], COLOR, CONSTANT
/third_party/googletest/googlemock/scripts/generator/cpp/
Dtokenize.py52 CONSTANT = 'CONSTANT' variable
156 token_type = CONSTANT
159 token_type = CONSTANT
183 token_type = CONSTANT
193 token_type = CONSTANT
209 token_type = CONSTANT
212 token_type = CONSTANT
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
D2-2-buildonly.c18 #define TEST_MACRO(CONSTANT) \ argument
19 void test_ ## CONSTANT(void) { int dummy = CONSTANT; (void)dummy; }
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleInterpolationTests.cpp518 …case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + … in init()
586 else if (m_imageMSParams.componentData.source == multisample::ComponentSource::CONSTANT) in initPrograms()
622 …case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + … in init()
694 else if (m_imageMSParams.componentData.source == multisample::ComponentSource::CONSTANT) in initPrograms()
805 …case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + … in init()
875 else if (m_imageMSParams.componentData.source == multisample::ComponentSource::CONSTANT) in initPrograms()
1077 …amples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 0u})); in createMultisampleInterpolationTests()
1078 …amples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 1u})); in createMultisampleInterpolationTests()
1087 …amples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 0u})); in createMultisampleInterpolationTests()
1088 …amples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 1u})); in createMultisampleInterpolationTests()
[all …]
DvktPipelineMultisampleBase.hpp41 CONSTANT = 1, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleInterpolationTests.cpp518 …case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + … in init()
586 else if (m_imageMSParams.componentData.source == multisample::ComponentSource::CONSTANT) in initPrograms()
622 …case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + … in init()
694 else if (m_imageMSParams.componentData.source == multisample::ComponentSource::CONSTANT) in initPrograms()
805 …case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + … in init()
875 else if (m_imageMSParams.componentData.source == multisample::ComponentSource::CONSTANT) in initPrograms()
1077 …amples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 0u})); in createMultisampleInterpolationTests()
1078 …amples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 1u})); in createMultisampleInterpolationTests()
1087 …amples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 0u})); in createMultisampleInterpolationTests()
1088 …amples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 1u})); in createMultisampleInterpolationTests()
[all …]
DvktPipelineMultisampleBase.hpp41 CONSTANT = 1, enumerator
/third_party/typescript/tests/cases/compiler/
Des3defaultAliasIsQuoted.ts6 static CONSTANT = "Foo"; property in Foo
15 assert(Foo.CONSTANT === "Foo");
/third_party/mesa3d/src/gallium/tests/graw/fragment-shader/
Dfrag-face.txt4 DCL IN[1], FACE, CONSTANT
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsShuffleTests.cpp53 CONSTANT enumerator
190 : caseDef.argType == ArgType::CONSTANT ? "5" in getTestSource()
524 { ArgType::CONSTANT, "_constant" }, in createSubgroupsShuffleTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
DvktSubgroupsShuffleTests.cpp53 CONSTANT enumerator
190 : caseDef.argType == ArgType::CONSTANT ? "5" in getTestSource()
524 { ArgType::CONSTANT, "_constant" }, in createSubgroupsShuffleTests()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTX.h92 CONSTANT = 2, enumerator
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp1352 CONSTANT, enumerator
2252 case CONSTANT: in logTestIterationAndConfig()
2335 …configureAttribute(iteration, configuration, n_type, program_id, use_arrays, (CONSTANT != attribut… in prepareVertexArray()
2787 logTestIterationAndConfig(iteration, CONSTANT, false /* use_arrays */, false /* use_locations */); in testIteration()
2794 logTestIterationAndConfig(iteration, CONSTANT, true /* use_arrays */, false /* use_locations */); in testIteration()
2801 logTestIterationAndConfig(iteration, CONSTANT, false /* use_arrays */, true /* use_locations */); in testIteration()
2808 logTestIterationAndConfig(iteration, CONSTANT, true /* use_arrays */, true /* use_locations */); in testIteration()
2901 prepareVertexArray(iteration, CONSTANT, program_id, use_arrays); in testProgramWithConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXInstPrinter.cpp243 case NVPTX::PTXLdStInstCode::CONSTANT: in printLdStCode()
/third_party/node/deps/npm/node_modules/ci-info/
DREADME.md92 ### `ci.<VENDOR-CONSTANT>`
/third_party/node/deps/npm/node_modules/is-ci/node_modules/ci-info/
DREADME.md91 ### `ci.<VENDOR-CONSTANT>`

1234