HomeSort by relevance Sort by last modified time
    Searched defs:declareArray (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUserDefinedIO.cpp 103 virtual std::string declareArray (const std::string& arraySizeExpr) const = 0;
253 std::string declareArray (const std::string& arraySizeExpr) const;
271 std::string Variable::declareArray (const std::string& sizeExpr) const
334 std::string declareArray (const std::string& arraySizeExpr) const;
360 std::string IOBlock::declareArray (const std::string& sizeExpr) const
556 tcsDeclarations << outMaybePatch << output.declareArray(m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRAY ? de::toString(NUM_PER_PATCH_ARRAY_ELEMS)
579 << "layout(location = 0) in " + Variable("in_tc_attr", highpFloat, true).declareArray(vertexAttrArrayInputSize);
604 tesDeclarations << inMaybePatch << input.declareArray(m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRAY ? de::toString(NUM_PER_PATCH_ARRAY_ELEMS)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp     [all...]

Completed in 185 milliseconds