Home
last modified time | relevance | path

Searched refs:getInputType (Results 1 – 13 of 13) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMethodDescriptorProto.php114 public function getInputType() function in Google\\Protobuf\\Internal\\MethodDescriptorProto
/third_party/vk-gl-cts/framework/referencerenderer/
DrrShaders.hpp185 inline GeometryShaderInputType getInputType (void) const { return m_inputType; } in getInputType() function in rr::GeometryShader
DrrRenderer.cpp1623 …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/
DvktSpvAsmGraphicsShaderTestUtil.cpp1299 …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 …]
DvktSpvAsmGraphicsShaderTestUtil.hpp169 const IFDataType& getInputType (void) const in getInputType() function in vkt::SpirVAssembly::GraphicsInterfaces
DvktSpvAsmTypeTests.cpp518 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/
DglsVertexArrayTests.hpp160 virtual InputType getInputType (void) const = 0;
183 virtual Array::InputType getInputType (void) const { return m_inputType; } in getInputType() function in deqp::gls::ContextArray
DglsDrawTest.cpp892 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/
DDescriptorsTest.java333 fooMethod.getInputType()); in testServiceDescriptor()
341 barMethod.getInputType()); in testServiceDescriptor()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java317 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/
DDescriptors.java2081 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/
DAccessibilityViewEmbedder.java235 output.setInputType(input.getInputType()); in copyAccessibilityFields()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.cpp4244 …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()