Home
last modified time | relevance | path

Searched refs:InputType (Results 1 - 25 of 45) sorted by relevance

12

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp42 template <typename InputType, typename OutputType>
43 const glw::GLuint TextureBorderClampSamplingTexture<InputType, OutputType>::m_texture_unit = 0;
63 template <typename InputType, typename OutputType>
64 TestConfiguration<InputType, OutputType>::TestConfiguration( in TestConfiguration()
67 glw::GLuint width, glw::GLuint height, glw::GLuint depth, InputType initValue, InputType initBorderColor, in TestConfiguration()
94 template <typename InputType, typename OutputType>
95 TestConfiguration<InputType, OutputType>::TestConfiguration(const TestConfiguration& configuration) in TestConfiguration()
122 template <typename InputType, typename OutputType>
123 TextureBorderClampSamplingTexture<InputType, OutputTyp
[all...]
H A DesextcTextureBorderClampSamplingTexture.hpp41 template <typename InputType, typename OutputType>
49 glw::GLuint depth, InputType initValue, InputType initBorderColor, OutputType expectedValue,
102 inline InputType get_init_value(void) const in get_init_value()
106 inline InputType get_init_border_color(void) const in get_init_border_color()
140 InputType m_init_value;
141 InputType m_init_border_color;
291 template <typename InputType, typename OutputType>
298 const TestConfiguration<InputType, OutputType>& configuration);
310 void setInitData(std::vector<InputType>
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedInputStreamTest.java59 private enum InputType { enum in CodedInputStreamTest
191 for (InputType inputType : InputType.values()) { in assertReadVarint()
228 for (InputType inputType : InputType.values()) { in assertReadVarintFailure()
308 for (InputType inputType : InputType.values()) { in assertReadLittleEndian32()
323 for (InputType inputType : InputType.values()) { in assertReadLittleEndian64()
374 for (InputType inputTyp in testReadWholeMessage()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering-verifier.cc109 Type input_type = InputType(node, 0); in VisitNode()
126 op_typer.NumberAdd(InputType(node, 0), InputType(node, 1)); in VisitNode()
136 op_typer.NumberSubtract(InputType(node, 0), InputType(node, 1)); in VisitNode()
147 CheckAndSet(node, InputType(node, 0), InputTruncation(node, 0)); in VisitNode()
153 CheckAndSet(node, InputType(node, 0), InputTruncation(node, 0)); in VisitNode()
157 Type left_type = InputType(node, 0); in VisitNode()
158 Type right_type = InputType(node, 1); in VisitNode()
191 CheckAndSet(node, InputType(nod in VisitNode()
[all...]
H A Dsimplified-lowering-verifier.h60 Type InputType(Node* node, int input_index) const { in InputType() function in v8::internal::compiler::final
/third_party/skia/gm/verifiers/
H A Dgmverifier.h113 enum class InputType { class in skiagm::verifiers::GMVerifier
118 InputType fInputType;
121 GMVerifier(InputType inputType);
140 StandaloneVerifier() : GMVerifier(InputType::kStandalone) {} in StandaloneVerifier()
153 GoldImageVerifier() : GMVerifier(InputType::kGoldImageRequired) {} in GoldImageVerifier()
H A Dgmverifier.cpp44 GMVerifier::GMVerifier(InputType inputType) : fInputType(inputType) {} in GMVerifier()
49 return fInputType == InputType::kGoldImageRequired; in needsGoldImage()
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp78 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE}; in init()
149 SingleVertexArrayStrideGroup (Context& context, Array::InputType type);
158 Array::InputType m_type;
161 SingleVertexArrayStrideGroup::SingleVertexArrayStrideGroup (Context& context, Array::InputType type) in SingleVertexArrayStrideGroup()
244 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, /*Array::INPUTTYPE_UNSIGNED_SHORT, Array::INPUTTYPE_UNSIGNED_BYTE,*/ Array::INPUTTYPE_FIXED, Array::INPUTTYPE_INT_2_10_10_10 }; in init()
255 SingleVertexArrayFirstGroup (Context& context, Array::InputType type);
263 Array::InputType m_type;
266 SingleVertexArrayFirstGroup::SingleVertexArrayFirstGroup (Context& context, Array::InputType type) in SingleVertexArrayFirstGroup()
348 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_INT_2_10_10_10 }; in init()
359 SingleVertexArrayOffsetGroup (Context& context, Array::InputType typ
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.hpp61 enum InputType enum
182 static std::string inputTypeToString (InputType type);
189 static int inputTypeSize (InputType type);
194 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
195 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
197 InputType inputType;
H A DglsVertexArrayTests.hpp65 enum InputType enum in deqp::gls::Array
144 static std::string inputTypeToString (InputType type);
149 static int inputTypeSize (InputType type);
154 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride) = 0;
160 virtual InputType getInputType (void) const = 0;
176 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride);
183 virtual Array::InputType getInputType (void) const { return m_inputType; } in getInputType()
194 static deUint32 inputTypeToGL (Array::InputType type);
209 Array::InputType m_inputType;
399 static GLValue getMaxValue (Array::InputType typ
[all...]
H A DglsDrawTest.cpp112 static GLenum inputTypeToGL (DrawTestSpec::InputType type) in inputTypeToGL()
190 static bool inputTypeIsFloatType (DrawTestSpec::InputType type) in inputTypeIsFloatType()
545 static GLValue getMaxValue (DrawTestSpec::InputType type);
546 static GLValue getMinValue (DrawTestSpec::InputType type);
548 DrawTestSpec::InputType type;
621 GLValue GLValue::getMaxValue (DrawTestSpec::InputType type) in getMaxValue()
639 GLValue GLValue::getMinValue (DrawTestSpec::InputType type) in getMinValue()
660 template<> struct GLValueTypeTraits<GLValue::Float> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_FLOAT; };
661 template<> struct GLValueTypeTraits<GLValue::Double> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_DOUBLE; };
662 template<> struct GLValueTypeTraits<GLValue::Byte> { static const DrawTestSpec::InputType Typ
[all...]
H A DglsVertexArrayTests.cpp78 std::string Array::inputTypeToString(InputType type) in inputTypeToString()
171 int Array::inputTypeSize (InputType type) in inputTypeSize()
195 static bool inputTypeIsFloatType (Array::InputType type) in inputTypeIsFloatType()
469 void ContextArray::bind (int attribNdx, int offset, int size, InputType inputType, OutputType outType, bool normalized, int stride) in bind()
598 GLenum ContextArray::inputTypeToGL (Array::InputType type) in inputTypeToGL()
1153 GLValue GLValue::getMaxValue (Array::InputType type) in getMaxValue()
1171 GLValue GLValue::getMinValue (Array::InputType type) in getMinValue()
1235 static char* generateArray (int seed, GLValue min, GLValue max, int count, int componentCount, int stride, Array::InputType type);
1236 static char* generateQuads (int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive, Array::InputType type, GLValue min, GLValue max, float gridSize);
1237 static char* generatePerQuad (int seed, int count, int componentCount, int stride, Array::Primitive primitive, Array::InputType typ
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp201 enum InputType enum
212 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_) in ShaderInput()
219 InputType inputType;
865 typedef void (*MatrixShaderEvalFunc) (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type);
873 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
886 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
899 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Typ
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp207 enum InputType enum
218 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_) in ShaderInput()
225 InputType inputType;
871 typedef void (*MatrixShaderEvalFunc) (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type);
879 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
892 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
905 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Typ
[all...]
H A Des3fVertexArrayTest.cpp75 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE}; in init()
146 SingleVertexArrayStrideGroup (Context& context, Array::InputType type);
155 Array::InputType m_type;
158 SingleVertexArrayStrideGroup::SingleVertexArrayStrideGroup (Context& context, Array::InputType type) in SingleVertexArrayStrideGroup()
241 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE, /*Array::INPUTTYPE_UNSIGNED_SHORT, Array::INPUTTYPE_UNSIGNED_BYTE,*/ Array::INPUTTYPE_FIXED, Array::INPUTTYPE_INT_2_10_10_10 }; in init()
252 SingleVertexArrayFirstGroup (Context& context, Array::InputType type);
260 Array::InputType m_type;
263 SingleVertexArrayFirstGroup::SingleVertexArrayFirstGroup (Context& context, Array::InputType type) in SingleVertexArrayFirstGroup()
345 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_INT_2_10_10_10 }; in init()
356 SingleVertexArrayOffsetGroup (Context& context, Array::InputType typ
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp201 enum InputType enum
212 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_) in ShaderInput()
219 InputType inputType;
865 typedef void (*MatrixShaderEvalFunc) (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type);
873 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
886 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
899 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Typ
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMethodDescriptor.cs56 public MessageDescriptor InputType { get { return inputType; } } property in Google.Protobuf.Reflection.MethodDescriptor
124 IDescriptor lookup = File.DescriptorPool.LookupSymbol(Proto.InputType, this); in CrossLink()
127 throw new DescriptorValidationException(this, "\"" + Proto.InputType + "\" is not a message type."); in CrossLink()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A Dvertexconversion.h152 typedef InT InputType; typedef
164 const InputType *ein = reinterpret_cast<const InputType *>(input + i * stride); in convertArray()
177 const InputType *in, in copyComponent()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DETC_Decoder.hpp18 enum InputType enum in ETC_Decoder
38 static bool Decode(const unsigned char *src, unsigned char *dst, int w, int h, int dstPitch, int dstBpp, InputType inputType);
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DETC_Decoder.hpp18 enum InputType enum in ETC_Decoder
40 static bool Decode(const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputType);
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sVertexArrayTests.cpp76 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE}; in init()
141 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE, /*Array::INPUTTYPE_UNSIGNED_SHORT, Array::INPUTTYPE_UNSIGNED_BYTE,*/ Array::INPUTTYPE_FIXED}; in init()
211 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_FIXED}; in init()
282 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_FIXED}; in init()
/third_party/json/include/nlohmann/
H A Djson.hpp105 template<typename BasicJsonType, typename InputType>
112 template<typename BasicJsonType, typename InputType, typename SAX>
152 template<typename InputType>
153 using binary_reader = ::nlohmann::detail::binary_reader<basic_json, InputType>;
4006 template<typename InputType>
4008 static basic_json parse(InputType&& i,
4014 parser(detail::input_adapter(std::forward<InputType>(i)), cb, allow_exceptions, ignore_comments).parse(true, result);
4047 template<typename InputType>
4048 static bool accept(InputType&& i,
4051 return parser(detail::input_adapter(std::forward<InputType>(
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fVertexArrayTest.cpp75 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE}; in init()
140 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE, /*Array::INPUTTYPE_UNSIGNED_SHORT, Array::INPUTTYPE_UNSIGNED_BYTE,*/ Array::INPUTTYPE_FIXED}; in init()
210 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_FIXED}; in init()
281 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_FIXED}; in init()
348 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_UNSIGNED_SHORT, Array::INPUTTYPE_UNSIGNED_BYTE, Array::INPUTTYPE_FIXED}; in init()
410 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_UNSIGNED_SHORT, Array::INPUTTYPE_UNSIGNED_BYTE, Array::INPUTTYPE_FIXED}; in init()
814 Array::InputType inputTypes[] = {Array::INPUTTYPE_FIXED, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_UNSIGNED_BYTE, Array::INPUTTYPE_UNSIGNED_SHORT}; in addInputTypeCases()
H A Des2fShaderMatrixTests.cpp101 enum InputType enum
112 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_) in ShaderInput()
119 InputType inputType;
651 InputType in0Type = in0.inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_DYNAMIC : INPUTTYPE_CONST; in getEvalFunc()
652 InputType in1Type = in1.inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_DYNAMIC : INPUTTYPE_CONST; in getEvalFunc()
1118 InputType type; in init()
1156 const InputType inputType = inTypeList[inTypeNdx].type; in init()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.h432 template <class InputType, int register_size>
433 void SetVFPRegister(int reg_index, const InputType& value);

Completed in 33 milliseconds

12