/external/OpenCL-CTS/test_conformance/images/samplerlessReads/ |
D | test_loops.cpp | 28 …_queue queue, cl_image_format *format, image_sampler_data *imageSampler, ExplicitType outputType ); 29 …_queue queue, cl_image_format *format, image_sampler_data *imageSampler, ExplicitType outputType ); 30 …_queue queue, cl_image_format *format, image_sampler_data *imageSampler, ExplicitType outputType ); 31 …_queue queue, cl_image_format *format, image_sampler_data *imageSampler, ExplicitType outputType ); 32 …_queue queue, cl_image_format *format, image_sampler_data *imageSampler, ExplicitType outputType ); 33 …_queue queue, cl_image_format *format, image_sampler_data *imageSampler, ExplicitType outputType ); 36 … image_sampler_data *imageSampler, ExplicitType outputType, cl_mem_object_type imageType ) in test_read_image_type() argument 48 … ret = test_read_image_set_1D( device, context, queue, format, imageSampler, outputType ); in test_read_image_type() 51 … ret += test_read_image_set_1D_buffer( device, context, queue, format, imageSampler, outputType ); in test_read_image_type() 54 … ret = test_read_image_set_2D( device, context, queue, format, imageSampler, outputType ); in test_read_image_type() [all …]
|
D | test_read_1D.cpp | 64 ExplicitType outputType, MTdata d ) in test_read_image_1D() argument 188 ExplicitType outputType ) in test_read_image_set_1D() argument 220 if ( outputType == kInt ) in test_read_image_set_1D() 225 else if ( outputType == kUInt ) in test_read_image_set_1D() 268 …retCode = test_read_image_1D( context, queue, kernel, &imageInfo, imageSampler, outputType, seed ); in test_read_image_set_1D() 289 …retCode = test_read_image_1D( context, queue, kernel, &imageInfo, imageSampler, outputType, seed ); in test_read_image_set_1D() 317 …retCode = test_read_image_1D( context, queue, kernel, &imageInfo, imageSampler, outputType, seed ); in test_read_image_set_1D()
|
D | test_iterations.cpp | 66 ExplicitType outputType, MTdata d ) in test_read_image_2D() argument 187 ExplicitType outputType ) in test_read_image_set_2D() argument 220 if ( outputType == kInt ) in test_read_image_set_2D() 225 else if ( outputType == kUInt ) in test_read_image_set_2D() 271 …retCode = test_read_image_2D( context, queue, kernel, &imageInfo, imageSampler, outputType, seed ); in test_read_image_set_2D() 293 …retCode = test_read_image_2D( context, queue, kernel, &imageInfo, imageSampler, outputType, seed ); in test_read_image_set_2D() 322 …retCode = test_read_image_2D( context, queue, kernel, &imageInfo, imageSampler, outputType, seed ); in test_read_image_set_2D()
|
D | test_read_1D_buffer.cpp | 49 ExplicitType outputType, MTdata d ) in test_read_image_1D_buffer() argument 171 ExplicitType outputType ) in test_read_image_set_1D_buffer() argument 232 if ( outputType == kInt ) in test_read_image_set_1D_buffer() 237 else if ( outputType == kUInt ) in test_read_image_set_1D_buffer() 265 … = test_read_image_1D_buffer( context, queue, kernel, &imageInfo, imageSampler, outputType, seed ); in test_read_image_set_1D_buffer() 286 … = test_read_image_1D_buffer( context, queue, kernel, &imageInfo, imageSampler, outputType, seed ); in test_read_image_set_1D_buffer() 307 … = test_read_image_1D_buffer( context, queue, kernel, &imageInfo, imageSampler, outputType, seed ); in test_read_image_set_1D_buffer()
|
D | test_read_1D_array.cpp | 66 ExplicitType outputType, MTdata d ) in test_read_image_1D_array() argument 184 ExplicitType outputType ) in test_read_image_set_1D_array() argument 217 if ( outputType == kInt ) in test_read_image_set_1D_array() 222 else if ( outputType == kUInt ) in test_read_image_set_1D_array() 267 …e = test_read_image_1D_array( context, queue, kernel, &imageInfo, imageSampler, outputType, seed ); in test_read_image_set_1D_array() 290 …e = test_read_image_1D_array( context, queue, kernel, &imageInfo, imageSampler, outputType, seed ); in test_read_image_set_1D_array() 321 …e = test_read_image_1D_array( context, queue, kernel, &imageInfo, imageSampler, outputType, seed ); in test_read_image_set_1D_array()
|
D | test_read_2D_array.cpp | 57 ExplicitType outputType, MTdata d ) in test_read_image_2D_array() argument 169 image_sampler_data *imageSampler, ExplicitType outputType ) in test_read_image_set_2D_array() argument 204 if ( outputType == kInt ) in test_read_image_set_2D_array() 209 else if ( outputType == kUInt ) in test_read_image_set_2D_array() 260 …e = test_read_image_2D_array( context, queue, kernel, &imageInfo, imageSampler, outputType, seed ); in test_read_image_set_2D_array() 285 …e = test_read_image_2D_array( context, queue, kernel, &imageInfo, imageSampler, outputType, seed ); in test_read_image_set_2D_array() 320 …e = test_read_image_2D_array( context, queue, kernel, &imageInfo, imageSampler, outputType, seed ); in test_read_image_set_2D_array()
|
D | test_read_3D.cpp | 56 ExplicitType outputType, MTdata d ) in test_read_image_3D() argument 172 image_sampler_data *imageSampler, ExplicitType outputType ) in test_read_image_set_3D() argument 208 if ( outputType == kInt ) in test_read_image_set_3D() 213 else if ( outputType == kUInt ) in test_read_image_set_3D() 263 …retCode = test_read_image_3D( context, queue, kernel, &imageInfo, imageSampler, outputType, seed ); in test_read_image_set_3D() 288 …retCode = test_read_image_3D( context, queue, kernel, &imageInfo, imageSampler, outputType, seed ); in test_read_image_set_3D() 323 …retCode = test_read_image_3D( context, queue, kernel, &imageInfo, imageSampler, outputType, seed ); in test_read_image_set_3D()
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | CodedOutputStreamTest.java | 228 for (OutputType outputType : OutputType.values()) { in testVarintRoundTrips() 229 assertVarintRoundTrip(outputType, 0L); in testVarintRoundTrips() 232 assertVarintRoundTrip(outputType, value); in testVarintRoundTrips() 233 assertVarintRoundTrip(outputType, value + 1); in testVarintRoundTrips() 234 assertVarintRoundTrip(outputType, value - 1); in testVarintRoundTrips() 235 assertVarintRoundTrip(outputType, -value); in testVarintRoundTrips() 343 for (OutputType outputType : OutputType.values()) { in testWriteWholeMessage() 344 Coder coder = outputType.newCoder(message.getSerializedSize()); in testWriteWholeMessage() 348 assertEqualBytes(outputType, expectedBytes, rawBytes); in testWriteWholeMessage() 368 for (OutputType outputType : OutputType.values()) { in testWriteWholePackedFieldsMessage() [all …]
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_loops.cpp | 33 bool floatCoords, ExplicitType outputType ); 35 bool floatCoords, ExplicitType outputType ); 37 bool floatCoords, ExplicitType outputType ); 39 bool floatCoords, ExplicitType outputType ); 41 bool floatCoords, ExplicitType outputType ); 44 … image_sampler_data *imageSampler, ExplicitType outputType, cl_mem_object_type imageType ) in test_read_image_type() argument 104 … = test_read_image_set_1D( device, context, queue, format, imageSampler, floatCoords, outputType ); in test_read_image_type() 107 …t_read_image_set_1D_array( device, context, queue, format, imageSampler, floatCoords, outputType ); in test_read_image_type() 110 … = test_read_image_set_2D( device, context, queue, format, imageSampler, floatCoords, outputType ); in test_read_image_type() 113 …t_read_image_set_2D_array( device, context, queue, format, imageSampler, floatCoords, outputType ); in test_read_image_type() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestUtil.cpp | 77 FlatColorShader::FlatColorShader (glu::DataType outputType) in FlatColorShader() argument 81 << sglr::pdec::FragmentOutput(mapDataTypeToGenericVecType(outputType)) in FlatColorShader() 94 "layout(location = 0) out highp ") + glu::getDataTypeName(outputType) + " o_color;\n" in FlatColorShader() 97 " o_color = " + glu::getDataTypeName(outputType) + "(u_color);\n" in FlatColorShader() 99 , m_outputType(outputType) in FlatColorShader() 151 GradientShader::GradientShader (glu::DataType outputType) in GradientShader() argument 156 << sglr::pdec::FragmentOutput(mapDataTypeToGenericVecType(outputType)) in GradientShader() 175 "layout(location = 0) out highp ") + glu::getDataTypeName(outputType) + " o_color;\n" in GradientShader() 183 …" o_color = " + glu::getDataTypeName(outputType) + "(u_gradientMin + (u_gradientMax-u_gradientMin)… in GradientShader() 185 , m_outputType(outputType) in GradientShader() [all …]
|
D | es3fFboTestUtil.hpp | 58 FlatColorShader (glu::DataType outputType); 73 GradientShader (glu::DataType outputType); 88 …Texture2DShader (const DataTypes& samplerTypes, glu::DataType outputType, const tcu::Vec4& outSc… 118 TextureCubeShader (glu::DataType samplerType, glu::DataType outputType); 140 Texture2DArrayShader (glu::DataType samplerType, glu::DataType outputType); 162 Texture3DShader (glu::DataType samplerType, glu::DataType outputType); 184 DepthGradientShader (glu::DataType outputType);
|
/external/OpenCL-CTS/test_conformance/images/clFillImage/ |
D | test_fill_1D.cpp | 28 … const size_t origin[], const size_t region[], ExplicitType outputType, MTdata d ); 31 …t context, cl_command_queue queue, image_descriptor *imageInfo, ExplicitType outputType, MTdata d ) in test_fill_image_size_1D() argument 42 retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_size_1D() 58 … retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_size_1D() 69 …ice, cl_context context, cl_command_queue queue, cl_image_format *format, ExplicitType outputType ) in test_fill_image_set_1D() argument 111 int ret = test_fill_image_size_1D( context, queue, &imageInfo, outputType, seed ); in test_fill_image_set_1D() 141 if ( test_fill_image_size_1D( context, queue, &imageInfo, outputType, seed ) ) in test_fill_image_set_1D() 172 int ret = test_fill_image_size_1D( context, queue, &imageInfo, outputType, seed ); in test_fill_image_set_1D()
|
D | test_loops.cpp | 28 …ce, cl_context context, cl_command_queue queue, cl_image_format *format, ExplicitType outputType ); 29 …ce, cl_context context, cl_command_queue queue, cl_image_format *format, ExplicitType outputType ); 30 …ce, cl_context context, cl_command_queue queue, cl_image_format *format, ExplicitType outputType ); 31 …ce, cl_context context, cl_command_queue queue, cl_image_format *format, ExplicitType outputType ); 32 …ce, cl_context context, cl_command_queue queue, cl_image_format *format, ExplicitType outputType ); 35 ExplicitType outputType);
|
D | test_fill_2D.cpp | 28 … const size_t origin[], const size_t region[], ExplicitType outputType, MTdata d ); 31 …t context, cl_command_queue queue, image_descriptor *imageInfo, ExplicitType outputType, MTdata d ) in test_fill_image_size_2D() argument 42 retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_size_2D() 60 … retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_size_2D() 71 …ice, cl_context context, cl_command_queue queue, cl_image_format *format, ExplicitType outputType ) in test_fill_image_set_2D() argument 116 int ret = test_fill_image_size_2D( context, queue, &imageInfo, outputType, seed ); in test_fill_image_set_2D() 148 if ( test_fill_image_size_2D( context, queue, &imageInfo, outputType, seed ) ) in test_fill_image_set_2D() 180 int ret = test_fill_image_size_2D( context, queue, &imageInfo, outputType, seed ); in test_fill_image_set_2D()
|
D | test_fill_1D_array.cpp | 28 … const size_t origin[], const size_t region[], ExplicitType outputType, MTdata d ); 31 …t context, cl_command_queue queue, image_descriptor *imageInfo, ExplicitType outputType, MTdata d ) in test_fill_image_size_1D_array() argument 42 retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_size_1D_array() 60 … retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_size_1D_array() 71 …ice, cl_context context, cl_command_queue queue, cl_image_format *format, ExplicitType outputType ) in test_fill_image_set_1D_array() argument 117 … int ret = test_fill_image_size_1D_array( context, queue, &imageInfo, outputType, seed ); in test_fill_image_set_1D_array() 150 if ( test_fill_image_size_1D_array( context, queue, &imageInfo, outputType, seed ) ) in test_fill_image_set_1D_array() 184 int ret = test_fill_image_size_1D_array( context, queue, &imageInfo, outputType, seed ); in test_fill_image_set_1D_array()
|
D | test_fill_3D.cpp | 27 … const size_t origin[], const size_t region[], ExplicitType outputType, MTdata d ); 30 …t context, cl_command_queue queue, image_descriptor *imageInfo, ExplicitType outputType, MTdata d ) in test_fill_image_3D() argument 41 retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_3D() 61 … retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_3D() 72 …ice, cl_context context, cl_command_queue queue, cl_image_format *format, ExplicitType outputType ) in test_fill_image_set_3D() argument 121 int ret = test_fill_image_3D( context, queue, &imageInfo, outputType, seed ); in test_fill_image_set_3D() 156 if ( test_fill_image_3D( context, queue, &imageInfo, outputType, seed ) ) in test_fill_image_set_3D() 191 int ret = test_fill_image_3D( context, queue, &imageInfo, outputType, seed ); in test_fill_image_set_3D()
|
D | test_fill_2D_array.cpp | 27 … const size_t origin[], const size_t region[], ExplicitType outputType, MTdata d ); 30 …t context, cl_command_queue queue, image_descriptor *imageInfo, ExplicitType outputType, MTdata d ) in test_fill_image_2D_array() argument 41 retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_2D_array() 61 … retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_2D_array() 72 …ice, cl_context context, cl_command_queue queue, cl_image_format *format, ExplicitType outputType ) in test_fill_image_set_2D_array() argument 121 … int ret = test_fill_image_2D_array( context, queue, &imageInfo, outputType, seed ); in test_fill_image_set_2D_array() 174 if ( test_fill_image_2D_array( context, queue, &imageInfo, outputType, seed ) ) in test_fill_image_set_2D_array() 209 int ret = test_fill_image_2D_array( context, queue, &imageInfo, outputType, seed ); in test_fill_image_set_2D_array()
|
/external/angle/src/compiler/translator/ |
D | TextureFunctionHLSL.cpp | 231 ShShaderOutput outputType) in GetHLSLCoordCount() argument 233 if (outputType == SH_HLSL_3_0_OUTPUT) in GetHLSLCoordCount() 280 const ShShaderOutput outputType) in OutputTextureFunctionArgumentList() argument 282 if (outputType == SH_HLSL_3_0_OUTPUT) in OutputTextureFunctionArgumentList() 300 if (outputType == SH_HLSL_4_0_FL9_3_OUTPUT) in OutputTextureFunctionArgumentList() 307 ASSERT(outputType == SH_HLSL_4_1_OUTPUT); in OutputTextureFunctionArgumentList() 460 const ShShaderOutput outputType, in GetTextureReference() argument 464 if (outputType == SH_HLSL_4_1_OUTPUT) in GetTextureReference() 605 const ShShaderOutput outputType, in OutputIntegerTextureSampleFunctionComputations() argument 933 ShShaderOutput outputType, in OutputTextureGatherFunctionBody() argument [all …]
|
D | blocklayoutHLSL.cpp | 119 ShShaderOutput outputType) in GetStrategyFor() argument 121 switch (outputType) in GetStrategyFor() 158 unsigned int HLSLVariableRegisterCount(const ShaderVariable &variable, ShShaderOutput outputType) in HLSLVariableRegisterCount() argument 160 HLSLBlockEncoder encoder(HLSLBlockEncoder::GetStrategyFor(outputType), true); in HLSLVariableRegisterCount()
|
/external/skia/modules/pathkit/tests/ |
D | testReporter.js | 6 function reportCanvas(canvas, testname, outputType='canvas') { argument 8 return _report(b64, outputType, testname); 76 function _report(data, outputType, testname) { argument 84 'output_type': outputType,
|
/external/skqp/modules/pathkit/tests/ |
D | testReporter.js | 6 function reportCanvas(canvas, testname, outputType='canvas') { argument 8 return _report(b64, outputType, testname); 76 function _report(data, outputType, testname) { argument 84 'output_type': outputType,
|
/external/OpenCL-CTS/test_conformance/images/ |
D | testBase.h | 63 image_sampler_data *imageSampler, ExplicitType outputType, 68 image_sampler_data *imageSampler, ExplicitType outputType, 72 image_sampler_data *imageSampler, ExplicitType outputType,
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestUtil.cpp | 77 …c string genTexFragmentShader (const vector<glu::DataType>& samplerTypes, glu::DataType outputType) in genTexFragmentShader() argument 83 << "layout(location = 0) out highp " << glu::getDataTypeName(outputType) << " o_color0;\n"; in genTexFragmentShader() 109 …src << " o_color0 = " << glu::getDataTypeName(outputType) << "(out0 * u_outScale0 + u_outBias0);\n… in genTexFragmentShader() 116 …ProgramDeclaration genTexture2DShaderDecl (const DataTypes& samplerTypes, glu::DataType outputType) in genTexture2DShaderDecl() argument 123 decl << sglr::pdec::FragmentOutput(mapDataTypeToGenericVecType(outputType)); in genTexture2DShaderDecl() 135 decl << sglr::pdec::FragmentSource(genTexFragmentShader(samplerTypes.vec, outputType)); in genTexture2DShaderDecl() 150 Texture2DShader::Texture2DShader (const DataTypes& samplerTypes, glu::DataType outputType, const Ve… in Texture2DShader() argument 151 : sglr::ShaderProgram (genTexture2DShaderDecl(samplerTypes, outputType)) in Texture2DShader() 154 , m_outputType (outputType) in Texture2DShader() 265 TextureCubeArrayShader::TextureCubeArrayShader (glu::DataType samplerType, glu::DataType outputType… in TextureCubeArrayShader() argument [all …]
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MethodDescriptor.cs | 46 private MessageDescriptor outputType; field in Google.Protobuf.Reflection.MethodDescriptor 61 public MessageDescriptor OutputType { get { return outputType; } } 128 outputType = (MessageDescriptor) lookup; in CrossLink()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeCooperativeMatrixTests.cpp | 99 VkComponentTypeNV outputType; member 176 …(m_data.inputType == VK_COMPONENT_TYPE_FLOAT16_NV || m_data.outputType == VK_COMPONENT_TYPE_FLOAT1… in checkSupport() 207 p->CType == m_data.outputType && in checkSupport() 208 p->DType == m_data.outputType && in checkSupport() 216 VkComponentTypeNV types[2] = { m_data.inputType, m_data.outputType }; in checkSupport() 339 const char *typeStrC = componentTypeInfo[m_data.outputType].typeName; in initPrograms() 340 const char *typeStrO = componentTypeInfo[m_data.outputType].typeName; in initPrograms() 373 …matCType << componentTypeInfo[m_data.outputType].coopmatTypeName << "<" << componentTypeInfo[m_da… in initPrograms() 374 …tputMatType << componentTypeInfo[m_data.outputType].coopmatTypeName << "<" << componentTypeInfo[m_… in initPrograms() 700 p->CType == m_data.outputType && in iterate() [all …]
|