Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiComputeInstanceResultBuffer.cpp37 float initValue) in ComputeInstanceResultBuffer()
62 float initValue) in createResultBuffer()
DvktApiImageClearingTests.cpp486 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/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderClockTests.cpp107 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/skqp/src/ports/
DSkFontConfigInterface_direct.cpp127 int initValue) { in test_writeToMemory()
/external/deqp/modules/gles3/functional/
Des3fShaderLoopTests.cpp357 string initValue = isIntCounter ? "0" : "0.05"; in createGenericLoopCase() local
/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp115 int initValue) { in test_writeToMemory()
/external/deqp/external/openglcts/modules/common/
DglcShaderLoopTests.cpp335 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/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/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/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp233 static void initUnrolledVectorState(VectorType vectorType, Value initValue, in initUnrolledVectorState()
280 Value initValue, SmallVectorImpl<Value> &cache, OpBuilder &builder) { in getOrCreateUnrolledVectorSlice()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp2825 …const tcu::Vec4 initValue = ((x / tileSize) % 2 != (y / tileSize) % 2) ? colorInitValues[0] : colo… in iterateInternal() local
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp2116 Attribute initValue = op.initial_value().getValue(); in verify() local