Home
last modified time | relevance | path

Searched defs:inputType (Results 1 – 25 of 31) sorted by relevance

12

/external/deqp/framework/referencerenderer/
DrrShaders.cpp30 …yShader (size_t numVaryingInputs, size_t numVaryingOutputs, GeometryShaderInputType inputType, Geo… in GeometryShader()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs42 private MessageDescriptor inputType; field in Google.Protobuf.Reflection.MethodDescriptor
/external/skia/src/gpu/glsl/
DGrGLSLVertexGeoBuilder.cpp70 void GrGLSLGeometryBuilder::configure(InputType inputType, OutputType outputType, int maxVertices, in configure()
/external/skqp/src/gpu/glsl/
DGrGLSLVertexGeoBuilder.cpp70 void GrGLSLGeometryBuilder::configure(InputType inputType, OutputType outputType, int maxVertices, in configure()
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc8570 static TFE_TensorHandle* createTFEQueue(TFE_Context* ctx, TF_DataType inputType, in createTFEQueue()
8600 static void createTFEEnqueue(TFE_Context* ctx, TF_DataType inputType, in createTFEEnqueue()
8622 TF_DataType inputType, in createTFEDequeue()
8644 TF_DataType inputType, in TFE_DequeueNamedTensor()
8664 TF_DataType inputType, in TFE_DequeueNamedTensorFromCtx()
8686 TF_DataType inputType = TFE_TensorHandleDataType(tensor); in TFE_EnqueueNamedTensor() local
8700 TF_DataType inputType = TFE_TensorHandleDataType(tensor); in TFE_EnqueueNamedTensorFromCtx() local
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp306 std::string inputTypeToGLString (const VkPrimitiveTopology& inputType) in inputTypeToGLString()
349 size_t calcOutputVertices (const VkPrimitiveTopology& inputType) in calcOutputVertices()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTextView.java47 private int inputType; field in ShadowTextView
DShadowAccessibilityNodeInfo.java163 private int inputType; //19 field in ShadowAccessibilityNodeInfo
706 protected void setInputType(int inputType) { in setInputType()
/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseTexture2Tests.hpp141 std::string inputType; member
Dgl4cSparseTexture2Tests.cpp2406 std::string inputType; in createLookupShaderTokens() local
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.cpp66 …OutputType expectedValue, OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outpu… in TestConfiguration()
/external/deqp/framework/opengl/simplereference/
DsglrShaderProgram.hpp138 rr::GeometryShaderInputType inputType; member
/external/deqp/modules/glshared/
DglsDrawTest.hpp197 InputType inputType; member
DglsDrawTest.cpp996 …tributeArray::setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inputType, Dra… in setupArray()
2041 DrawTestSpec::AttributeSpec DrawTestSpec::AttributeSpec::createAttributeArray (InputType inputType,… in createAttributeArray()
2060 …AttributeSpec DrawTestSpec::AttributeSpec::createDefaultAttribute (InputType inputType, OutputType… in createDefaultAttribute()
DglsVertexArrayTests.hpp459 Array::InputType inputType; member in deqp::gls::MultiVertexArrayTest::Spec::ArraySpec
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DUiFacade.java158 … "inputType", description = "type of input data, ie number or text") @RpcOptional final String inp… in dialogCreateInput()
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp119 InputType inputType; member
1156 const InputType inputType = inTypeList[inTypeNdx].type; in init() local
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp129 std::string inputTypeToGLString (rr::GeometryShaderInputType inputType) in inputTypeToGLString()
211 …ertexExpanderShader (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType, r… in VertexExpanderShader()
282 …::genGeometrySource (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType, r… in genGeometrySource()
2377 …tiveDrawCase (Context& context, const char* name, const char* desc, GLenum inputType, GLenum input… in NegativeDrawCase()
6376 GLenum inputType; in init() member
6422 const GLenum inputType = inputTypes[inputTypeNdx]; in init() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp496 string getOtherSizeTypes (InputType inputType, deUint32 vectorSize, InputWidth inputWidth) in getOtherSizeTypes()
592 …rationWithInputWidthStr (string resultName, string spirvOperation, InputType inputType, string spi… in getBinaryFullOperationWithInputWidthStr()
634 …hDifferentInputWidthStr (string resultName, string spirvOperation, InputType inputType, string spi… in getFullOperationWithDifferentInputWidthStr()
838 InputType inputType, in SpvAsmTypeTests()
DvktSpvAsm16bitStorageTests.cpp3621 const char* inputType; in addGraphics16BitStorageInputOutputFloat32To16Group() member
3775 const char* inputType; in addGraphics16BitStorageInputOutputFloat16To32Group() member
3887 const char* inputType; in addGraphics16BitStorageInputOutputFloat16To16Group() member
6686 const char* inputType; in addGraphics16BitStorageInputOutputFloat16To64Group() member
7964 const char* inputType; in addGraphics16BitStorageInputOutputFloat64To16Group() member
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp224 InputType inputType; member
1858 const InputType inputType = inTypeList[inTypeNdx].type; in init() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp219 InputType inputType; member
2046 const InputType inputType = inTypeList[inTypeNdx].type; in init() local
/external/swiftshader/src/Device/
DETC_Decoder.cpp677 …nsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputType) in Decode()
/external/swiftshader/src/Renderer/
DETC_Decoder.cpp677 …nsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputType) in Decode()
/external/curl/lib/vtls/
Dsectransp.c1175 SecExternalItemType inputType = kSecItemTypeCertificate; in CopyIdentityFromPKCS12File() local

12