Home
last modified time | relevance | path

Searched defs:params (Results 2976 - 3000 of 3334) sorted by relevance

1...<<111112113114115116117118119120>>...134

/third_party/skia/third_party/externals/freetype/src/base/
H A Dftobjs.c2500 FT_Parameter* params = NULL; in ft_open_face_internal() local
1412 open_face( FT_Driver driver, FT_Stream *astream, FT_Bool external_stream, FT_Long face_index, FT_Int num_params, FT_Parameter* params, FT_Face *aface ) open_face() argument
2534 FT_Parameter* params = NULL; ft_open_face_internal() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1066 std::vector<Value *> params, StructValues, ReloadOutputs, Reloads; in emitCallAndSwitchStatement() local
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.h1819 Func(const Source& source, NAME&& name, ast::VariableList params, const ast::Type* type, ast::StatementList body, ast::DecorationList decorations = {}, ast::DecorationList return_type_decorations = {}) Func() argument
1844 Func(NAME&& name, ast::VariableList params, const ast::Type* type, ast::StatementList body, ast::DecorationList decorations = {}, ast::DecorationList return_type_decorations = {}) Func() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.cc2680 auto& params = function_params[f->result_id()]; in RegisterHandleUsage() local
/third_party/python/Modules/_sqlite/
H A Dconnection.c799 step_callback(sqlite3_context *context, int argc, sqlite3_value **params) in step_callback() argument
1055 inverse_callback(sqlite3_context *context, int argc, sqlite3_value **params) in inverse_callback() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessageV3.java1841 getMethodOrDie( final Class clazz, final String name, final Class... params) getMethodOrDie() argument
1853 invokeOrDie( final Method method, final Object object, final Object... params) invokeOrDie() argument
H A DGeneratedMessage.java1967 getMethodOrDie( final Class clazz, final String name, final Class... params) getMethodOrDie() argument
1979 invokeOrDie( final Method method, final Object object, final Object... params) invokeOrDie() argument
H A DGeneratedMessageLite.java1149 static Method getMethodOrDie(Class clazz, String name, Class... params) { in getMethodOrDie() argument
1160 static Object invokeOrDie(Method method, Object object, Object... params) { in invokeOrDie() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp1633 getReferenceParams(ReferenceParams& params, int cellNdx) getReferenceParams() argument
1654 getReferenceParams(ReferenceParams& params, int cellNdx) getReferenceParams() argument
1683 getReferenceParams(ReferenceParams& params, int cellNdx) getReferenceParams() argument
1712 getReferenceParams(ReferenceParams& params, int cellNdx) getReferenceParams() argument
1948 getReferenceParams(ReferenceParams& params, int cellNdx) getReferenceParams() argument
1969 getReferenceParams(ReferenceParams& params, int cellNdx) getReferenceParams() argument
1998 getReferenceParams(ReferenceParams& params, int cellNdx) getReferenceParams() argument
2027 getReferenceParams(ReferenceParams& params, int cellNdx) getReferenceParams() argument
2265 getReferenceParams(ReferenceParams& params, int cellNdx) getReferenceParams() argument
2286 getReferenceParams(ReferenceParams& params, int cellNdx) getReferenceParams() argument
2315 getReferenceParams(ReferenceParams& params, int cellNdx) getReferenceParams() argument
2344 getReferenceParams(ReferenceParams& params, int cellNdx) getReferenceParams() argument
[all...]
H A Des3fTextureUnitTests.cpp810 TextureParameters params; in init() local
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pDepthTests.cpp366 map<string, string> params; in getGridDiscardFragmentShader() local
553 vector<int> params; in iterate() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.cpp583 map<string, string> params; in initAttachment() local
H A DglsVertexArrayTests.cpp816 std::map<std::string, std::string> params; in genVertexSource() local
959 std::map<std::string, std::string> params; genFragmentSource() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp481 MeshShaderSyncCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params) in MeshShaderSyncCase() argument
498 MeshShaderSyncInstance (Context& context, const TestParams& params) : vkt::TestInstance(context), m_params(params) {} in MeshShaderSyncInstance() argument
634 Move<VkRenderPass> createCustomRenderPass (const DeviceInterface& vkd, VkDevice device, VkFormat colorFormat, const TestParams& params) in createCustomRenderPass() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1749 ImageSamplingInstanceParams params = getImageSamplingInstanceParams(m_imageViewType, m_imageFormat, m_imageSize, m_imageDescriptorType, m_samplerLod); in checkSupport() local
342 AttachmentFeedbackLoopLayoutImageSamplingInstance(Context& context, ImageSamplingInstanceParams params, bool useImageAsColorOrDSAttachment_, bool useDifferentAreasSampleWrite_, bool interleaveReadWriteComponents_) AttachmentFeedbackLoopLayoutImageSamplingInstance() argument
863 AttachmentFeedbackLoopLayoutDepthStencilImageSamplingInstance(Context& context, ImageSamplingInstanceParams params, bool useImageAsColorOrDSAttachment_, bool useDifferentAreasSampleWrite_, bool interleaveReadWriteComponents_) AttachmentFeedbackLoopLayoutDepthStencilImageSamplingInstance() argument
[all...]
H A DvktPipelineBindPointTests.cpp177 BindPointTest::BindPointTest (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params) in BindPointTest() argument
289 BindPointInstance::BindPointInstance (Context& context, const TestParams& params) in BindPointInstance() argument
912 TestParams params; in createBindPointTests() local
[all...]
H A DvktPipelineMiscTests.cpp431 UnusedShaderStagesCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const UnusedShaderStageParams& params) in UnusedShaderStagesCase() argument
448 UnusedShaderStagesInstance (Context& context, const UnusedShaderStageParams& params) in UnusedShaderStagesInstance() argument
H A DvktPipelineMultisampleShaderBuiltInTests.cpp1158 WriteSampleTest (tcu::TestContext& testCtx, const std::string& name, const std::string& desc, const WriteSampleParams& params) in WriteSampleTest() argument
1190 WriteSampleTestInstance (vkt::Context& context, const WriteSampleParams& params) in WriteSampleTestInstance() argument
1551 WriteSampleMaskTestCase::WriteSampleMaskTestCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const WriteSampleMaskParams& params) in WriteSampleMaskTestCase() argument
1667 WriteSampleMaskTestInstance::WriteSampleMaskTestInstance (Context& context, const WriteSampleMaskParams& params) in WriteSampleMaskTestInstance() argument
[all...]
H A DvktPipelineMultisampleTests.cpp915 void checkSupport (Context& context, MultisampleTestParams params) in checkSupport() argument
921 void initMultisamplePrograms (SourceCollections& sources, MultisampleTestParams params) in initMultisamplePrograms() argument
951 void initSampleShadingPrograms (SourceCollections& sources, MultisampleTestParams params) in initSampleShadingPrograms() argument
1343 MultisampleTestParams params in initPrograms() local
1439 MultisampleTestParams params = {m_pipelineConstructionType, m_geometryType, m_pointSize, m_backingMode, m_useFragmentShadingRate}; initPrograms() local
[all...]
H A DvktPipelinePushDescriptorTests.cpp278 PushDescriptorBufferGraphicsTestInstance::PushDescriptorBufferGraphicsTestInstance (Context& context, const TestParams& params) in PushDescriptorBufferGraphicsTestInstance() argument
109 createDeviceWithPushDescriptor(const Context& context, const PlatformInterface& vkp, VkInstance instance, const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const Extensions& supportedExtensions, const deUint32 queueFamilyIndex, const TestParams& params) createDeviceWithPushDescriptor() argument
650 PushDescriptorBufferGraphicsTest(tcu::TestContext& testContext, const string& name, const string& description, const TestParams& params) PushDescriptorBufferGraphicsTest() argument
744 PushDescriptorBufferComputeTestInstance(Context& context, const TestParams& params) PushDescriptorBufferComputeTestInstance() argument
1011 PushDescriptorBufferComputeTest(tcu::TestContext& testContext, const string& name, const string& description, const TestParams& params) PushDescriptorBufferComputeTest() argument
1100 PushDescriptorImageGraphicsTestInstance(Context& context, const TestParams& params) PushDescriptorImageGraphicsTestInstance() argument
1806 PushDescriptorImageGraphicsTest(tcu::TestContext& testContext, const string& name, const string& description, const TestParams& params) PushDescriptorImageGraphicsTest() argument
1957 PushDescriptorImageComputeTestInstance(Context& context, const TestParams& params) PushDescriptorImageComputeTestInstance() argument
2599 PushDescriptorImageComputeTest(tcu::TestContext& testContext, const string& name, const string& description, const TestParams& params) PushDescriptorImageComputeTest() argument
2749 PushDescriptorTexelBufferGraphicsTestInstance(Context& context, const TestParams& params) PushDescriptorTexelBufferGraphicsTestInstance() argument
3126 PushDescriptorTexelBufferGraphicsTest(tcu::TestContext& testContext, const string& name, const string& description, const TestParams& params) PushDescriptorTexelBufferGraphicsTest() argument
3237 PushDescriptorTexelBufferComputeTestInstance(Context& context, const TestParams& params) PushDescriptorTexelBufferComputeTestInstance() argument
3515 PushDescriptorTexelBufferComputeTest(tcu::TestContext& testContext, const string& name, const string& description, const TestParams& params) PushDescriptorTexelBufferComputeTest() argument
3619 PushDescriptorInputAttachmentGraphicsTestInstance(Context& context, const TestParams& params) PushDescriptorInputAttachmentGraphicsTestInstance() argument
4199 PushDescriptorInputAttachmentGraphicsTest(tcu::TestContext& testContext, const string& name, const string& description, const TestParams& params) PushDescriptorInputAttachmentGraphicsTest() argument
4258 const TestParams params[] = createPushDescriptorTests() local
[all...]
H A DvktPipelineSamplerBorderSwizzleTests.cpp135 BorderSwizzleCase::BorderSwizzleCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params) in BorderSwizzleCase() argument
291 BorderSwizzleInstance::BorderSwizzleInstance (Context& context, const TestParams &params) in BorderSwizzleInstance() argument
365 tcu::Vector<T, 4> getExpectedColor (const tcu::Vector<T, 4>& color, const TestParams& params) in getExpectedColor() argument
379 getExpectedColor(const VkClearColorValue& color, const TestParams& params) getExpectedColor() argument
448 comparePixelToColorClearValue(const TestParams& params, const tcu::ConstPixelBufferAccess& access, const tcu::TextureFormat& textureFormat, const VkClearColorValue& ref, std::string& stringResult) comparePixelToColorClearValue() argument
676 getBorderClearColorValue(const TestParams& params) getBorderClearColorValue() argument
1334 TestParams params; createSamplerBorderSwizzleTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationOrderAttachmentAccessTests.cpp693 std::map<std::string, std::string> params; initPrograms() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryMiscTests.cpp668 HelperInvocationsInstance::HelperInvocationsInstance (Context& context, const HelperInvocationsParams& params) in HelperInvocationsInstance() argument
517 HelperInvocationsCase(TestContext& testCtx, const HelperInvocationsParams& params, const std::string& name) HelperInvocationsCase() argument
H A DvktRayQueryOpacityMicromapTests.cpp143 OpacityMicromapCase::OpacityMicromapCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params) in OpacityMicromapCase() argument
311 OpacityMicromapInstance::OpacityMicromapInstance (Context& context, const TestParams& params) in OpacityMicromapInstance() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBarrierTests.cpp311 bool resourceNeedsHostVisibleMemory (const TestParams& params) in resourceNeedsHostVisibleMemory() argument

Completed in 70 milliseconds

1...<<111112113114115116117118119120>>...134