Home
last modified time | relevance | path

Searched refs:CONSTANT (Results 1 - 25 of 29) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A Des3defaultAliasIsQuoted.js5 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 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
H A Dast.py1132 assert token.token_type == tokenize.CONSTANT, token
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
H A D2-2-buildonly.c18 #define TEST_MACRO(CONSTANT) \
19 void test_ ## CONSTANT(void) { int dummy = CONSTANT; (void)dummy; }
/third_party/mesa3d/src/amd/vulkan/
H A 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( in radv_query_perfcounter_descs()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationDepthBiasControlTests.cpp190 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 DvktPipelineMultisampleInterpolationTests.cpp520 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 DvktPipelineMultisampleBase.hpp43 CONSTANT = 1, member in vkt::pipeline::multisample::ComponentSource
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleInterpolationTests.cpp518 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 DvktPipelineMultisampleBase.hpp41 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 DNVPTX.h92 CONSTANT = 2, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsShuffleTests.cpp53 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 DvktSubgroupsShuffleTests.cpp53 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 Dgl4cVertexAttrib64BitTest.cpp1352 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 DNVPTXInstPrinter.cpp243 case NVPTX::PTXLdStInstCode::CONSTANT: in printLdStCode()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.h50 CONSTANT, enumerator
73 INSTRUCTION_OPERAND_PREDICATE(Constant, CONSTANT)
392 : InstructionOperand(CONSTANT) { in ConstantOperand()
405 INSTRUCTION_OPERAND_CASTS(ConstantOperand, CONSTANT)
H A Dinstruction.cc183 case InstructionOperand::CONSTANT: in operator <<()
/third_party/node/deps/v8/src/ast/
H A Dast.cc295 kind_ = CONSTANT; in ObjectLiteralProperty()
318 return kind_ == CONSTANT || in IsCompileTimeValue()
507 // Add CONSTANT and COMPUTED properties to boilerplate. Use the in BuildBoilerplateDescription()
H A Dprettyprinter.cc1213 case ObjectLiteral::Property::CONSTANT: in PrintObjectProperties()
1214 prop_kind = "CONSTANT"; in PrintObjectProperties()
/third_party/python/Parser/
H A Dstring_parser.c453 "\N{EULER CONSTANT}"), or the end of the string. */ in fstring_find_literal()
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc1137 case InstructionOperand::CONSTANT: { in operator <<()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_format.c173 FMT(NONE, CONSTANT, 0000, L, VTR_),
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingValveMutableTests.cpp1906 CONSTANT = 0,
3561 {ArrayAccessType::CONSTANT, "index_constant"},
H A DvktBindingMutableTests.cpp1987 CONSTANT = 0,
3653 {ArrayAccessType::CONSTANT, "index_constant"},
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingMutableTests.cpp1983 CONSTANT = 0,
3649 {ArrayAccessType::CONSTANT, "index_constant"},

Completed in 45 milliseconds

12