Home
last modified time | relevance | path

Searched refs:outputFormat (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/tint/tools/src/cmd/test-runner/
Dmain.go39 type outputFormat string type
44 glsl = outputFormat("glsl")
45 hlsl = outputFormat("hlsl")
46 msl = outputFormat("msl")
47 spvasm = outputFormat("spvasm")
48 wgsl = outputFormat("wgsl")
149 formats := []outputFormat{}
151 formats = []outputFormat{wgsl, spvasm, msl, hlsl, glsl}
217 results := make([]map[outputFormat]chan status, len(files))
219 fileResults := map[outputFormat]chan status{}
[all …]
/third_party/icu/tools/colprobe/
DcolprobeNew.cpp140 const char *outputFormat = "HTML"; variable
427 outputFormat = options[OUTPUT].value; in processArgs()
428 if(strcmp(outputFormat, "HTML") == 0) { in processArgs()
430 } else if(strcmp(outputFormat, "XML") == 0) { in processArgs()
713 …tailoringBundle->log(lines.toOutput(outputFormat, myLoc, platforms[gPlatformIndexes[0]].name, NULL… in processCollator()
728 …referenceBundle->log(RefLines.toOutput(outputFormat, myLoc, platforms[gRefNum].name, NULL, true, t… in processCollator()
734 …bundle->log(lines.toOutput(outputFormat, myLoc, platforms[gPlatformIndexes[0]].name, platforms[gRe… in processCollator()
743 …referenceBundle->log(RefLines.toOutput(outputFormat, myLoc, platforms[gRefNum].name, NULL, true, t… in processCollator()
759 …tailoringBundle->log(han.toOutput(outputFormat, myLoc, platforms[gPlatformIndexes[0]].name, NULL, … in processCollator()
760 …bundle->log(han.toOutput(outputFormat, myLoc, platforms[gPlatformIndexes[0]].name, NULL, true, fal… in processCollator()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp744 GLenum readOutputData(const PixelFormat& outputFormat, const PixelType& outputType, int operation);
750 …bool compare(GLvoid* gradient, GLvoid* data, const PixelFormat& outputFormat, const PixelType& out…
836 bool getTexImageInner(const PixelFormat& outputFormat, const PixelType& outputType);
840 bool readPixelsInner(const PixelFormat& outputFormat, const PixelType& outputType, bool isCopy);
2068 const PixelFormat& outputFormat = formats[m]; in readPixels() local
2079 if ((outputFormat.format != m_copyInternalFormat.format || in readPixels()
2087 (outputFormat.format != m_internalFormat.format || outputType.type != m_internalFormat.type)) in readPixels()
2093 result &= readPixelsInner(outputFormat, outputType, isCopy); in readPixels()
2100 bool RectangleTest::readPixelsInner(const PixelFormat& outputFormat, const PixelType& outputType, b… in readPixelsInner() argument
2104 GLenum readerror = readOutputData(outputFormat, outputType, OUTPUT_READPIXELS); in readPixelsInner()
[all …]
/third_party/vk-gl-cts/framework/opengl/
DgluShaderLibrary.hpp173 DataType outputFormat; member
185 , outputFormat (TYPE_LAST) in ShaderCaseSpecification()
DgluShaderLibrary.cpp1496 spec.outputFormat = format; in parseShaderCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp159 Move<VkRenderPass> buildBasicRenderPass (VkFormat outputFormat,
165 VkFormat outputFormat,
471 Move<VkRenderPass> NoneStageTestInstance::buildBasicRenderPass(VkFormat outputFormat, VkImageLayout… in buildBasicRenderPass() argument
479 outputFormat, // VkFormat format in buildBasicRenderPass()
489 VkImageAspectFlags imageAspect = getImageAspectFlags(mapVkFormat(outputFormat)); in buildBasicRenderPass()
538 VkFormat outputFormat, VkImageLayout outputLayout) in buildComplexRenderPass() argument
561 outputFormat, // VkFormat format in buildComplexRenderPass()
572 VkImageAspectFlags outputAspect = getImageAspectFlags(mapVkFormat(outputFormat)); in buildComplexRenderPass()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.hpp48 glw::GLenum inputFormat, glw::GLenum outputFormat, glw::GLuint width, glw::GLuint height,
DesextcTextureBorderClampSamplingTexture.cpp64 …num outputInternalFormat, glw::GLenum filtering, glw::GLenum inputFormat, glw::GLenum outputFormat, in TestConfiguration() argument
74 , m_output_format(outputFormat) in TestConfiguration()
/third_party/gstreamer/gstplugins_bad/ext/faac/
Dgstfaac.c508 conf->outputFormat = faac->outputformat; in gst_faac_open_encoder()
/third_party/gstreamer/gstplugins_bad/ext/faad/
Dgstfaad.c822 conf->outputFormat = FAAD_FMT_16BIT; in gst_faad_open_decoder()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderMiscTests.cpp228 const auto outputFormat = getOutputFormat(); in verifyResult() local
229 const auto expectedFormat = mapVkFormat(outputFormat); in verifyResult()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp1305 , m_rtFormat (getRenderTargetFormat(spec.outputFormat)) in ShaderCaseInstance()