/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 1222 …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 …]
|
D | vktSpvAsmGraphicsShaderTestUtil.hpp | 169 const IFDataType& getInputType (void) const in getInputType() function in vkt::SpirVAssembly::GraphicsInterfaces
|
D | vktSpvAsmTypeTests.cpp | 478 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/ |
D | rrShaders.hpp | 185 inline GeometryShaderInputType getInputType (void) const { return m_inputType; } in getInputType() function in rr::GeometryShader
|
D | rrRenderer.cpp | 1615 …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/ |
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 | 904 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/ |
D | ShadowTextViewTest.java | 185 …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/ |
D | NumberPicker.java | 340 public int getInputType() { in getInputType() method in NumberPicker.NumberRangeKeyListener
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 343 fooMethod.getInputType()); in testServiceDescriptor() 351 barMethod.getInputType()); in testServiceDescriptor()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 1953 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/ |
D | ViewInflater.java | 673 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/ |
D | ShadowAccessibilityNodeInfo.java | 701 protected int getInputType() { in getInputType() method in ShadowAccessibilityNodeInfo
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4207 …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()
|