Home
last modified time | relevance | path

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

1...<<41424344454647484950>>...92

/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_local.h33 char *desc; member
/third_party/node/deps/openssl/openssl/apps/
H A Dengine.c156 char *desc = NULL; in util_verbose() local
/third_party/openssl/test/testutil/
H A Dtests.c100 void test_info_c90(const char *desc, ...) in test_info_c90() argument
109 void test_info(const char *file, int line, const char *desc, ...) in test_info() argument
118 void test_error_c90(const char *desc, ...) in test_error_c90() argument
128 test_error(const char *file, int line, const char *desc, ...) test_error() argument
161 test_skip(const char *file, int line, const char *desc, ...) test_skip() argument
171 test_skip_c90(const char *desc, ...) test_skip_c90() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTransfer.cpp311 const char* desc; in createTransferQueueImageTests() member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemFillUpdateCopyBufferTests.cpp354 std::string desc = std::string(getTestTypeName(cmdType)) + " (float)"; in createFillUpdateCopyBufferFloatTests() local
411 const std::string desc = std::string(getTestTypeName(cmdType)) + " (float)"; in createFillUpdateCopyBufferFloatTests() local
466 std::string desc = std::string(getTestTypeName(cmdType)) + " (integer)"; in createFillUpdateCopyBufferIntegerTests() local
522 const std::string desc = std::string(getTestTypeName(cmdType)) + " (integer)"; in createFillUpdateCopyBufferIntegerTests() local
573 std::string desc = std::string(getTestTypeName(cmdType)) + " (unsigned)"; in createFillUpdateCopyBufferUnsignedTests() local
626 const std::string desc = std::string(getTestTypeName(cmdType)) + " (unsinged)"; in createFillUpdateCopyBufferUnsignedTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTransfer.cpp290 const char* desc; in createTransferQueueImageTests() member
302 const char* desc; in createTransferQueueImageTests() member
453 const auto desc = "Using format " + fmtName; in createTransferQueueImageTests() local
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cNumberParsingTests.cpp417 const char* desc = (pass ? "Pass" : "Pixel mismatch; numeric value parsed incorrectly"); in iterate() local
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dpipeline.cc244 GetDescriptorSlot(uint32_t desc_set, uint32_t binding, Descriptor** desc) GetDescriptorSlot() argument
298 Descriptor* desc; AddBufferDescriptor() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate.cpp226 ValidationState_t::EntryPointDescription desc; in ValidateBinaryUsingContextAndValidationState() local
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLStreamTest.cpp487 D3D11_TEXTURE2D_DESC desc = {}; in TEST_P() local
600 D3D11_TEXTURE2D_DESC desc = {}; TEST_P() local
745 D3D11_TEXTURE2D_DESC desc; TEST_P() local
918 D3D11_TEXTURE2D_DESC desc = {}; TEST_P() local
[all...]
/third_party/skia/resources/sksl/es2_conformance/
H A Dimport_conformance_tests.py63 desc = pp.Keyword("desc") + pp.QuotedString('"') variable
/third_party/skia/src/core/
H A DSkDrawShadowInfo.cpp15 void SkDrawShadowRec::dump(std::string& desc, int depth) const { in dump() argument
H A DSkStrikeCache.cpp119 sk_sp<SkStrike> SkStrikeCache::findStrike(const SkDescriptor& desc) { in findStrike() argument
H A DSkVertices.cpp105 Builder(const Desc& desc) Builder() argument
109 init(const Desc& desc) init() argument
203 auto desc = Desc{mode, vertexCount, indexCount, !!texs, !!colors}; MakeCopy() local
229 dump(std::string& desc, int depth) const dump() argument
[all...]
H A DSkBitmapCache.cpp65 Rec(const SkBitmapCacheDesc& desc, const SkImageInfo& info, size_t rowBytes, in Rec() argument
176 SkBitmapCache::RecPtr SkBitmapCache::Alloc(const SkBitmapCacheDesc& desc, const SkImageInfo& info, in Alloc() argument
208 bool SkBitmapCache::Find(const SkBitmapCacheDesc& desc, SkBitma argument
271 FindAndRef(const SkBitmapCacheDesc& desc, SkResourceCache* localCache) FindAndRef() argument
[all...]
/third_party/skia/src/gpu/
H A DGrDirectContextPriv.cpp69 bool GrDirectContextPriv::compile(const GrProgramDesc& desc, const GrProgramInfo& info) { in compile() argument
/third_party/skia/src/gpu/vk/
H A DGrVkPipelineStateBuilder.cpp164 GrVkPipelineState* GrVkPipelineStateBuilder::finalize(const GrProgramDesc& desc, in finalize() argument
25 CreatePipelineState( GrVkGpu* gpu, const GrProgramDesc& desc, const GrProgramInfo& programInfo, VkRenderPass compatibleRenderPass, bool overrideSubpassForResolveLoad) CreatePipelineState() argument
50 GrVkPipelineStateBuilder(GrVkGpu* gpu, const GrProgramDesc& desc, const GrProgramInfo& programInfo) GrVkPipelineStateBuilder() argument
[all...]
H A DGrVkRenderPass.cpp370 bool GrVkRenderPass::isCompatible(const AttachmentsDescriptor& desc, in isCompatible() argument
18 setup_vk_attachment_description(VkAttachmentDescription* attachment, const AttachmentDesc& desc, VkImageLayout startLayout, VkImageLayout endLayout) setup_vk_attachment_description() argument
411 AttachmentsDescriptor desc; isCompatible() local
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DCpuDescriptorManager.cpp46 D3D12_CONSTANT_BUFFER_VIEW_DESC desc = {}; in createConstantBufferView() local
60 D3D12_SHADER_RESOURCE_VIEW_DESC desc = {}; in createShaderResourceView() local
78 D3D12_UNORDERED_ACCESS_VIEW_DESC desc = {}; createUnorderedAccessView() local
99 D3D12_SAMPLER_DESC desc = {}; createSampler() local
[all...]
/third_party/skia/src/image/
H A DSkImage_GpuBase.cpp90 const auto desc = SkBitmapCacheDesc::Make(this); in getROPixels() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.cpp189 auto const &desc = vertexInputState->pVertexBindingDescriptions[i]; in Inputs() local
196 auto const &desc = vertexInputState->pVertexAttributeDescriptions[i]; in Inputs() local
[all...]
/third_party/openssl/crypto/store/
H A Dstore_local.h33 char *desc; member
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_msblob2key.c58 const struct keytype_desc_st *desc; member
64 msblob2key_newctx(void *provctx, const struct keytype_desc_st *desc) in msblob2key_newctx() argument
[all...]
H A Ddecode_pvk2key.c58 const struct keytype_desc_st *desc; member
64 pvk2key_newctx(void *provctx, const struct keytype_desc_st *desc) in pvk2key_newctx() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate.cpp226 ValidationState_t::EntryPointDescription desc; in ValidateBinaryUsingContextAndValidationState() local

Completed in 23 milliseconds

1...<<41424344454647484950>>...92