Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp1222 …cePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsm… in addShaderCodeCustomTessControl()
1261 …cePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsm… in addShaderCodeCustomTessEval()
1262 …aceholderTessCtrl())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsm… in addShaderCodeCustomTessEval()
1298 …cePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsm… in addShaderCodeCustomGeometry()
1333 …cePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsm… in addShaderCodeCustomFragment()
2573 …vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getInputType().… in runAndVerifyDefaultPipeline()
2577 const std::string formatName = getFormatName(instance.interfaces.getInputType().getVkFormat()); in runAndVerifyDefaultPipeline()
2587 const std::string formatName = getFormatName(instance.interfaces.getInputType().getVkFormat()); in runAndVerifyDefaultPipeline()
3511 instance.interfaces.getInputType().getNumBytes(), // deUint32 strideInBytes; in runAndVerifyDefaultPipeline()
3520 instance.interfaces.getInputType().getVkFormat(), // VkFormat format; in runAndVerifyDefaultPipeline()
[all …]
DvktSpvAsmGraphicsShaderTestUtil.hpp169 const IFDataType& getInputType (void) const in getInputType() function in vkt::SpirVAssembly::GraphicsInterfaces
DvktSpvAsmTypeTests.cpp478 InputType getInputType (deUint32 inputWidth, bool isSigned) in getInputType() function
506 const InputType typeUnsigned = getInputType(typeWidth, false); in getOtherSizeTypes()
507 const InputType typeSigned = getInputType(typeWidth, true); in getOtherSizeTypes()
602 const InputType typeUnsigned = getInputType(typeWidth, false); in getBinaryFullOperationWithInputWidthStr()
603 const InputType typeSigned = getInputType(typeWidth, true); in getBinaryFullOperationWithInputWidthStr()
/external/deqp/framework/referencerenderer/
DrrShaders.hpp185 inline GeometryShaderInputType getInputType (void) const { return m_inputType; } in getInputType() function in rr::GeometryShader
DrrRenderer.cpp1615 …if (command.program.geometryShader->getInputType() == rr::GEOMETRYSHADERINPUTTYPE_POINTS && comman… in isValidCommand()
1618 if (command.program.geometryShader->getInputType() == rr::GEOMETRYSHADERINPUTTYPE_LINES && in isValidCommand()
1624 if (command.program.geometryShader->getInputType() == rr::GEOMETRYSHADERINPUTTYPE_TRIANGLES && in isValidCommand()
1630 …if (command.program.geometryShader->getInputType() == rr::GEOMETRYSHADERINPUTTYPE_LINES_ADJACENCY … in isValidCommand()
1635 …if (command.program.geometryShader->getInputType() == rr::GEOMETRYSHADERINPUTTYPE_TRIANGLES_ADJACE… in isValidCommand()
/external/deqp/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.cpp904 DrawTestSpec::InputType getInputType (void) const { return m_inputType; } in getInputType() function in deqp::gls::__anon43398ad90111::AttributeArray
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTextViewTest.java185 …assertThat(textView.getInputType()).isNotEqualTo(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_V… in testGetInputType()
187 …assertThat(textView.getInputType()).isEqualTo(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARI… in testGetInputType()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DNumberPicker.java340 public int getInputType() { in getInputType() method in NumberPicker.NumberRangeKeyListener
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java343 fooMethod.getInputType()); in testServiceDescriptor()
351 barMethod.getInputType()); in testServiceDescriptor()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1953 public Descriptor getInputType() { return inputType; } in getInputType() method in Descriptors.MethodDescriptor
1990 file.pool.lookupSymbol(proto.getInputType(), this, in crossLink()
1994 '\"' + proto.getInputType() + "\" is not a message type."); in crossLink()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DViewInflater.java673 private int getInputType(String value) { in getInputType() method in ViewInflater
794 return getInputType(value); in getInteger()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccessibilityNodeInfo.java701 protected int getInputType() { in getInputType() method in ShadowAccessibilityNodeInfo
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4207 …RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERI… in predrawErrorChecks()
4209 …RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERI… in predrawErrorChecks()
4215 …RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERI… in predrawErrorChecks()
4221 …RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERI… in predrawErrorChecks()
4226 …RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERI… in predrawErrorChecks()