/third_party/typescript/tests/baselines/reference/ |
H A D | es3defaultAliasIsQuoted.js | 5 static CONSTANT = "Foo"; 14 assert(Foo.CONSTANT === "Foo");
23 Foo.CONSTANT = "Foo";
36 (0, es3defaultAliasQuoted_file0_1["default"])(es3defaultAliasQuoted_file0_1.Foo.CONSTANT === "Foo");
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | tokenize.py | 52 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
|
H A D | ast.py | 1132 assert token.token_type == tokenize.CONSTANT, token
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/ |
H A D | 2-2-buildonly.c | 18 #define TEST_MACRO(CONSTANT) \ 19 void test_ ## CONSTANT(void) { int dummy = CONSTANT; (void)dummy; }
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_perfcounter.c | 163 #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( in radv_query_perfcounter_descs() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationDepthBiasControlTests.cpp | 190 enum class UsedFactor { SLOPE = 0, CONSTANT = 1 }; member in vkt::rasterization::__anon28363::UsedFactor 216 const float constantDepth; // When using UsedFactor::CONSTANT. 388 // WHEN USING THE CONSTANT FACTOR: in iterate() 394 tcu::Vec4(-1.0f, -1.0f, ((m_params.usedFactor == UsedFactor::CONSTANT) ? m_params.constantDepth : 0.0f), 1.0f), in iterate() 395 tcu::Vec4(-1.0f, 1.0f, ((m_params.usedFactor == UsedFactor::CONSTANT) ? m_params.constantDepth : 0.0f), 1.0f), in iterate() 396 tcu::Vec4( 1.0f, -1.0f, ((m_params.usedFactor == UsedFactor::CONSTANT) ? m_params.constantDepth : 1.0f), 1.0f), in iterate() 397 tcu::Vec4( 1.0f, 1.0f, ((m_params.usedFactor == UsedFactor::CONSTANT) ? m_params.constantDepth : 1.0f), 1.0f), in iterate() 399 const float sampleDepth = ((m_params.usedFactor == UsedFactor::CONSTANT) ? m_params.constantDepth : 0.5f); in iterate() 440 const float depthBiasConstantFactor = ((m_params.usedFactor == UsedFactor::CONSTANT) ? static_cast<float>(static_cast<double>(m_params.targetBias) / rValue.first) : 0.0f); in iterate() 687 { UsedFactor::CONSTANT, "constan in createDepthBiasControlTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleInterpolationTests.cpp | 520 case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + indexStr; break; in init() 588 else if (m_imageMSParams.componentData.source == multisample::ComponentSource::CONSTANT) in initPrograms() 624 case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + indexStr; break; in init() 696 else if (m_imageMSParams.componentData.source == multisample::ComponentSource::CONSTANT) in initPrograms() 807 case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + indexStr; break; in init() 877 else if (m_imageMSParams.componentData.source == multisample::ComponentSource::CONSTANT) in initPrograms() 1081 sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsistency> > (testCtx, "component_0", pipelineConstructionType, imageSizes, sizesElemCount, imageSamples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 0u})); in createMultisampleInterpolationTests() 1082 sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsistency> > (testCtx, "component_1", pipelineConstructionType, imageSizes, sizesElemCount, imageSamples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 1u})); in createMultisampleInterpolationTests() 1091 centroidGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtCentroidConsistency> > (testCtx, "component_0", pipelineConstructionType, imageSizes, sizesElemCount, imageSamples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 0u})); in createMultisampleInterpolationTests() 1092 centroidGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtCentroidConsistency> > (testCtx, "component_1", pipelineConstructionType, imageSizes, sizesElemCount, imageSamples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, in createMultisampleInterpolationTests() [all...] |
H A D | vktPipelineMultisampleBase.hpp | 43 CONSTANT = 1, member in vkt::pipeline::multisample::ComponentSource
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleInterpolationTests.cpp | 518 case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + indexStr; break; in init() 586 else if (m_imageMSParams.componentData.source == multisample::ComponentSource::CONSTANT) in initPrograms() 622 case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + indexStr; break; in init() 694 else if (m_imageMSParams.componentData.source == multisample::ComponentSource::CONSTANT) in initPrograms() 805 case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + indexStr; break; in init() 875 else if (m_imageMSParams.componentData.source == multisample::ComponentSource::CONSTANT) in initPrograms() 1077 sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsistency> > (testCtx, "component_0", pipelineConstructionType, imageSizes, sizesElemCount, imageSamples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 0u})); in createMultisampleInterpolationTests() 1078 sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsistency> > (testCtx, "component_1", pipelineConstructionType, imageSizes, sizesElemCount, imageSamples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 1u})); in createMultisampleInterpolationTests() 1087 centroidGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtCentroidConsistency> > (testCtx, "component_0", pipelineConstructionType, imageSizes, sizesElemCount, imageSamples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 0u})); in createMultisampleInterpolationTests() 1088 centroidGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtCentroidConsistency> > (testCtx, "component_1", pipelineConstructionType, imageSizes, sizesElemCount, imageSamples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, in createMultisampleInterpolationTests() [all...] |
H A D | vktPipelineMultisampleBase.hpp | 41 CONSTANT = 1, member in vkt::pipeline::multisample::ComponentSource
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 92 CONSTANT = 2, enumerator
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsShuffleTests.cpp | 53 CONSTANT 192 : caseDef.argType == ArgType::CONSTANT ? "5" in getTestSource() 542 { ArgType::CONSTANT, "_constant" }, in createSubgroupsShuffleTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsShuffleTests.cpp | 53 CONSTANT 190 : caseDef.argType == ArgType::CONSTANT ? "5" in getTestSource() 524 { ArgType::CONSTANT, "_constant" }, in createSubgroupsShuffleTests()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cVertexAttrib64BitTest.cpp | 1352 CONSTANT, enumerator 2252 case CONSTANT: in logTestIterationAndConfig() 2335 configureAttribute(iteration, configuration, n_type, program_id, use_arrays, (CONSTANT != attribute_type)); 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/ |
H A D | NVPTXInstPrinter.cpp | 243 case NVPTX::PTXLdStInstCode::CONSTANT: in printLdStCode()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction.h | 50 CONSTANT, enumerator 73 INSTRUCTION_OPERAND_PREDICATE(Constant, CONSTANT) 392 : InstructionOperand(CONSTANT) { in ConstantOperand() 405 INSTRUCTION_OPERAND_CASTS(ConstantOperand, CONSTANT)
|
H A D | instruction.cc | 183 case InstructionOperand::CONSTANT: in operator <<()
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast.cc | 295 kind_ = CONSTANT; in ObjectLiteralProperty() 318 return kind_ == CONSTANT || in IsCompileTimeValue() 507 // Add CONSTANT and COMPUTED properties to boilerplate. Use the in BuildBoilerplateDescription()
|
H A D | prettyprinter.cc | 1213 case ObjectLiteral::Property::CONSTANT: in PrintObjectProperties() 1214 prop_kind = "CONSTANT"; in PrintObjectProperties()
|
/third_party/python/Parser/ |
H A D | string_parser.c | 453 "\N{EULER CONSTANT}"), or the end of the string. */ in fstring_find_literal()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-visualizer.cc | 1137 case InstructionOperand::CONSTANT: { in operator <<()
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_format.c | 173 FMT(NONE, CONSTANT, 0000, L, VTR_),
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingValveMutableTests.cpp | 1906 CONSTANT = 0, 3561 {ArrayAccessType::CONSTANT, "index_constant"},
|
H A D | vktBindingMutableTests.cpp | 1987 CONSTANT = 0, 3653 {ArrayAccessType::CONSTANT, "index_constant"},
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingMutableTests.cpp | 1983 CONSTANT = 0, 3649 {ArrayAccessType::CONSTANT, "index_constant"},
|