/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | MethodDescriptorProto.php | 114 public function getInputType() function in Google\\Protobuf\\Internal\\MethodDescriptorProto
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrShaders.hpp | 185 inline GeometryShaderInputType getInputType (void) const { return m_inputType; } in getInputType() function in rr::GeometryShader
|
D | rrRenderer.cpp | 1623 …if (command.program.geometryShader->getInputType() == rr::GEOMETRYSHADERINPUTTYPE_POINTS && comman… in isValidCommand() 1626 if (command.program.geometryShader->getInputType() == rr::GEOMETRYSHADERINPUTTYPE_LINES && in isValidCommand() 1632 if (command.program.geometryShader->getInputType() == rr::GEOMETRYSHADERINPUTTYPE_TRIANGLES && in isValidCommand() 1638 …if (command.program.geometryShader->getInputType() == rr::GEOMETRYSHADERINPUTTYPE_LINES_ADJACENCY … in isValidCommand() 1643 …if (command.program.geometryShader->getInputType() == rr::GEOMETRYSHADERINPUTTYPE_TRIANGLES_ADJACE… in isValidCommand()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 1299 …cePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsm… in addShaderCodeCustomTessControl() 1338 …cePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsm… in addShaderCodeCustomTessEval() 1339 …aceholderTessCtrl())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsm… in addShaderCodeCustomTessEval() 1375 …cePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsm… in addShaderCodeCustomGeometry() 1410 …cePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsm… in addShaderCodeCustomFragment() 3105 …vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getInputType().… in runAndVerifyDefaultPipeline() 3109 const std::string formatName = getFormatName(instance.interfaces.getInputType().getVkFormat()); in runAndVerifyDefaultPipeline() 3119 const std::string formatName = getFormatName(instance.interfaces.getInputType().getVkFormat()); in runAndVerifyDefaultPipeline() 4014 const deUint32 stride = instance.interfaces.getInputType().getNumBytes(); in runAndVerifyDefaultPipeline() 4033 instance.interfaces.getInputType().getVkFormat(), // VkFormat format; in runAndVerifyDefaultPipeline() [all …]
|
D | vktSpvAsmGraphicsShaderTestUtil.hpp | 169 const IFDataType& getInputType (void) const in getInputType() function in vkt::SpirVAssembly::GraphicsInterfaces
|
D | vktSpvAsmTypeTests.cpp | 518 InputType getInputType (deUint32 inputWidth, bool isSigned) in getInputType() function 546 const InputType typeUnsigned = getInputType(typeWidth, false); in getOtherSizeTypes() 547 const InputType typeSigned = getInputType(typeWidth, true); in getOtherSizeTypes() 642 const InputType typeUnsigned = getInputType(typeWidth, false); in getBinaryFullOperationWithInputWidthStr() 643 const InputType typeSigned = getInputType(typeWidth, true); in getBinaryFullOperationWithInputWidthStr()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsVertexArrayTests.hpp | 160 virtual InputType getInputType (void) const = 0; 183 virtual Array::InputType getInputType (void) const { return m_inputType; } in getInputType() function in deqp::gls::ContextArray
|
D | glsDrawTest.cpp | 892 DrawTestSpec::InputType getInputType (void) const { return m_inputType; } in getInputType() function in deqp::gls::__anon2b0ebd0f0111::AttributeArray
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | DescriptorsTest.java | 333 fooMethod.getInputType()); in testServiceDescriptor() 341 barMethod.getInputType()); in testServiceDescriptor()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 317 assertEquals(UnittestProto.FooRequest.getDescriptor(), fooMethod.getInputType()); in testServiceDescriptor() 323 assertEquals(UnittestProto.BarRequest.getDescriptor(), barMethod.getInputType()); in testServiceDescriptor()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 2081 public Descriptor getInputType() { in getInputType() method in Descriptors.MethodDescriptor 2134 proto.getInputType(), this, DescriptorPool.SearchFilter.TYPES_ONLY); in crossLink() 2137 this, '\"' + proto.getInputType() + "\" is not a message type."); in crossLink()
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/view/ |
D | AccessibilityViewEmbedder.java | 235 output.setInputType(input.getInputType()); in copyAccessibilityFields()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4244 …RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERI… in predrawErrorChecks() 4246 …RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERI… in predrawErrorChecks() 4252 …RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERI… in predrawErrorChecks() 4258 …RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERI… in predrawErrorChecks() 4263 …RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERI… in predrawErrorChecks()
|