Home
last modified time | relevance | path

Searched defs:desc (Results 1476 - 1500 of 1946) sorted by relevance

1...<<51525354555657585960>>...78

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRatePixelConsistency.cpp205 FSRPixelConsistencyTestCase::FSRPixelConsistencyTestCase(tcu::TestContext& context, const char* name, const char* desc, const CaseDef data) in FSRPixelConsistencyTestCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSampleCompressedTextureTests.cpp208 static const VkVertexInputBindingDescription desc = in getBindingDescription() local
220 static const vector<VkVertexInputAttributeDescription> desc = in getAttributeDescriptions() local
H A DvktImageSubresourceLayoutTests.cpp659 const char* desc; in createImageSubresourceLayoutTests() member
671 const char* desc; in createImageSubresourceLayoutTests() member
838 const auto desc = "Using format " + fmtName; in createImageSubresourceLayoutTests() local
H A DvktImageTranscodingSupportTests.cpp735 ImageTranscodingCase::ImageTranscodingCase (TestContext& testCtx, const std::string& name, const std::string& desc, const TestParameters& parameters) in ImageTranscodingCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryRequirementsTests.cpp362 addFunctionTestCase(tcu::TestCaseGroup* group, const std::string& name, const std::string& desc, VkBufferCreateFlags arg0) addFunctionTestCase() argument
556 addFunctionTestCase(tcu::TestCaseGroup* group, const std::string& name, const std::string& desc, VkBufferCreateFlags arg0) addFunctionTestCase() argument
629 addFunctionTestCase(tcu::TestCaseGroup* group, const std::string& name, const std::string& desc, VkBufferCreateFlags arg0) addFunctionTestCase() argument
732 addFunctionTestCase(tcu::TestCaseGroup* group, const std::string& name, const std::string& desc, VkBufferCreateFlags arg0) addFunctionTestCase() argument
940 addFunctionTestCase(tcu::TestCaseGroup* group, const std::string& name, const std::string& desc, const ImageTestParams arg0) addFunctionTestCase() argument
1620 addFunctionTestCase(tcu::TestCaseGroup* group, const std::string& name, const std::string& desc, const ImageTestParams arg0) addFunctionTestCase() argument
1673 addFunctionTestCase(tcu::TestCaseGroup* group, const std::string& name, const std::string& desc, const ImageTestParams arg0) addFunctionTestCase() argument
1750 addFunctionTestCase(tcu::TestCaseGroup* group, const std::string& name, const std::string& desc, const ImageTestParams arg0) addFunctionTestCase() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.h537 DescType desc; member
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPixelStorageModesTests.cpp626 TexImage2DCase(deqp::Context& context, const char* name, const char* desc, deUint32 internalFormat, int rect_w, int rect_h, int subrect_x0, int subrect_y0, int subrect_w, int subrect_h, glu::GLSLVersion glsl_version) TexImage2DCase() argument
891 TexImage3DCase(deqp::Context& context, const char* name, const char* desc, deUint32 internalFormat, int cuboid_w, int cuboid_h, int cuboid_d, int subcuboid_x0, int subcuboid_y0, int subcuboid_z0, int subcuboid_w, int subcuboid_h, int subcuboid_d, glu::GLSLVersion glsl_version) TexImage3DCase() argument
1294 CompressedTexImage2DCase(deqp::Context& context, const char *name, const char *desc, deUint32 internalFormat, int cuboid_w, int cuboid_h, int subcuboid_x0, int subcuboid_y0, int subcuboid_w, int subcuboid_h, glu::GLSLVersion glsl_version) CompressedTexImage2DCase() argument
1639 CompressedTexImage3DCase(deqp::Context& context, const char *name, const char *desc, deUint32 internalFormat, int cuboid_w, int cuboid_h, int cuboid_d, int subcuboid_x0, int subcuboid_y0, int subcuboid_z0, int subcuboid_w, int subcuboid_h, int subcuboid_d, glu::GLSLVersion glsl_version) CompressedTexImage3DCase() argument
[all...]
H A DglcShaderLoopTests.cpp1176 string desc = string(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + in init() local
1202 string desc = string(loopCaseName) + " loop with " + loopTypeName + " iteration count in " + in init() local
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.hpp212 SubgroupFactory(deqp::Context& context, tcu::TestNodeType type, const std::string& name, const std::string& desc, in SubgroupFactory() argument
283 addFunctionCaseWithPrograms(deqp::TestCaseGroup* group, const std::string& name, const std::string& desc, SupportFunction suppFunc, InitFunction initFunc, TestFunction testFunc, Arg0 arg0) addFunctionCaseWithPrograms() argument
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_extensions.cpp86 spv_opcode_desc desc = nullptr; in ValidateOperandForDebugInfo() local
[all...]
/third_party/skia/src/core/
H A DSkScalerContext.cpp43 PreprocessRec(const SkTypeface& typeface, const SkScalerContextEffects& effects, const SkDescriptor& desc) PreprocessRec() argument
75 SkScalerContext(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, const SkDescriptor* desc) SkScalerContext() argument
1180 generate_descriptor(const SkScalerContextRec& rec, const SkBinaryWriteBuffer& effectBuffer, SkDescriptor* desc) generate_descriptor() argument
1213 auto desc = SkDescriptor::Alloc(calculate_size_and_flatten(rec, effects, &buf)); DescriptorGivenRecAndEffects() local
1230 MakeEmpty( sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, const SkDescriptor* desc) MakeEmpty() argument
1235 SkScalerContext_Empty(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, const SkDescriptor* desc) MakeEmpty() argument
[all...]
H A DSkTextBlob.cpp851 void SkTextBlob::dump(std::string& desc, int depth) const { in dump() argument
H A DSkTypeface.cpp234 SkFontDescriptor desc; in serialize() local
269 SkFontDescriptor desc; MakeDeserialize() local
[all...]
H A DSkRemoteGlyphCache.cpp44 auto* desc = ad->getDesc(); in auto_descriptor_from_desc() local
100 void writeDescriptor(const SkDescriptor& desc) { in writeDescriptor() argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp1881 GrProgramDesc desc; in makeDesc() local
/third_party/skia/src/image/
H A DSkImage.cpp632 void SkImage::dump(std::string& desc, int depth) const { in dump() argument
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBC_Decoder.cpp980 const BlockDesc desc = blockDesc[index]; in decode() local
[all...]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.h136 std::vector<std::string> desc; member in spv::OperandParameters
218 const char* desc; member in spv::EnumValue
252 const char* desc; member in spv::EnumDefinition
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A DjsonToSpirv.h136 std::vector<std::string> desc; member in spv::OperandParameters
218 const char* desc; member in spv::EnumValue
252 const char* desc; member in spv::EnumDefinition
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_extensions.cpp86 spv_opcode_desc desc = nullptr; in ValidateOperandForDebugInfo() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dwrtxml.cpp500 UChar* desc = (UChar*) uprv_malloc(U_SIZEOF_UCHAR * capacity); in printComments() local
/third_party/skia/src/shaders/gradients/
H A DSkGradientShader.cpp126 SkGradientShaderBase::SkGradientShaderBase(const Descriptor& desc, const SkMatrix& ptsToUnit) in SkGradientShaderBase() argument
208 Descriptor desc; flatten() local
679 desc_init(SkGradientShaderBase::Descriptor* desc, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int colorCount, SkTileMode mode, uint32_t flags, const SkMatrix* localMatrix) desc_init() argument
884 SkGradientShaderBase::Descriptor desc; MakeLinear() local
928 SkGradientShaderBase::Descriptor desc; MakeRadial() local
1004 SkGradientShaderBase::Descriptor desc; MakeTwoPointConical() local
1070 SkGradientShaderBase::Descriptor desc; MakeSweep() local
[all...]
/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp258 SkScalerContext_DW(sk_sp<DWriteFontTypeface> typefaceRef, const SkScalerContextEffects& effects, const SkDescriptor* desc) SkScalerContext_DW() argument
/third_party/python/Modules/_ctypes/
H A Dcfield.c47 PyCField_FromDesc(PyObject *desc, Py_ssize_t index, in PyCField_FromDesc() argument
/third_party/skia/tools/fonts/
H A DTestSVGTypeface.cpp148 void TestSVGTypeface::onGetFontDescriptor(SkFontDescriptor* desc, bool* isLocal) const { in onGetFontDescriptor() argument
173 SkTestSVGScalerContext(sk_sp<TestSVGTypeface> face, const SkScalerContextEffects& effects, const SkDescriptor* desc) SkTestSVGScalerContext() argument

Completed in 41 milliseconds

1...<<51525354555657585960>>...78