/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | MethodDescriptorProto.php | 114 public function getInputType() function
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrShaders.hpp | 185 inline GeometryShaderInputType getInputType (void) const { return m_inputType; } in getInputType() function in rr::GeometryShader
|
H A D | rrRenderer.cpp | 1623 if (command.program.geometryShader->getInputType() == rr::GEOMETRYSHADERINPUTTYPE_POINTS && command.primitives.getPrimitiveType() != PRIMITIVETYPE_POINTS) 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_ADJACENCY && in isValidCommand()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmGraphicsShaderTestUtil.cpp | 1299 dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << StringTemplate(makeVertexShaderAssembly(fillInterfacePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomTessControl() 1338 dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << StringTemplate(makeVertexShaderAssembly(fillInterfacePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomTessEval() 1339 dst.spirvAsmSources.add("tessc", spirVAsmBuildOptions) << StringTemplate(makeTessControlShaderAssembly(fillInterfacePlaceholderTessCtrl())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomTessEval() 1375 dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << StringTemplate(makeVertexShaderAssembly(fillInterfacePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomGeometry() 1410 dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << StringTemplate(makeVertexShaderAssembly(fillInterfacePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomFragment() 3111 vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getInputType().getVkFormat(), &formatProperties); in runAndVerifyDefaultPipeline() 3115 const std::string formatName = getFormatName(instance.interfaces.getInputType().getVkFormat()); in runAndVerifyDefaultPipeline() 3125 const std::string formatName = getFormatName(instance.interfaces.getInputType().getVkFormat()); in runAndVerifyDefaultPipeline() 4020 const deUint32 stride = instance.interfaces.getInputType().getNumBytes(); in runAndVerifyDefaultPipeline() 4041 instance.interfaces.getInputType() in runAndVerifyDefaultPipeline() [all...] |
H A D | vktSpvAsmGraphicsShaderTestUtil.hpp | 169 const IFDataType& getInputType (void) const in getInputType() function in vkt::SpirVAssembly::GraphicsInterfaces
|
H A D | vktSpvAsmTypeTests.cpp | 518 InputType getInputType (deUint32 inputWidth, bool isSigned) 546 const InputType typeUnsigned = getInputType(typeWidth, false); 547 const InputType typeSigned = getInputType(typeWidth, true); 642 const InputType typeUnsigned = getInputType(typeWidth, false); 643 const InputType typeSigned = getInputType(typeWidth, true);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmGraphicsShaderTestUtil.cpp | 1299 dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << StringTemplate(makeVertexShaderAssembly(fillInterfacePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomTessControl() 1338 dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << StringTemplate(makeVertexShaderAssembly(fillInterfacePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomTessEval() 1339 dst.spirvAsmSources.add("tessc", spirVAsmBuildOptions) << StringTemplate(makeTessControlShaderAssembly(fillInterfacePlaceholderTessCtrl())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomTessEval() 1375 dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << StringTemplate(makeVertexShaderAssembly(fillInterfacePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomGeometry() 1410 dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << StringTemplate(makeVertexShaderAssembly(fillInterfacePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomFragment() 3108 vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getInputType().getVkFormat(), &formatProperties); in runAndVerifyDefaultPipeline() 3112 const std::string formatName = getFormatName(instance.interfaces.getInputType().getVkFormat()); in runAndVerifyDefaultPipeline() 3122 const std::string formatName = getFormatName(instance.interfaces.getInputType().getVkFormat()); in runAndVerifyDefaultPipeline() 4017 const deUint32 stride = instance.interfaces.getInputType().getNumBytes(); in runAndVerifyDefaultPipeline() 4038 instance.interfaces.getInputType() in runAndVerifyDefaultPipeline() [all...] |
H A D | vktSpvAsmGraphicsShaderTestUtil.hpp | 169 const IFDataType& getInputType (void) const in getInputType() function in vkt::SpirVAssembly::GraphicsInterfaces
|
H A D | vktSpvAsmTypeTests.cpp | 518 InputType getInputType (deUint32 inputWidth, bool isSigned) 546 const InputType typeUnsigned = getInputType(typeWidth, false); 547 const InputType typeSigned = getInputType(typeWidth, true); 642 const InputType typeUnsigned = getInputType(typeWidth, false); 643 const InputType typeSigned = getInputType(typeWidth, true);
|
/third_party/vk-gl-cts/modules/glshared/ |
H A 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
|
H A D | glsDrawTest.cpp | 923 DrawTestSpec::InputType getInputType (void) const { return m_inputType; } in getInputType() function in deqp::gls::__anon30985::AttributeArray
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | DescriptorsTest.java | 333 fooMethod.getInputType()); in testServiceDescriptor() 341 barMethod.getInputType()); in testServiceDescriptor()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A 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/ |
H A 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/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 4246 RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERINPUTTYPE_POINTS && mode != GL_POINTS, GL_INVALID_OPERATION, false); 4248 RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERINPUTTYPE_LINES && 4254 RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERINPUTTYPE_TRIANGLES && 4260 RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERINPUTTYPE_LINES_ADJACENCY && 4265 RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERINPUTTYPE_TRIANGLES_ADJACENCY &&
|