/external/deqp/modules/gles2/scripts/ |
D | gen-conversions.py | 179 outType = outValues[0].typeString() 180 self.name = "%s_to_%s" % (inType, outType) 181 self.op = "out0 = %s(in0);" % outType 183 self.outputs = [("%s out0" % outType, outValues)] 196 outType = outValue.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) 200 self.outType = outType 213 self.outType = self.outValues[0].typeString() 215 self.name = "%s_to_%s" % ("_".join(inTypes), self.outType) [all …]
|
D | gen-swizzles.py | 261 outType = outputs[0].typeString() variable 262 …, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
|
/external/icu/icu4c/source/tools/icupkg/ |
D | icupkg.cpp | 258 char outType; in main() local 355 outType=type[0]; in main() 356 switch(outType) { in main() 372 isModified|=(UBool)(!isPackage || outType!=pkg->getInType()); in main() 374 outType=pkg->getInType(); // default to input type in main() 376 outType=0; /* tells extractItem() to not swap */ in main() 400 pkg->extractItem(destPath, outFilename, 0, outType); in main() 473 pkg->extractItems(destPath, *listPkg, outType); in main() 532 *(s-5)=outType; in main() 539 result = writePackageDatFile(outFilename, outComment, NULL, NULL, pkg, outType); in main()
|
/external/golang-protobuf/protoc-gen-go/grpc/ |
D | grpc.go | 294 outType := g.typeName(method.GetOutputType()) 301 g.P("out := new(", outType, ")") 332 g.P("Recv() (*", outType, ", error)") 335 g.P("CloseAndRecv() (*", outType, ", error)") 353 g.P("func (x *", streamType, ") Recv() (*", outType, ", error) {") 354 g.P("m := new(", outType, ")") 361 g.P("func (x *", streamType, ") CloseAndRecv() (*", outType, ", error) {") 363 g.P("m := new(", outType, ")") 399 outType := g.typeName(method.GetOutputType()) 437 g.P("Send(*", outType, ") error") [all …]
|
/external/icu/icu4c/source/tools/toolutil/ |
D | package.h | 83 void writePackage(const char *filename, char outType, const char *comment); 120 void extractItem(const char *filesPath, int32_t itemIndex, char outType); 121 void extractItems(const char *filesPath, const char *pattern, char outType); 122 void extractItems(const char *filesPath, const Package &listPkg, char outType); 125 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
|
D | package.cpp | 686 Package::writePackage(const char *filename, char outType, const char *comment) { in writePackage() argument 724 makeTypeProps(outType, outCharset, outIsBigEndian); in writePackage() 730 i=makeTypeEnum(outType); in writePackage() 777 prefix[prefixLength-1]=outType; in writePackage() 1127 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { in extractItem() argument 1143 if(outType!=0 && pItem->type!=outType) { in extractItem() 1147 makeTypeProps(outType, outCharset, outIsBigEndian); in extractItem() 1165 pItem->type=outType; in extractItem() 1185 Package::extractItem(const char *filesPath, int32_t idx, char outType) { in extractItem() argument 1186 extractItem(filesPath, items[idx].name, idx, outType); in extractItem() [all …]
|
D | pkg_icu.cpp | 154 … const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { in writePackageDatFile() argument 174 pkg->writePackage(outFilename, outType, outComment); in writePackageDatFile()
|
D | pkg_icu.h | 20 char outType);
|
/external/deqp/modules/gles3/scripts/ |
D | gen-conversions.py | 192 outType = outValues[0].typeString() 193 self.name = "%s_to_%s" % (inType, outType) 194 self.op = "out0 = %s(in0);" % outType 196 self.outputs = [("%s out0" % outType, outValues)] 209 outType = outValue.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) 213 self.outType = outType 226 self.outType = self.outValues[0].typeString() 228 self.name = "%s_to_%s" % ("_".join(inTypes), self.outType) [all …]
|
D | gen-large-constant-arrays.py | 105 outType = outputs[0].typeString() variable 111 [("%s out0" % outType, outputs)])
|
D | gen-swizzle-math-operations.py | 178 outType = outputs[0].typeString() variable 187 [("%s out0" % outType, outputs)])
|
D | gen-swizzles.py | 265 outType = outputs[0].typeString() variable 266 …, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
|
/external/deqp/modules/glshared/ |
D | glsShaderConstExprTests.cpp | 127 const DataType outType = cases[caseNdx].outType; in createTests() local 133 shaderTemplateParams["CASE_BASE_TYPE"] = glu::getDataTypeName(outType); in createTests() 167 addOutputVar(&spec.values, outType, cases[caseNdx].output); in createTests() 188 addOutputVar(&spec.values, outType, cases[caseNdx].output); in createTests() 221 addOutputVar(&spec.values, outType, cases[caseNdx].output); in createTests() 242 addOutputVar(&spec.values, outType, cases[caseNdx].output); in createTests()
|
D | glsShaderConstExprTests.hpp | 59 DataType outType; member
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderConstExprTests.cpp | 51 glu::DataType outType; member 65 glu::DataType outType; member 188 shaderSpec.outputs.push_back(Symbol("out0", glu::VarType(params.outType, glu::PRECISION_HIGHP))); in createTestCasesForAllShaderTypes() 268 shaderTemplateParams["CASE_BASE_TYPE"] = glu::getDataTypeName(testCase.outType); in createTests() 270 shaderExecutorParams.outType = testCase.outType; in createTests() 297 if (shaderExecutorParams.outType == glu::TYPE_FLOAT) in createTests() 314 if (shaderExecutorParams.outType == glu::TYPE_FLOAT) in createTests()
|
D | glcShaderMultisampleInterpolationTests.cpp | 66 std::string const& sampler = "", std::string const& outType = "", in specializeVersion() argument 74 args["OUT_TYPE"] = outType; in specializeVersion() 250 …tcu::TextureFormat const& texFormat, const char* sampler, const char* outType, GLfloat min, GLfloa… in ShaderMultisampleInterpolationBaseCase() argument 261 , m_outType(outType) in ShaderMultisampleInterpolationBaseCase() 636 char const* outType; in init() member 660 formats[format].outType, formats[format].min, formats[format].max, samples[sample].samples)); in init()
|
D | glcSampleVariablesTests.cpp | 66 std::string const& sampler = "", std::string const& outType = "") in specializeVersion() argument 72 args["OUT_TYPE"] = outType; in specializeVersion() 183 const char* outType, GLint samples, GLint sampleMask); 208 const char* outType, GLint samples, GLint sampleMask) in SampleShadingMaskCase() argument 214 , m_outType(outType) in SampleShadingMaskCase() 885 char const* outType; in init() member 909 formats[format].outType, samples[sample].samples, 0)); in init() 917 formats[format].textureFormat, formats[format].sampler, formats[format].outType, in init()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cSampleShadingTests.cpp | 66 std::string const& outType) in specializeVersion() argument 72 args["OUT_TYPE"] = outType; in specializeVersion() 203 const char* outType, GLfloat min, GLfloat max, const char* extension, in SampleShadingRenderCase() argument 210 , m_outType(outType) in SampleShadingRenderCase() 476 const char* outType, GLfloat min, GLfloat max, const char* extension = ""); 498 const char* outType, GLfloat min, GLfloat max, in SampleShadingRenderFormatTests() argument 505 , m_outType(outType) in SampleShadingRenderFormatTests()
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/cmpopts/ |
D | sort.go | 121 outType := mapEntryType(src.Type()) 122 dst := reflect.MakeSlice(reflect.SliceOf(outType), src.Len(), src.Len()) 124 v := reflect.New(outType).Elem()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cES31CompatibilitySampleVariablesTests.cpp | 69 std::string const& sampler = "", std::string const& outType = "") in specializeVersion() argument 75 args["OUT_TYPE"] = outType; in specializeVersion() 190 const char* outType, GLint samples, GLint sampleMask); 215 const char* outType, GLint samples, GLint sampleMask) in SampleShadingMaskCase() argument 221 , m_outType(outType) in SampleShadingMaskCase() 883 char const* outType; in init() member 907 formats[format].outType, samples[sample].samples, 0)); in init() 915 formats[format].textureFormat, formats[format].sampler, formats[format].outType, in init()
|
/external/icu/icu4j/perf-tests/perldriver/ |
D | Output.pm | 17 my $outType = "HTML"; 193 if($outType eq 'HTML') { 245 if($outType eq 'HTML') {
|
/external/icu/icu4c/source/test/perf/perldriver/ |
D | Output.pm | 19 my $outType = "HTML"; 195 if($outType eq 'HTML') { 247 if($outType eq 'HTML') {
|
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/ |
D | esextcTextureBorderClampSamplingTexture.cpp | 769 std::string outType; in getFragmentShaderCode() local 821 outType = "vec4"; in getFragmentShaderCode() 826 outType = "float"; in getFragmentShaderCode() 831 outType = "uint"; in getFragmentShaderCode() 836 outType = "int"; in getFragmentShaderCode() 855 << outType << " color;\n" in getFragmentShaderCode()
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessVertexAccessTests.cpp | 303 const char *outType = ""; in initPrograms() local 305 outType = "uint"; in initPrograms() 307 outType = "int"; in initPrograms() 309 outType = "float"; in initPrograms() 317 "\t" << outType << " outData[" << (m_numVertices * numValues) * m_numInstances << "];\n" in initPrograms()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderAtomicOpTests.cpp | 120 const DataType outType = isSSBO ? m_type : glu::TYPE_UINT; in init() local 121 const char* outTypeName = getDataTypeName(outType); in init() 151 DE_ASSERT(outType == m_type); in init() 156 const string castBeg = outType != m_type ? (string(outTypeName) + "(") : string(""); in init() 157 const char* const castEnd = outType != m_type ? ")" : ""; in init()
|