Home
last modified time | relevance | path

Searched refs:inType (Results 1 - 25 of 30) sorted by relevance

12

/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-ffi_darwin.c309 const ffi_type* inType) in ffi64_struct_contains_fp()
314 for (i = 0; inType->elements[i] != NULL && !containsFP; i++) in ffi64_struct_contains_fp()
316 if (inType->elements[i]->type == FFI_TYPE_FLOAT || in ffi64_struct_contains_fp()
317 inType->elements[i]->type == FFI_TYPE_DOUBLE || in ffi64_struct_contains_fp()
318 inType->elements[i]->type == FFI_TYPE_LONGDOUBLE) in ffi64_struct_contains_fp()
320 else if (inType->elements[i]->type == FFI_TYPE_STRUCT) in ffi64_struct_contains_fp()
321 containsFP = ffi64_struct_contains_fp(inType->elements[i]); in ffi64_struct_contains_fp()
1032 const ffi_type* inType, in ffi64_struct_to_ram_form()
1070 switch (inType->size) in ffi64_struct_to_ram_form()
1073 srcGMarker += 8 - inType in ffi64_struct_to_ram_form()
308 ffi64_struct_contains_fp( const ffi_type* inType) ffi64_struct_contains_fp() argument
1031 ffi64_struct_to_ram_form( const ffi_type* inType, const char* inGPRs, unsigned int* ioGPRMarker, const char* inFPRs, unsigned int* ioFPRMarker, unsigned int* ioFPRsUsed, char* outStruct, unsigned int* ioStructMarker) ffi64_struct_to_ram_form() argument
1294 ffi64_struct_to_reg_form( const ffi_type* inType, const char* inStruct, unsigned int* ioStructMarker, unsigned int* ioFPRsUsed, char* outGPRs, unsigned int* ioGPRSize, char* outFPRs, unsigned int* ioFPRSize) ffi64_struct_to_reg_form() argument
1608 ffi64_stret_needs_ptr( const ffi_type* inType, unsigned short* ioGPRCount, unsigned short* ioFPRCount) ffi64_stret_needs_ptr() argument
1724 ffi64_data_size( const ffi_type* inType) ffi64_data_size() argument
[all...]
H A Dppc-darwin.h81 bool ffi64_stret_needs_ptr(const ffi_type* inType,
/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgen-conversions.py178 inType = inValues[0].typeString()
180 self.name = "%s_to_%s" % (inType, outType)
182 self.inputs = [("%s in0" % inType, inValues)]
195 inType = inValue.typeString()
197 self.name = "%s_to_%s" % (inType, outType)
198 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
199 self.inType = inType
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderConstExprTests.cpp126 const DataType inType = cases[caseNdx].inType; in createTests() local
141 string typeName = glu::getDataTypeName((glu::DataType)(inType + compCount)); // results in float, vec2, vec3, vec4 progression (same for other primitive types) in createTests()
202 const string scalarCaseName = string(cases[caseNdx].name) + "_" + typeName + "_" + glu::getDataTypeName(inType); in createTests()
204 expressionTemplateParams["MT"] = glu::getDataTypeName(inType); in createTests()
H A DglsShaderConstExprTests.hpp55 DataType inType; member
H A DglsVertexArrayTests.hpp154 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride) = 0;
176 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride);
H A DglsDrawTest.cpp917 void setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inType, DrawTestSpec::OutputType outType, bool normalized, int stride, int instanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder);
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgen-conversions.py191 inType = inValues[0].typeString()
193 self.name = "%s_to_%s" % (inType, outType)
195 self.inputs = [("%s in0" % inType, inValues)]
208 inType = inValue.typeString()
210 self.name = "%s_to_%s" % (inType, outType)
211 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
212 self.inType = inType
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderConstExprTests.cpp47 glu::DataType inType; member
250 const glu::DataType inType = testCase.inType; in createTests() local
266 glu::DataType dataType = static_cast<glu::DataType>(inType + component); in createTests()
297 casePrefix + baseName + "_" + typeName + "_" + glu::getDataTypeName(inType); in createTests()
299 expressionTemplateParams["MT"] = glu::getDataTypeName(inType); in createTests()
/third_party/icu/icu4c/source/test/intltest/
H A Ddcfmtest.h56 EFormatInputType inType,
H A Ddcfmtest.cpp406 EFormatInputType inType, // input number type in execFormatTest()
448 switch (inType) { in execFormatTest()
401 execFormatTest(int32_t lineNum, const UnicodeString &pattern, const UnicodeString &round, const UnicodeString &input, const UnicodeString &expected, EFormatInputType inType, UErrorCode &status) execFormatTest() argument
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DICUTaglet.java73 public boolean inType() { in inType() method in ICUTaglet
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp776 spirv::IdRef inType, in InsertVariableDecl()
782 spirv::WriteVariable(blobOut, inType, inId, spv::StorageClassUniformConstant, nullptr); in InsertVariableDecl()
792 spirv::IdRef inType(kIdFloatSubpassInputType); in InsertColorVariableDecl()
798 inType = spirv::IdRef(kIdSIntSubpassInputType); in InsertColorVariableDecl()
802 inType = spirv::IdRef(kIdUIntSubpassInputType); in InsertColorVariableDecl()
807 InsertVariableDecl(outType, outId, inType, inId, blobOut); in InsertColorVariableDecl()
774 InsertVariableDecl(spirv::IdRef outType, spirv::IdRef outId, spirv::IdRef inType, spirv::IdRef inId, angle::spirv::Blob *blobOut) InsertVariableDecl() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp474 DataType inType = spec.inputs[i].type; in ShaderOperatorCase() local
475 int inSize = getDataTypeScalarSize(inType); in ShaderOperatorCase()
476 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4); in ShaderOperatorCase()
477 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); in ShaderOperatorCase()
478 const char* typeName = getDataTypeName(inType); in ShaderOperatorCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp722 const DataType inType = m_spec.inputs[inputNdx].type; in setupShaderData() local
723 const int inSize = getDataTypeScalarSize(inType); in setupShaderData()
724 const bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4); in setupShaderData()
725 const bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4); in setupShaderData()
726 const bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); in setupShaderData()
727 const char* typeName = getDataTypeName(inType); in setupShaderData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp725 const DataType inType = m_spec.inputs[inputNdx].type; in setupShaderData() local
726 const int inSize = getDataTypeScalarSize(inType); in setupShaderData()
727 const bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4); in setupShaderData()
728 const bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4); in setupShaderData()
729 const bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); in setupShaderData()
730 const char* typeName = getDataTypeName(inType); in setupShaderData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp785 const auto inType = (isIA ? VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT : VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE); in iterate() local
788 inputUpdateBuilder.writeSingle(inputSet.get(), location, inType, &inputImgInfos.back()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp785 const auto inType = (isIA ? VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT : VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE); in iterate() local
788 inputUpdateBuilder.writeSingle(inputSet.get(), location, inType, &inputImgInfos.back()); in iterate()
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgExpression.cpp739 VariableType::Type inType = state.getRandom().choose<VariableType::Type>(&inTypes[0], &inTypes[0] + numInTypes); in ConstructorOp() local
742 ValueRange inValueRange(VariableType(inType, 1)); in ConstructorOp()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp854 DataType inType = m_spec.inputs[i].type; in setupShaderData() local
855 int inSize = getDataTypeScalarSize(inType); in setupShaderData()
856 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); in setupShaderData()
857 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4); in setupShaderData()
858 bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4); in setupShaderData()
859 const char* typeName = getDataTypeName(inType); in setupShaderData()
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp1143 const Type& inType = c.argument()->type().componentType(); in writeConstructorArrayCast() local
1145 String inTypeName = this->typeName(inType); in writeConstructorArrayCast()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp297 CaseDef(const TestType& inType) in CaseDef()
298 : type (inType), in CaseDef()
305 CaseDef(const TestType& inType, in CaseDef()
308 : type (inType), in CaseDef()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp296 CaseDef(const TestType& inType) in CaseDef()
297 : type (inType), in CaseDef()
304 CaseDef(const TestType& inType, in CaseDef()
307 : type (inType), in CaseDef()
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js9381 function setInJSDocType(inType) {
9382 inJSDocType += inType ? 1 : -1;
[all...]

Completed in 131 milliseconds

12