Home
last modified time | relevance | path

Searched defs:initValue (Results 1 – 21 of 21) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiComputeInstanceResultBuffer.cpp37 float initValue) in ComputeInstanceResultBuffer()
62 float initValue) in createResultBuffer()
DvktApiImageClearingTests.cpp474 VkClearValue initValue; member
/external/angle/src/common/
DMemoryBuffer.cpp118 uint8_t initValue) in getInitialized()
125 Optional<uint8_t> initValue) in getImpl()
/external/antlr/tool/src/main/java/org/antlr/tool/
DAttribute.java45 public String initValue; field in Attribute
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/transforms/
Dlhlo_legalize_to_parallel_loops.cc257 SmallVector<Value, 1> initValue = {rewriter->create<memref::LoadOp>( in createReduceOpInNestedParallelLoops() local
394 Value initValue = rewriter->create<memref::LoadOp>( in createParallelLoopsToTraverseOutputAndWindow() local
526 Value initValue = b->create<memref::LoadOp>(loc, sAndSOp.getInitValue()); in initializeOutput() local
Dlhlo_legalize_to_gpu.cc100 auto initValue = in matchAndRewrite() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderClockTests.cpp105 const deUint64 initValue = 0xcdcdcdcd; in iterate() local
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DEnumerableExtensions.cs139 static U Iterate<T, U>(IEnumerable<T> source, U initValue, Func<T, U, U> selector) { in Iterate() argument
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.cpp65 …glw::GLuint width, glw::GLuint height, glw::GLuint depth, InputType initValue, InputType initBorde… in TestConfiguration()
/external/deqp/external/openglcts/modules/common/
DglcShaderLoopTests.cpp335 string initValue = isIntCounter ? "0" : "0.05"; in createGenericLoopCase() local
/external/deqp/modules/gles3/functional/
Des3fShaderLoopTests.cpp357 string initValue = isIntCounter ? "0" : "0.05"; in createGenericLoopCase() local
/external/deqp/modules/gles2/functional/
Des2fShaderLoopTests.cpp385 string initValue = isIntCounter ? "0" : "0.05"; in createGenericLoopCase() local
/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp115 int initValue) { in test_writeToMemory()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1220 TiXmlText (const char * initValue ) : TiXmlNode (TiXmlNode::TINYXML_TEXT) in TiXmlText()
1229 TiXmlText( const std::string& initValue ) : TiXmlNode (TiXmlNode::TINYXML_TEXT) in TiXmlText()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp446 std::string initValue = isIntCounter ? "0" : "0.05"; in createGenericLoopCase() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dlegalize_to_linalg.cc1630 Value initValue = std::get<1>(values); in matchAndRewrite() local
2540 Value initValue = initValues[i]; in matchAndRewrite() local
2575 auto& initValue = std::get<1>(values); in matchAndRewrite() local
2727 Value initValue = std::get<2>(it); in matchAndRewrite() local
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DBnValues.h255 #define POINT_INITIALIZED(name, initValue) \ argument
/external/deqp/external/openglcts/modules/gl/
Dgl3cTransformFeedbackOverflowQueryTests.cpp1151 const GLuint initValue = 0xDEADBEEF; in verifyQueryResult() local
/external/angle/src/tests/gl_tests/
DVulkanPerformanceCounterTest.cpp5691 GLfloat initValue[4] = {1.0, 1.0, 1.0, 1.0}; in TEST_P() local
5803 GLfloat initValue[4] = {1.0, 1.0, 1.0, 1.0}; in TEST_P() local
5910 GLfloat initValue[4] = {1.0, 1.0, 1.0, 1.0}; in TEST_P() local
DComputeShaderTest.cpp5061 GLfloat initValue[4] = {1.0, 1.0, 1.0, 1.0}; in TEST_P() local
5158 GLfloat initValue[4] = {1.0, 1.0, 1.0, 1.0}; in TEST_P() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp2849 …const tcu::Vec4 initValue = ((x / tileSize) % 2 != (y / tileSize) % 2) ? colorInitValues[0] : colo… in iterateInternal() local