Home
last modified time | relevance | path

Searched defs:desc (Results 1101 - 1125 of 1946) sorted by relevance

1...<<41424344454647484950>>...78

/third_party/skia/src/gpu/d3d/
H A DGrD3DResourceProvider.cpp341 GrProgramDesc desc = caps->makeDesc(renderTarget, programInfo); in refPipelineState() local
/third_party/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp49 CreateProgram( GrDirectContext* dContext, const GrProgramDesc& desc, const GrProgramInfo& programInfo, const GrGLPrecompiledProgram* precompiledProgram) CreateProgram() argument
79 GrGLProgramBuilder(GrGLGpu* gpu, const GrProgramDesc& desc, const GrProgramInfo& programInfo) GrGLProgramBuilder() argument
/third_party/skia/src/gpu/vk/
H A DGrVkRenderTarget.cpp375 void GrVkRenderTarget::getAttachmentsDescriptor(GrVkRenderPass::AttachmentsDescriptor* desc, in getAttachmentsDescriptor() argument
409 ReconstructAttachmentsDescriptor(const GrVkCaps& vkCaps, const GrProgramInfo& programInfo, GrVkRenderPass::AttachmentsDescriptor* desc, GrVkRenderPass::AttachmentFlags* flags) ReconstructAttachmentsDescriptor() argument
[all...]
/third_party/skia/src/gpu/glsl/
H A DGrGLSLProgramBuilder.cpp28 GrGLSLProgramBuilder::GrGLSLProgramBuilder(const GrProgramDesc& desc, in GrGLSLProgramBuilder() argument
/third_party/openssl/crypto/store/
H A Dstore_result.c71 const char *desc; member
/third_party/skia/third_party/externals/spirv-tools/source/link/
H A Dlinker.cpp297 spv_operand_desc desc = nullptr; in MergeModules() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/
H A Dlinker.cpp297 spv_operand_desc desc = nullptr; in MergeModules() local
/third_party/skia/src/ports/
H A DSkFontMgr_android.cpp86 SkASSERT(desc); variable
138 SkASSERT(desc); variable
/third_party/skia/src/utils/
H A DSkCustomTypeface.cpp164 void SkUserTypeface::onGetFontDescriptor(SkFontDescriptor* desc, bool* isLocal) const { in onGetFontDescriptor() argument
192 SkUserScalerContext(sk_sp<SkUserTypeface> face, const SkScalerContextEffects& effects, const SkDescriptor* desc) SkUserScalerContext() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRenderPipeline.cpp893 const ColorTargetState& desc = *GetColorTargetState(i); in ComputeContentHash() local
904 const DepthStencilState& desc in ComputeContentHash() local
917 const VertexAttributeInfo& desc = GetAttribute(location); ComputeContentHash() local
923 const VertexBufferInfo& desc = GetVertexBuffer(slot); ComputeContentHash() local
[all...]
H A DTexture.cpp382 TextureViewDescriptor desc = {}; in GetTextureViewDescriptorWithDefaults() local
[all...]
/third_party/python/Modules/_ctypes/
H A Dstgdict.c512 PyObject *name = NULL, *desc = NULL; in PyCStructUnionType_update_stgdict() local
732 PyObject *name, *desc; in PyCStructUnionType_update_stgdict() local
821 PyObject *name, *desc; PyCStructUnionType_update_stgdict() local
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dmessage.c55 const Descriptor* desc; member
309 void Message_GetPhpWrapper(zval *val, const Descriptor *desc, upb_msg *msg, in Message_GetPhpWrapper() argument
330 Message_GetUpbMessage(zval *val, const Descriptor *desc, upb_arena *arena, upb_msg **msg) Message_GetUpbMessage() argument
430 const Descriptor *desc = Descriptor_GetFromFieldDef(f); Message_InitFromPhp() local
451 const Descriptor* desc = Descriptor_GetFromClassEntry(Z_OBJCE_P(getThis())); PHP_METHOD() local
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Drepeated_field.c552 VALUE desc = rb_ivar_get(klass, descriptor_instancevar_interned); in validate_type_class() local
/third_party/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc835 const Descriptor* desc = msg1.GetDescriptor(); in TEST() local
/third_party/python/Objects/
H A Dstructseq.c366 count_members(PyStructSequence_Desc *desc, Py_ssize_t *n_unnamed_members) { in count_members() argument
379 initialize_structseq_dict(PyStructSequence_Desc *desc, PyObject* dict, in initialize_structseq_dict() argument
436 initialize_members(PyStructSequence_Desc *desc, PyMemberDe argument
460 _PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc, unsigned long tp_flags) _PyStructSequence_InitType() argument
518 PyStructSequence_InitType2(PyTypeObject *type, PyStructSequence_Desc *desc) PyStructSequence_InitType2() argument
524 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) PyStructSequence_InitType() argument
563 _PyStructSequence_NewType(PyStructSequence_Desc *desc, unsigned long tp_flags) _PyStructSequence_NewType() argument
616 PyStructSequence_NewType(PyStructSequence_Desc *desc) PyStructSequence_NewType() argument
[all...]
/third_party/skia/modules/skottie/src/
H A DSkottieTest.cpp470 const skottie::Shaper::TextDesc desc = { in DEF_TEST() local
541 const skottie::Shaper::TextDesc desc = { in DEF_TEST() local
582 skottie::Shaper::TextDesc desc = { in DEF_TEST() local
675 skottie::Shaper::TextDesc desc = { in DEF_TEST() local
[all...]
/third_party/spirv-tools/source/link/
H A Dlinker.cpp332 spv_operand_desc desc = nullptr; in MergeModules() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboMultisampleTests.cpp58 BasicFboMultisampleCase (Context& context, const char* name, const char* desc, deUint32 colorFormat, deUint32 depthStencilFormat, const IVec2& size, int numSamples) in BasicFboMultisampleCase() argument
256 RenderbufferResizeCase (Context& context, const char* name, const char* desc, bool multisampled1, bool multisampled2) in RenderbufferResizeCase() argument
H A Des3fIndexedStateQueryTests.cpp554 EnableBlendCase::EnableBlendCase (Context& context, const char* name, const char* desc, QueryType verifierType) in EnableBlendCase() argument
638 ColorMaskCase::ColorMaskCase (Context& context, const char* name, const char* desc, QueryType verifierType) in ColorMaskCase() argument
711 BlendFuncCase::BlendFuncCase (Context& context, const char* name, const char* desc, QueryType verifierType) in BlendFuncCase() argument
903 BlendEquationCase(Context& context, const char* name, const char* desc, QueryType verifierType) BlendEquationCase() argument
1034 BlendEquationAdvancedCase(Context& context, const char* name, const char* desc, QueryType verifierType) BlendEquationAdvancedCase() argument
[all...]
H A Des3fVertexArrayTest.cpp759 std::string desc = getTestName(spec); in init() local
825 std::string desc = getTestName(spec); in addStorageCases() local
931 std::string desc = getTestName(spec); in addStrideCases() local
1022 std::string desc = getTestName(spec); in addInputTypeCases() local
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp126 RenderCase::RenderCase (Context& context, const char* name, const char* desc, RenderTargetType renderTargetType) in RenderCase() argument
392 FramebufferRenderCase::FramebufferRenderCase (Context& context, const char* name, const char* desc, FrameBufferType fboType) in FramebufferRenderCase() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fIntegerStateQueryTests.cpp79 MaxSamplesCase::MaxSamplesCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType) in MaxSamplesCase() argument
112 TexBindingCase::TexBindingCase (Context& context, const char* name, const char* desc, glw::GLenum texTarget, glw::GLenum bindTarget, QueryType verifierType) in TexBindingCase() argument
189 MinimumValueCase::MinimumValueCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType) in MinimumValueCase() argument
198 MinimumValueCase(Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType, glu::ApiType minVersion) MinimumValueCase() argument
244 AlignmentCase(Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType) AlignmentCase() argument
253 AlignmentCase(Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType, glu::ApiType minVersion) AlignmentCase() argument
289 BufferBindingCase(Context& context, const char* name, const char* desc, glw::GLenum queryTarget, glw::GLenum bindingPoint, QueryType verifierType) BufferBindingCase() argument
346 ProgramPipelineBindingCase(Context& context, const char* name, const char* desc, QueryType verifierType) ProgramPipelineBindingCase() argument
404 FramebufferMinimumValueCase(Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, glw::GLenum tiedTo, QueryType verifierType) FramebufferMinimumValueCase() argument
452 LegacyVectorLimitCase(Context& context, const char* name, const char* desc, glw::GLenum legacyTarget, glw::GLenum componentTarget, QueryType verifierType) LegacyVectorLimitCase() argument
497 CombinedUniformComponentsCase(Context& context, const char* name, const char* desc, glw::GLenum target, QueryType verifierType) CombinedUniformComponentsCase() argument
505 CombinedUniformComponentsCase(Context& context, const char* name, const char* desc, glw::GLenum target, QueryType verifierType, glu::ApiType minVersion) CombinedUniformComponentsCase() argument
569 TextureGatherLimitCase(Context& context, const char* name, const char* desc, bool isMaxCase, QueryType verifierType) TextureGatherLimitCase() argument
608 MaxUniformBufferBindingsCase(Context& context, const char* name, const char* desc, QueryType verifierType) MaxUniformBufferBindingsCase() argument
665 MaxCombinedUniformBlocksCase(Context& context, const char* name, const char* desc, QueryType verifierType) MaxCombinedUniformBlocksCase() argument
722 MaxCombinedTexImageUnitsCase(Context& context, const char* name, const char* desc, QueryType verifierType) MaxCombinedTexImageUnitsCase() argument
[all...]
H A Des31fProgramStateQueryTests.cpp101 GeometryShaderCase::GeometryShaderCase (Context& context, QueryType verifier, const char* name, const char* desc) in GeometryShaderCase() argument
215 TessellationShaderCase::TessellationShaderCase (Context& context, QueryType verifier, const char* name, const char* desc) in TessellationShaderCase() argument
345 ProgramSeparableCase::ProgramSeparableCase (Context& context, QueryType verifier, const char* name, const char* desc) in ProgramSeparableCase() argument
466 ComputeWorkGroupSizeCase(Context& context, QueryType verifier, const char* name, const char* desc) ComputeWorkGroupSizeCase() argument
560 ActiveAtomicCounterBuffersCase(Context& context, QueryType verifier, const char* name, const char* desc) ActiveAtomicCounterBuffersCase() argument
651 ProgramLogCase(Context& ctx, const char* name, const char* desc, BuildErrorType errorType) ProgramLogCase() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/stress/
H A Des31sTessellationGeometryInteractionTests.cpp580 const char* desc; in init() member

Completed in 28 milliseconds

1...<<41424344454647484950>>...78