/third_party/node/deps/openssl/openssl/crypto/store/ |
H A D | store_local.h | 33 char *desc; member
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | engine.c | 156 char *desc = NULL; in util_verbose() local
|
/third_party/openssl/test/testutil/ |
H A D | tests.c | 100 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 D | vktImageTransfer.cpp | 311 const char* desc; in createTransferQueueImageTests() member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 354 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 D | vktImageTransfer.cpp | 290 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 D | es3cNumberParsingTests.cpp | 417 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 D | pipeline.cc | 244 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 D | validate.cpp | 226 ValidationState_t::EntryPointDescription desc; in ValidateBinaryUsingContextAndValidationState() local
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLStreamTest.cpp | 487 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 D | import_conformance_tests.py | 63 desc = pp.Keyword("desc") + pp.QuotedString('"') variable
|
/third_party/skia/src/core/ |
H A D | SkDrawShadowInfo.cpp | 15 void SkDrawShadowRec::dump(std::string& desc, int depth) const { in dump() argument
|
H A D | SkStrikeCache.cpp | 119 sk_sp<SkStrike> SkStrikeCache::findStrike(const SkDescriptor& desc) { in findStrike() argument
|
H A D | SkVertices.cpp | 105 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 D | SkBitmapCache.cpp | 65 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 D | GrDirectContextPriv.cpp | 69 bool GrDirectContextPriv::compile(const GrProgramDesc& desc, const GrProgramInfo& info) { in compile() argument
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipelineStateBuilder.cpp | 164 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 D | GrVkRenderPass.cpp | 370 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 D | GrD3DCpuDescriptorManager.cpp | 46 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 D | SkImage_GpuBase.cpp | 90 const auto desc = SkBitmapCacheDesc::Make(this); in getROPixels() local
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Context.cpp | 189 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 D | store_local.h | 33 char *desc; member
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | decode_msblob2key.c | 58 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 D | decode_pvk2key.c | 58 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 D | validate.cpp | 226 ValidationState_t::EntryPointDescription desc; in ValidateBinaryUsingContextAndValidationState() local
|